From 510ca5bd276919f18c42dfd5e2a689b06b4e14c1 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:47:34 -0700 Subject: [PATCH] update the datacontainer to run on mariner instead of ubuntu (#26512) --- scripts/datacontainer/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/datacontainer/Dockerfile b/scripts/datacontainer/Dockerfile index 37f6199e670a..e2cb6c38c7ef 100644 --- a/scripts/datacontainer/Dockerfile +++ b/scripts/datacontainer/Dockerfile @@ -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/