diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 113b54068d..b9bcc6983b 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -148,6 +148,7 @@ LABEL io.k8s.description="Red Hat Quay" LABEL summary="Red Hat Quay" LABEL maintainer="support@redhat.com" LABEL io.openshift.tags="quay" +LABEL description="Red Hat Quay" ENV RED_HAT_QUAY=true ENV QUAYDIR /quay-registry diff --git a/downstream-dockerfile.sed b/downstream-dockerfile.sed index 29bfbee8b2..1d47d0e6a3 100644 --- a/downstream-dockerfile.sed +++ b/downstream-dockerfile.sed @@ -21,6 +21,7 @@ LABEL io.k8s.description="Red Hat Quay"\ LABEL summary="Red Hat Quay"\ LABEL maintainer="support@redhat.com"\ LABEL io.openshift.tags="quay"\ +LABEL description="Red Hat Quay"\ ENV RED_HAT_QUAY=true d }