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 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments