Skip to content

Commit

Permalink
update the datacontainer to run on mariner instead of ubuntu (#26512)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and jnlycklama committed Nov 8, 2023
1 parent 02539e9 commit 510ca5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/datacontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:22.04
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0

RUN apt-get -y update
RUN apt-get -y install git
RUN tdnf -y update && \
tdnf -y install git && \
tdnf clean all

RUN mkdir -p /usr/data/specrepo/

Expand Down

0 comments on commit 510ca5b

Please sign in to comment.