Skip to content

Commit 80f85d7

Browse files
committed
Dockerfile: Add Dockerfile labels to pass CVP check.
1 parent d59038b commit 80f85d7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ FROM openshift/origin-base
99
COPY --from=build /usr/bin/ghostunnel /usr/bin/ghostunnel
1010

1111
ENTRYPOINT ["/usr/bin/ghostunnel"]
12+
13+
LABEL io.k8s.display-name="OpenShift Ghostunnel" \
14+
io.k8s.description="This is an image used by metering-operator to to install and run Ghostunnel." \
15+
io.openshift.tags="openshift" \
16+
maintainer="<[email protected]>"

Dockerfile.rhel

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ FROM openshift/ose-base:latest
99
COPY --from=build /usr/bin/ghostunnel /usr/bin/ghostunnel
1010

1111
ENTRYPOINT ["/usr/bin/ghostunnel"]
12+
13+
LABEL io.k8s.display-name="OpenShift Ghostunnel" \
14+
io.k8s.description="This is an image used by metering-operator to to install and run Ghostunnel." \
15+
io.openshift.tags="openshift" \
16+
maintainer="<[email protected]>"

0 commit comments

Comments
 (0)