From dcda2f58304d6ef741b413e91f386518b194188f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:33:32 +0000 Subject: [PATCH] chore(deps): update quay.io/redhat-appstudio/build-definitions-source-image-build-utils docker digest to cd87bbe --- 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 3f2cab8051..7784d707bd 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:35938b954ccc2d8638a47af2db739965a343b7e2fa2652e111b1d57d236b3481 + image: quay.io/redhat-appstudio/build-definitions-source-image-build-utils@sha256:cd87bbe51f1c22ff7578f5c9caf19db4f9ee7aefd0307288383b9bd478cdf856 # 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.