File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ spec:
105105 default : docker
106106 type : string
107107 description : The format for the resulting image's mediaType. Valid values are oci or docker.
108+ - default : []
109+ description : Additional labels to apply to the built container image
110+ name : additional-labels
111+ type : array
108112 results :
109113 - description : ' '
110114 name : IMAGE_URL
@@ -250,12 +254,13 @@ spec:
250254 - name : LABELS
251255 value :
252256 - $(tasks.generate-labels.results.labels[*])
257+ - $(params.additional-labels[*])
253258 - com.redhat.component=recert
254259 - description=recert
255260 - distribution-scope=public
256261 - io.k8s.description=recert
257- - name=openshift4/recert-rhel9
258262 - release=4.17
263+ - cpe="cpe:/a:redhat:openshift:4.17::el9"
259264 - url=https://github.com/rh-ecosystem-edge/recert
260265 - vendor=Red Hat, Inc.
261266 - io.k8s.display-name=recert
Original file line number Diff line number Diff line change 6969 value : " true"
7070 - name : additional-tags
7171 value : []
72+ - name : additional-labels
73+ value :
74+ - name=openshift4/recert-rhel9
7275 pipelineRef :
7376 name : build-pipeline
7477 taskRunTemplate :
Original file line number Diff line number Diff line change 6767 value : " true"
6868 - name : additional-tags
6969 value : ["latest"]
70+ - name : additional-labels
71+ value :
72+ - name=openshift4/recert-rhel9
7073 pipelineRef :
7174 name : build-pipeline
7275 taskRunTemplate :
You can’t perform that action at this time.
0 commit comments