Skip to content

Commit 86ecf29

Browse files
committed
Fix prefetch-input & hermetic build params
1 parent 2e9a0f5 commit 86ecf29

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.tekton/cluster-api-provider-aws-mce-210-pull-request.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ spec:
3434
value: stolostron/Dockerfile.stolostron
3535
- name: path-context
3636
value: .
37+
- name: hermetic
38+
value: "true"
39+
- name: prefetch-input
40+
value: '[{"type": "gomod", "path": "."}]'
3741
pipelineSpec:
3842
description: |
3943
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -69,7 +73,7 @@ spec:
6973
description: Skip checks against built image
7074
name: skip-checks
7175
type: string
72-
- default: "true"
76+
- default: "false"
7377
description: Execute the build with network isolation
7478
name: hermetic
7579
type: string

.tekton/cluster-api-provider-aws-mce-210-push.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ spec:
3131
value: stolostron/Dockerfile.stolostron
3232
- name: path-context
3333
value: .
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.
@@ -66,7 +70,7 @@ spec:
6670
description: Skip checks against built image
6771
name: skip-checks
6872
type: string
69-
- default: "true"
73+
- default: "false"
7074
description: Execute the build with network isolation
7175
name: hermetic
7276
type: string

0 commit comments

Comments
 (0)