Skip to content

Commit

Permalink
Enable pip prefetching on Bundle pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
yuumasato committed Dec 19, 2024
1 parent 3245ff9 commit cf47786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/file-integrity-operator-bundle-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: hermetic
value: "true"
- name: prefetch-input
value: '[{"type": "rpm", "path": "bundle-hack"}]'
value: '[{"type": "rpm", "path": "bundle-hack"}, {"type": "pip", "path": "bundle-hack"}]'
pipelineSpec:
description: |
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down
2 changes: 1 addition & 1 deletion .tekton/file-integrity-operator-bundle-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: hermetic
value: "true"
- name: prefetch-input
value: '[{"type": "rpm", "path": "bundle-hack"}]'
value: '[{"type": "rpm", "path": "bundle-hack"}, {"type": "pip", "path": "bundle-hack"}]'
pipelineSpec:
description: |
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down
1 change: 1 addition & 0 deletions bundle-hack/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruamel.yaml==0.17.9

0 comments on commit cf47786

Please sign in to comment.