Skip to content

Commit

Permalink
DONTMERGE: test stonebld 2189
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdchen committed Apr 2, 2024
1 parent fbdab41 commit 7b81b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions policies/all-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ sources:
- step_image_registries.step_images_permitted:generate-odcs-compose/noversion
# https://issues.redhat.com/browse/KFLUXBUGS-1110
- step_image_registries.step_images_permitted:verify-signed-rpms/noversion
- step_image_registries.step_images_permitted:source-build/0.1

2 changes: 1 addition & 1 deletion task/source-build/0.1/source-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/mytestworkload/build-definitions-source-image-build-utils:reuse-blobs
# 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.
Expand Down

0 comments on commit 7b81b9f

Please sign in to comment.