Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .tekton/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ spec:
default: docker
type: string
description: The format for the resulting image's mediaType. Valid values are oci or docker.
- default: []
description: Additional labels to apply to the built container image
name: additional-labels
type: array
results:
- description: ''
name: IMAGE_URL
Expand Down Expand Up @@ -250,12 +254,13 @@ spec:
- name: LABELS
value:
- $(tasks.generate-labels.results.labels[*])
- $(params.additional-labels[*])
- com.redhat.component=recert
- description=recert
- distribution-scope=public
- io.k8s.description=recert
- name=openshift4/recert-rhel9
- release=4.16
- cpe="cpe:/a:redhat:openshift:4.16::el9"
- url=https://github.com/rh-ecosystem-edge/recert
- vendor=Red Hat, Inc.
- io.k8s.display-name=recert
Expand Down
3 changes: 3 additions & 0 deletions .tekton/recert-4-16-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ spec:
value: "true"
- name: additional-tags
value: []
- name: additional-labels
value:
- name=openshift4/recert-rhel9
pipelineRef:
name: build-pipeline
taskRunTemplate:
Expand Down
3 changes: 3 additions & 0 deletions .tekton/recert-4-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ spec:
value: "true"
- name: additional-tags
value: ["latest"]
- name: additional-labels
value:
- name=openshift4/recert-rhel9
pipelineRef:
name: build-pipeline
taskRunTemplate:
Expand Down
Loading