File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 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": "."}]'
41+ - name : build-source-image
42+ value : " true"
3743 pipelineSpec :
3844 description : |
3945 This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
6975 description : Skip checks against built image
7076 name : skip-checks
7177 type : string
72- - default : " true "
78+ - default : " false "
7379 description : Execute the build with network isolation
7480 name : hermetic
7581 type : string
@@ -141,7 +147,7 @@ spec:
141147 - name : name
142148 value : init
143149 - name : bundle
144- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
150+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
145151 - name : kind
146152 value : task
147153 resolver : bundles
Original file line number Diff line number Diff line change @@ -27,10 +27,19 @@ spec:
2727 - name : build-platforms
2828 value :
2929 - linux/x86_64
30+ - linux/arm64
31+ - linux/ppc64le
32+ - linux/s390x
3033 - name : dockerfile
3134 value : stolostron/Dockerfile.stolostron
3235 - name : path-context
3336 value : .
37+ - name : hermetic
38+ value : " true"
39+ - name : prefetch-input
40+ value : ' [{"type": "gomod", "path": "."}]'
41+ - name : build-source-image
42+ value : " true"
3443 pipelineSpec :
3544 description : |
3645 This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
6675 description : Skip checks against built image
6776 name : skip-checks
6877 type : string
69- - default : " true "
78+ - default : " false "
7079 description : Execute the build with network isolation
7180 name : hermetic
7281 type : string
@@ -138,7 +147,7 @@ spec:
138147 - name : name
139148 value : init
140149 - name : bundle
141- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:afc8d0af71c24285599120946b29eea2ab56663c5f49c6ca80ba12bf56ef2371
150+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
142151 - name : kind
143152 value : task
144153 resolver : bundles
You can’t perform that action at this time.
0 commit comments