From 80f85d7b986cba45688724f662e73825a002c334 Mon Sep 17 00:00:00 2001 From: timflannagan1 Date: Mon, 6 Jul 2020 14:13:13 -0400 Subject: [PATCH] Dockerfile: Add Dockerfile labels to pass CVP check. --- Dockerfile | 5 +++++ Dockerfile.rhel | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2b6a40dacd5..73980e39038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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="" diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 90e4e73e50d..446b5a2fd21 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -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=""