Skip to content

Commit 18da3bf

Browse files
committed
enable hermetic
Signed-off-by: Mangaal <[email protected]>
1 parent c600d96 commit 18da3bf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.tekton/gitops-backend-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ spec:
3131
- linux/x86_64
3232
- name: dockerfile
3333
value: .konflux/Containerfile.plugin
34+
- name: hermetic
35+
value: "true"
36+
- name: prefetch-input
37+
value: '{"type": "gomod", "path": "."}'
3438
pipelineSpec:
3539
description: |
3640
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/gitops-backend-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
- linux/x86_64
2929
- name: dockerfile
3030
value: .konflux/Containerfile.plugin
31+
- name: hermetic
32+
value: "true"
33+
- name: prefetch-input
34+
value: '{"type": "gomod", "path": "."}'
3135
pipelineSpec:
3236
description: |
3337
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)