Skip to content

Commit 3aeb8c9

Browse files
author
Anna Rania
committed
Set spec.params instead of pipelineSpec.params
1 parent aa484f0 commit 3aeb8c9

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.tekton/fbc-update-planner-pull-request.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ spec:
3030
value: Dockerfile
3131
- name: prefetch-input
3232
value: '{"type": "gomod", "path": "."}'
33+
- name: hermetic
34+
value: "true"
35+
- name: build-source-image
36+
value: "true"
3337
pipelineSpec:
3438
description: |
3539
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -61,7 +65,7 @@ spec:
6165
description: Skip checks against built image
6266
name: skip-checks
6367
type: string
64-
- default: "true"
68+
- default: "false"
6569
description: Execute the build with network isolation
6670
name: hermetic
6771
type: string
@@ -74,7 +78,7 @@ spec:
7478
1h, 2d, 3w for hours, days, and weeks, respectively.
7579
name: image-expires-after
7680
type: string
77-
- default: "true"
81+
- default: "false"
7882
description: Build a source image.
7983
name: build-source-image
8084
type: string

.tekton/fbc-update-planner-push.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ spec:
2727
value: Dockerfile
2828
- name: prefetch-input
2929
value: '{"type": "gomod", "path": "."}'
30+
- name: hermetic
31+
value: "true"
32+
- name: build-source-image
33+
value: "true"
3034
pipelineSpec:
3135
description: |
3236
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -58,7 +62,7 @@ spec:
5862
description: Skip checks against built image
5963
name: skip-checks
6064
type: string
61-
- default: "true"
65+
- default: "false"
6266
description: Execute the build with network isolation
6367
name: hermetic
6468
type: string
@@ -71,7 +75,7 @@ spec:
7175
1h, 2d, 3w for hours, days, and weeks, respectively.
7276
name: image-expires-after
7377
type: string
74-
- default: "true"
78+
- default: "false"
7579
description: Build a source image.
7680
name: build-source-image
7781
type: string

0 commit comments

Comments
 (0)