Skip to content

Commit 8c80811

Browse files
committed
set hermetic "true" in the fbc pipeline
1 parent 64d2ed0 commit 8c80811

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.tekton/topology-aware-lifecycle-manager-fbc-4-18-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ spec:
4848
value: .konflux/container_build_args.conf
4949
- name: additional-tags
5050
value: []
51-
# We have configured an fbc exception for hermetic builds on the release repo.
5251
- name: hermetic
53-
value: "false"
52+
value: "true"
5453
pipelineRef:
5554
name: fbc-pipeline
5655
taskRunTemplate:

.tekton/topology-aware-lifecycle-manager-fbc-4-18-push.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ spec:
4545
value: .konflux/container_build_args.conf
4646
- name: additional-tags
4747
value: ["latest"]
48-
# We have configured an fbc exception for hermetic builds on the release repo.
4948
- name: hermetic
50-
value: "false"
49+
value: "true"
5150
pipelineRef:
5251
name: fbc-pipeline
5352
taskRunTemplate:

0 commit comments

Comments
 (0)