File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)"
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 :
Original file line number Diff line number Diff 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
3131COPY --from=builder /workspace/konflux-build-cli /usr/local/bin/konflux-build-cli
3232USER 65532:65532
3333
You can’t perform that action at this time.
0 commit comments