Skip to content

Commit d9468ad

Browse files
red-hat-konflux[bot]red-hat-konfluxLightOfHeaven1994
authored
Red Hat Konflux update patchman-ui (#1325)
* Red Hat Konflux update patchman-ui Signed-off-by: red-hat-konflux <[email protected]> * fix(CI): use build-tools Dockerfile --------- Co-authored-by: red-hat-konflux <[email protected]> Co-authored-by: LightOfHeaven1994 <[email protected]>
1 parent f19a2cc commit d9468ad

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

.tekton/patchman-ui-pull-request.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ spec:
108108
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
109109
name: build-args-file
110110
type: string
111+
- default: "false"
112+
description: Whether to enable privileged mode, should be used only with remote
113+
VMs
114+
name: privileged-nested
115+
type: string
111116
results:
112117
- description: ""
113118
name: IMAGE_URL
@@ -215,6 +220,8 @@ spec:
215220
- $(params.build-args[*])
216221
- name: BUILD_ARGS_FILE
217222
value: $(params.build-args-file)
223+
- name: PRIVILEGED_NESTED
224+
value: $(params.privileged-nested)
218225
- name: SOURCE_ARTIFACT
219226
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
220227
- name: CACHI2_ARTIFACT
@@ -406,10 +413,10 @@ spec:
406413
- "false"
407414
- name: sast-coverity-check
408415
params:
409-
- name: image-url
410-
value: $(tasks.build-image-index.results.IMAGE_URL)
411416
- name: image-digest
412417
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
418+
- name: image-url
419+
value: $(tasks.build-image-index.results.IMAGE_URL)
413420
- name: IMAGE
414421
value: $(params.output-image)
415422
- name: DOCKERFILE
@@ -498,6 +505,8 @@ spec:
498505
- "false"
499506
- name: sast-unicode-check
500507
params:
508+
- name: image-digest
509+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
501510
- name: image-url
502511
value: $(tasks.build-image-index.results.IMAGE_URL)
503512
- name: SOURCE_ARTIFACT

.tekton/patchman-ui-push.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ spec:
105105
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106106
name: build-args-file
107107
type: string
108+
- default: "false"
109+
description: Whether to enable privileged mode, should be used only with remote
110+
VMs
111+
name: privileged-nested
112+
type: string
108113
results:
109114
- description: ""
110115
name: IMAGE_URL
@@ -212,6 +217,8 @@ spec:
212217
- $(params.build-args[*])
213218
- name: BUILD_ARGS_FILE
214219
value: $(params.build-args-file)
220+
- name: PRIVILEGED_NESTED
221+
value: $(params.privileged-nested)
215222
- name: SOURCE_ARTIFACT
216223
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
217224
- name: CACHI2_ARTIFACT
@@ -403,10 +410,10 @@ spec:
403410
- "false"
404411
- name: sast-coverity-check
405412
params:
406-
- name: image-url
407-
value: $(tasks.build-image-index.results.IMAGE_URL)
408413
- name: image-digest
409414
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
415+
- name: image-url
416+
value: $(tasks.build-image-index.results.IMAGE_URL)
410417
- name: IMAGE
411418
value: $(params.output-image)
412419
- name: DOCKERFILE
@@ -495,6 +502,8 @@ spec:
495502
- "false"
496503
- name: sast-unicode-check
497504
params:
505+
- name: image-digest
506+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
498507
- name: image-url
499508
value: $(tasks.build-image-index.results.IMAGE_URL)
500509
- name: SOURCE_ARTIFACT

0 commit comments

Comments
 (0)