Skip to content

Commit 348ff43

Browse files
authored
Merge pull request openshift#26 from stolostron/fix_tekton_task_init
🐛 Fix tekton tasks
2 parents 5f2f27e + a9414a3 commit 348ff43

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ 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": "."}]'
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.
@@ -69,7 +75,7 @@ spec:
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

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
@@ -66,7 +75,7 @@ spec:
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

0 commit comments

Comments
 (0)