Skip to content

Commit 0340423

Browse files
committed
enable Konflux cache proxy for builds
Enable the cache proxy in the Tekton pipeline definitions to improve build performance by caching dependencies. Ref: EC-1614 Signed-off-by: Rob Nester <rnester@redhat.com>
1 parent c379186 commit 0340423

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/cli-main-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ spec:
4040
value: main-pre-merge-build-args.conf
4141
- name: hermetic
4242
value: "true"
43+
- name: enable-cache-proxy
44+
value: "true"
4345
pipelineSpec:
4446
description: |
4547
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/cli-main-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
value: main-build-args.conf
4040
- name: hermetic
4141
value: "true"
42+
- name: enable-cache-proxy
43+
value: "true"
4244
pipelineSpec:
4345
description: |
4446
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)