Skip to content

Commit 8f08620

Browse files
Disable network access and configure Cachi2 (stolostron#4180)
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
1 parent f8047b8 commit 8f08620

4 files changed

+40
-0
lines changed

.tekton/console-acm-213-pull-request.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ spec:
3232
value: Containerfile.acm.konflux
3333
- name: path-context
3434
value: .
35+
- name: hermetic
36+
value: "true"
37+
- name: prefetch-input
38+
value:
39+
- path: .
40+
type: npm
41+
- path: ./frontend
42+
type: npm
43+
- path: ./backend
44+
type: npm
3545
pipelineSpec:
3646
description: |
3747
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/console-acm-213-push.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ spec:
3030
value: Containerfile.acm.konflux
3131
- name: path-context
3232
value: .
33+
- name: hermetic
34+
value: "true"
35+
- name: prefetch-input
36+
value:
37+
- path: .
38+
type: npm
39+
- path: ./frontend
40+
type: npm
41+
- path: ./backend
42+
type: npm
3343
pipelineSpec:
3444
description: |
3545
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/console-mce-mce-28-pull-request.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ spec:
3333
value: Containerfile.mce.konflux
3434
- name: path-context
3535
value: .
36+
- name: hermetic
37+
value: "true"
38+
- name: prefetch-input
39+
value:
40+
- path: .
41+
type: npm
42+
- path: ./frontend
43+
type: npm
44+
- path: ./backend
45+
type: npm
3646
pipelineSpec:
3747
description: |
3848
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/console-mce-mce-28-push.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ spec:
3030
value: Containerfile.mce.konflux
3131
- name: path-context
3232
value: .
33+
- name: hermetic
34+
value: "true"
35+
- name: prefetch-input
36+
value:
37+
- path: .
38+
type: npm
39+
- path: ./frontend
40+
type: npm
41+
- path: ./backend
42+
type: npm
3343
pipelineSpec:
3444
description: |
3545
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)