From f431a30431ceb4673716919374a6254e61a18fcb Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Tue, 21 Nov 2023 21:16:48 +0100 Subject: [PATCH] This change the base image for crc-cloud as it is based on shasum the previous does not exist anymore. This change was originally handle on #161 Signed-off-by: Adrian Riobo Lorenzo --- oci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/Containerfile b/oci/Containerfile index 68413998..32273109 100644 --- a/oci/Containerfile +++ b/oci/Containerfile @@ -12,7 +12,7 @@ RUN make build \ && curl -LO ${PULUMI_URL} \ && tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz -FROM quay.io/centos/centos:stream9@sha256:c68569fe2075fb6372012174a7350a2bc0e90ce41a028963afc3193820061590 +FROM quay.io/centos/centos:stream9@sha256:8845d412fc1bfcd06a0f8615dcd53acf8f8895af653e40fd95625be6b24c370b LABEL MAINTAINER "CRC "