From 05b36a34efff5cc7ed5c6ceba5e06aebac8bd772 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 07:28:33 +0000 Subject: [PATCH] chore(deps): update quay.io/redhat-appstudio/build-definitions-source-image-build-utils docker digest to a07cc2c --- 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 037c36969d..837242ac4a 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:e5865a663af8faa4816802b449e3f9988db00dc93918f55397fea7139e03a6a9 + image: quay.io/redhat-appstudio/build-definitions-source-image-build-utils@sha256:a07cc2cf1150461becae8c2152c1f62ff8952335aff69b1b76bbae47d0edd42d # 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.