From 46f55f823eb83924f18d711151a652c757c2a2ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 07:39:16 +0000 Subject: [PATCH] chore(deps): update quay.io/redhat-appstudio/build-definitions-source-image-build-utils docker digest to 35938b9 --- task/source-build/0.1/source-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/source-build/0.1/source-build.yaml b/task/source-build/0.1/source-build.yaml index 8ed934268d..3f2cab8051 100644 --- a/task/source-build/0.1/source-build.yaml +++ b/task/source-build/0.1/source-build.yaml @@ -36,7 +36,7 @@ spec: emptyDir: {} steps: - name: build - image: quay.io/redhat-appstudio/build-definitions-source-image-build-utils@sha256:9060c5b97428682ea8a775914fda8268f76b7b60d6c46a0b110e5ff37daff97f + image: quay.io/redhat-appstudio/build-definitions-source-image-build-utils@sha256:35938b954ccc2d8638a47af2db739965a343b7e2fa2652e111b1d57d236b3481 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released.