Skip to content

Commit

Permalink
Merge pull request kube-reporting#40 from timflannagan1/add-dockerfil…
Browse files Browse the repository at this point in the history
…e-labels

Dockerfile: Add Dockerfile labels to pass CVP check.
  • Loading branch information
timflannagan authored Jul 6, 2020
2 parents d59038b + 80f85d7 commit caf33c2
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 caf33c2

Please sign in to comment.