Skip to content

Commit

Permalink
chore(deps): update maven
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 0a24218 commit 65d9fac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions task/build-maven-zip-oci-ta/0.1/build-maven-zip-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:b31dc501d5068e30621e51681a2921d4e43f5a030ab78c8991f83a5e774534a3
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
args:
- use
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
- name: prepare
image: quay.io/konflux-ci/appstudio-utils@sha256:426143910a9fe57a340143f8c19f1ad8e7103749be84096c3faacc20b260b15a
image: quay.io/konflux-ci/appstudio-utils@sha256:0a92ddc46ceb59f22960a59266520515d878126a7af3128858b6e821e27c2f12
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
add:
- SETFCAP
- name: build
image: quay.io/konflux-ci/oras:latest@sha256:66ccc8c3698304036a42739f6e1836f3399a46645be2d3c5d6d456b9c79fff40
image: quay.io/konflux-ci/oras:latest@sha256:77f88b4fd05e6cb1fc8ec7b7ab76f2a109a56c2357981bdcc1fbc946dde42b04
workingDir: /var/workdir
volumeMounts:
- mountPath: /mnt/trusted-ca
Expand Down
4 changes: 2 additions & 2 deletions task/build-maven-zip/0.1/build-maven-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
name: shared

steps:
- image: quay.io/konflux-ci/appstudio-utils@sha256:426143910a9fe57a340143f8c19f1ad8e7103749be84096c3faacc20b260b15a
- image: quay.io/konflux-ci/appstudio-utils@sha256:0a92ddc46ceb59f22960a59266520515d878126a7af3128858b6e821e27c2f12
name: prepare
computeResources:
limits:
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
add:
- SETFCAP
workingDir: $(workspaces.source.path)
- image: quay.io/konflux-ci/oras:latest@sha256:66ccc8c3698304036a42739f6e1836f3399a46645be2d3c5d6d456b9c79fff40
- image: quay.io/konflux-ci/oras:latest@sha256:77f88b4fd05e6cb1fc8ec7b7ab76f2a109a56c2357981bdcc1fbc946dde42b04
name: build
computeResources:
limits:
Expand Down

0 comments on commit 65d9fac

Please sign in to comment.