File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 34
34
value : Dockerfile
35
35
- name : path-context
36
36
value : .
37
+ - name : prefetch-input
38
+ value : ' {"type": "rpm", "path": "."}'
37
39
pipelineSpec :
38
40
description : |
39
41
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -193,6 +195,8 @@ spec:
193
195
value : $(params.output-image).prefetch
194
196
- name : ociArtifactExpiresAfter
195
197
value : $(params.image-expires-after)
198
+ - name : dev-package-managers
199
+ value : " true"
196
200
runAfter :
197
201
- clone-repository
198
202
taskRef :
Original file line number Diff line number Diff line change 31
31
value : Dockerfile
32
32
- name : path-context
33
33
value : .
34
+ - name : prefetch-input
35
+ value : ' {"type": "rpm", "path": "."}'
34
36
pipelineSpec :
35
37
description : |
36
38
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -190,6 +192,8 @@ spec:
190
192
value : $(params.output-image).prefetch
191
193
- name : ociArtifactExpiresAfter
192
194
value : $(params.image-expires-after)
195
+ - name : dev-package-managers
196
+ value : " true"
193
197
runAfter :
194
198
- clone-repository
195
199
taskRef :
You can’t perform that action at this time.
0 commit comments