Skip to content

Commit

Permalink
This change the base image for crc-cloud as it is based on shasum the…
Browse files Browse the repository at this point in the history
… previous does not exist anymore. This change was originally handle on #161
  • Loading branch information
adrianriobo committed Nov 21, 2023
1 parent 6f17d1a commit 154333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"

Expand Down

0 comments on commit 154333a

Please sign in to comment.