Skip to content

Commit 510ca5b

Browse files
scbeddjnlycklama
authored andcommitted
update the datacontainer to run on mariner instead of ubuntu (#26512)
1 parent 02539e9 commit 510ca5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/datacontainer/Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:22.04
1+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
22

3-
RUN apt-get -y update
4-
RUN apt-get -y install git
3+
RUN tdnf -y update && \
4+
tdnf -y install git && \
5+
tdnf clean all
56

67
RUN mkdir -p /usr/data/specrepo/
78

0 commit comments

Comments
 (0)