Skip to content

Commit

Permalink
Dockerfile: Add Dockerfile labels to pass CVP check.
Browse files Browse the repository at this point in the history
  • Loading branch information
timflannagan committed Jul 6, 2020
1 parent d59038b commit 80f85d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ FROM openshift/origin-base
COPY --from=build /usr/bin/ghostunnel /usr/bin/ghostunnel

ENTRYPOINT ["/usr/bin/ghostunnel"]

LABEL io.k8s.display-name="OpenShift Ghostunnel" \
io.k8s.description="This is an image used by metering-operator to to install and run Ghostunnel." \
io.openshift.tags="openshift" \
maintainer="<metering-team@redhat.com>"
5 changes: 5 additions & 0 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ FROM openshift/ose-base:latest
COPY --from=build /usr/bin/ghostunnel /usr/bin/ghostunnel

ENTRYPOINT ["/usr/bin/ghostunnel"]

LABEL io.k8s.display-name="OpenShift Ghostunnel" \
io.k8s.description="This is an image used by metering-operator to to install and run Ghostunnel." \
io.openshift.tags="openshift" \
maintainer="<metering-team@redhat.com>"

0 comments on commit 80f85d7

Please sign in to comment.