-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfiles: update description and tags
Signed-off-by: Vincent Demeester <[email protected]>
- Loading branch information
1 parent
016dbfb
commit a5dada3
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,9 @@ LABEL \ | |
summary="Red Hat OpenShift Pipelines Operator" \ | ||
maintainer="[email protected]" \ | ||
description="Red Hat OpenShift Pipelines Operator" \ | ||
io.k8s.display-name="Red Hat OpenShift Pipelines Operator" | ||
io.k8s.display-name="Red Hat OpenShift Pipelines Operator" \ | ||
io.k8s.description="Red Hat OpenShift Pipelines Operator" \ | ||
io.openshift.tags="operator,tekton,openshift" | ||
|
||
RUN microdnf install -y shadow-utils | ||
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,9 @@ LABEL \ | |
summary="Red Hat OpenShift Pipelines Operator Proxy" \ | ||
maintainer="[email protected]" \ | ||
description="Red Hat OpenShift Pipelines Operator Proxy" \ | ||
io.k8s.display-name="Red Hat OpenShift Pipelines Operator Proxy" | ||
io.k8s.display-name="Red Hat OpenShift Pipelines Operator Proxy" \ | ||
io.k8s.description="Red Hat OpenShift Pipelines Operator Proxy" \ | ||
io.openshift.tags="operator,tekton,openshift,proxy" | ||
|
||
RUN microdnf install -y shadow-utils | ||
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,9 @@ LABEL \ | |
summary="Red Hat OpenShift Pipelines Operator Webhook" \ | ||
maintainer="[email protected]" \ | ||
description="Red Hat OpenShift Pipelines Operator Webhook" \ | ||
io.k8s.display-name="Red Hat OpenShift Pipelines Operator Webhook" | ||
io.k8s.display-name="Red Hat OpenShift Pipelines Operator Webhook" \ | ||
io.k8s.description="Red Hat OpenShift Pipelines Operator Webhook" \ | ||
io.openshift.tags="operator,tekton,openshift,webhook" | ||
|
||
RUN microdnf install -y shadow-utils | ||
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot | ||
|