Skip to content

Commit

Permalink
WIP: Disable hermetic builds
Browse files Browse the repository at this point in the history
Experiment if disabling hermetic builds fixes installing container
dependencies when building the must-gather image.
  • Loading branch information
rhmdnd committed Dec 9, 2024
1 parent a0ea604 commit aafc1f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/compliance-operator-must-gather-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
value: images/must-gather/Containerfile
- name: path-context
value: images/must-gather
- name: hermetic
value: "false"
pipelineSpec:
description: |
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down
2 changes: 2 additions & 0 deletions .tekton/compliance-operator-must-gather-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
value: images/must-gather/Containerfile
- name: path-context
value: images/must-gather
- name: hermetic
value: "false"
pipelineSpec:
description: |
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down

0 comments on commit aafc1f4

Please sign in to comment.