Skip to content

Commit 47975f9

Browse files
andrewschoenbigjust
authored andcommitted
konflux: enable prefetch dependencies
Signed-off-by: Andrew Schoen <[email protected]>
1 parent 2112ecb commit 47975f9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.tekton/haproxy-5-3-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ spec:
3434
value: Dockerfile
3535
- name: path-context
3636
value: .
37+
- name: prefetch-input
38+
value: '{"type": "rpm", "path": "."}'
3739
pipelineSpec:
3840
description: |
3941
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -193,6 +195,8 @@ spec:
193195
value: $(params.output-image).prefetch
194196
- name: ociArtifactExpiresAfter
195197
value: $(params.image-expires-after)
198+
- name: dev-package-managers
199+
value: "true"
196200
runAfter:
197201
- clone-repository
198202
taskRef:

.tekton/haproxy-5-3-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ spec:
3131
value: Dockerfile
3232
- name: path-context
3333
value: .
34+
- name: prefetch-input
35+
value: '{"type": "rpm", "path": "."}'
3436
pipelineSpec:
3537
description: |
3638
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -190,6 +192,8 @@ spec:
190192
value: $(params.output-image).prefetch
191193
- name: ociArtifactExpiresAfter
192194
value: $(params.image-expires-after)
195+
- name: dev-package-managers
196+
value: "true"
193197
runAfter:
194198
- clone-repository
195199
taskRef:

0 commit comments

Comments
 (0)