diff --git a/task/build-image-manifest/0.1/build-image-manifest.yaml b/task/build-image-manifest/0.1/build-image-manifest.yaml index f36156aa74..2a792ef1c8 100644 --- a/task/build-image-manifest/0.1/build-image-manifest.yaml +++ b/task/build-image-manifest/0.1/build-image-manifest.yaml @@ -46,7 +46,7 @@ spec: - name: TLSVERIFY value: $(params.TLSVERIFY) steps: - - image: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + - image: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent name: build diff --git a/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml b/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml index a5afa58b71..8e68e992de 100644 --- a/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml +++ b/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml @@ -201,7 +201,7 @@ spec: - $(params.SOURCE_ARTIFACT)=/var/workdir/source - $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2 - name: build - image: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + image: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 args: - $(params.BUILD_ARGS[*]) workingDir: /var/workdir @@ -490,7 +490,7 @@ spec: securityContext: runAsUser: 0 - name: inject-sbom-and-push - image: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + image: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 workingDir: /var/workdir volumeMounts: - mountPath: /var/lib/containers diff --git a/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml b/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml index 45a523179b..2ab4476365 100644 --- a/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml +++ b/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml @@ -169,7 +169,7 @@ spec: - name: YUM_REPOS_D_TARGET value: $(params.YUM_REPOS_D_TARGET) - name: BUILDER_IMAGE - value: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + value: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 volumeMounts: - mountPath: /shared name: shared @@ -563,7 +563,7 @@ spec: runAsUser: 0 workingDir: /var/workdir - computeResources: {} - image: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + image: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 name: inject-sbom-and-push script: | base_image_name=$(buildah inspect --format '{{ index .ImageAnnotations "org.opencontainers.image.base.name"}}' $IMAGE | cut -f1 -d'@') diff --git a/task/buildah-remote/0.1/buildah-remote.yaml b/task/buildah-remote/0.1/buildah-remote.yaml index b2b2981aba..c800085d98 100644 --- a/task/buildah-remote/0.1/buildah-remote.yaml +++ b/task/buildah-remote/0.1/buildah-remote.yaml @@ -166,7 +166,7 @@ spec: - name: SQUASH value: $(params.SQUASH) - name: BUILDER_IMAGE - value: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + value: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 volumeMounts: - mountPath: /shared name: shared @@ -556,7 +556,7 @@ spec: runAsUser: 0 workingDir: $(workspaces.source.path) - computeResources: {} - image: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + image: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 name: inject-sbom-and-push script: | if [ -n "${PARAM_BUILDER_IMAGE}" ]; then diff --git a/task/buildah/0.1/buildah.yaml b/task/buildah/0.1/buildah.yaml index 769e09d8eb..da2e3d5936 100644 --- a/task/buildah/0.1/buildah.yaml +++ b/task/buildah/0.1/buildah.yaml @@ -155,7 +155,7 @@ spec: value: $(params.SQUASH) steps: - - image: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + - image: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 name: build computeResources: limits: @@ -458,7 +458,7 @@ spec: runAsUser: 0 - name: inject-sbom-and-push - image: quay.io/konflux-ci/buildah:latest@sha256:31e20c4b4ef06a0ecb8ab199e1e7c040d8c53f77ee3b30c6d981544b177e849c + image: quay.io/konflux-ci/buildah:latest@sha256:9ef792d74bcc1d330de6be58b61f2cdbfa1c23b74a291eb2136ffd452d373050 computeResources: {} script: | if [ -n "${PARAM_BUILDER_IMAGE}" ]; then