Skip to content

Commit

Permalink
chore(deps): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent ba97465 commit 06e9ae5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: push
image: quay.io/konflux-ci/oras:latest@sha256:e4a68cfcfe9189d02285b4d4168bd878729fe82b7168851d3951757f8223407f
image: quay.io/konflux-ci/oras:latest@sha256:d164490b5cbd38dcd819898cd3f5b73b64d2e3334cb2ddc728f49945207e2706
workingDir: /var/workdir
env:
- name: IMAGE
Expand Down
2 changes: 1 addition & 1 deletion task/push-dockerfile/0.1/push-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
description: Digest-pinned image reference to the Dockerfile image.
steps:
- name: push
image: quay.io/konflux-ci/oras:latest@sha256:e4a68cfcfe9189d02285b4d4168bd878729fe82b7168851d3951757f8223407f
image: quay.io/konflux-ci/oras:latest@sha256:d164490b5cbd38dcd819898cd3f5b73b64d2e3334cb2ddc728f49945207e2706
workingDir: $(workspaces.workspace.path)
env:
- name: IMAGE
Expand Down
2 changes: 1 addition & 1 deletion task/source-build-oci-ta/0.1/source-build-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
| .name + "@" + $matched.digest
' <<<"$sbom" | tee "$BASE_IMAGES_FILE"
- name: build
image: quay.io/konflux-ci/source-container-build:latest@sha256:50a37aa4bbb8d64899b9d6214101e860f4654b259cb1acb80b9a0347a75c24aa
image: quay.io/konflux-ci/source-container-build:latest@sha256:4002c18472e33b5f3d2b92e7897b0b31e4181dd5f8b8a3c4097937035e899ba3
workingDir: /var/workdir
env:
- name: SOURCE_DIR
Expand Down
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 @@ -102,7 +102,7 @@ spec:
' <<< "$sbom" | tee "$BASE_IMAGES_FILE"
- name: build
image: quay.io/konflux-ci/source-container-build:latest@sha256:50a37aa4bbb8d64899b9d6214101e860f4654b259cb1acb80b9a0347a75c24aa
image: quay.io/konflux-ci/source-container-build:latest@sha256:4002c18472e33b5f3d2b92e7897b0b31e4181dd5f8b8a3c4097937035e899ba3
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
computeResources:
Expand Down

0 comments on commit 06e9ae5

Please sign in to comment.