Skip to content

Commit 1d83b80

Browse files
authored
Remove adding sha256 sum for CI container images (#207)
Each time when there is added new feature to this project, the SHA256 sum needs to be updated just to pass the CI. The digest is taken also from "latest" container image, so there is no need to pin digest to an image which disappear after a while. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent f6ed2f2 commit 1d83b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN make build \
1212
&& curl -LO ${PULUMI_URL} \
1313
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
1414

15-
FROM quay.io/centos/centos:stream9@sha256:5bd57c6d9d1da7c41f772b1663ca342a66fd2131ff0895bc929d828b8aa16a30
15+
FROM quay.io/centos/centos:stream9
1616

1717
LABEL MAINTAINER "CRC <[email protected]>"
1818

0 commit comments

Comments
 (0)