Skip to content

Commit fd7a9a5

Browse files
chore(deps): update quay.io/konflux-ci/task-runner docker tag to v1.6.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 722544d commit fd7a9a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.tekton/unit-tests-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
taskSpec:
1616
steps:
1717
- name: clone
18-
image: quay.io/konflux-ci/task-runner:1.4.1@sha256:d9feec6f2ce9b10cfb76b45ea14f83b5ed9f231de7d6083291550aebe8eb09ea
18+
image: quay.io/konflux-ci/task-runner:1.6.0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
1919
env:
2020
- name: PARAM_SNAPSHOT
2121
value: "$(params.SNAPSHOT)"
@@ -36,7 +36,7 @@ spec:
3636
- name: source
3737
mountPath: /source
3838
- name: run-tests
39-
image: quay.io/konflux-ci/task-runner:1.4.1@sha256:d9feec6f2ce9b10cfb76b45ea14f83b5ed9f231de7d6083291550aebe8eb09ea
39+
image: quay.io/konflux-ci/task-runner:1.6.0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
4040
securityContext:
4141
runAsUser: 0
4242
computeResources:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -o konfl
2727

2828
# Use the Konflux task-runner image as base for the Konflux Build CLI.
2929
# For more details and updates, refer to https://quay.io/konflux-ci/task-runner
30-
FROM quay.io/konflux-ci/task-runner:1.4.1@sha256:d9feec6f2ce9b10cfb76b45ea14f83b5ed9f231de7d6083291550aebe8eb09ea
30+
FROM quay.io/konflux-ci/task-runner:1.6.0@sha256:1abfe4e50d4e961d0fd9790202565f93ee650fe8dfc50932c94989acba10485f
3131
COPY --from=builder /workspace/konflux-build-cli /usr/local/bin/konflux-build-cli
3232
USER 65532:65532
3333

0 commit comments

Comments
 (0)