Skip to content

Commit 5106f27

Browse files
authored
Merge pull request #39 from konflux-ci/konflux/mintmaker/main/quay.io-konflux-ci-task-runner-1.x
chore(deps): update quay.io/konflux-ci/task-runner docker tag to v1.4.1
2 parents 7e9b38f + 8fd8e38 commit 5106f27

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.1.1@sha256:c3b31a65d6e82a307f0f2f6eb5762548e655695949fd42735ec8f178142d6f14
18+
image: quay.io/konflux-ci/task-runner:1.4.1@sha256:d9feec6f2ce9b10cfb76b45ea14f83b5ed9f231de7d6083291550aebe8eb09ea
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.1.1@sha256:c3b31a65d6e82a307f0f2f6eb5762548e655695949fd42735ec8f178142d6f14
39+
image: quay.io/konflux-ci/task-runner:1.4.1@sha256:d9feec6f2ce9b10cfb76b45ea14f83b5ed9f231de7d6083291550aebe8eb09ea
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.1.1@sha256:c3b31a65d6e82a307f0f2f6eb5762548e655695949fd42735ec8f178142d6f14
30+
FROM quay.io/konflux-ci/task-runner:1.4.1@sha256:d9feec6f2ce9b10cfb76b45ea14f83b5ed9f231de7d6083291550aebe8eb09ea
3131
COPY --from=builder /workspace/konflux-build-cli /usr/local/bin/konflux-build-cli
3232
USER 65532:65532
3333

0 commit comments

Comments
 (0)