Skip to content

Commit

Permalink
Add labels to Dockerfile to avoid inheriting them from base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Nov 20, 2024
1 parent ece794e commit ef0d121
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ RUN set -ex\
# containers are copied in.
FROM base AS final
LABEL maintainer "quay-devel@redhat.com"
LABEL io.k8s.display-name="Quay Container Registry" \
io.k8s.description="Quay is a container registry optimized for building, storing, and distributing container images." \
io.openshift.tags="quay,registry,container,images" \
com.redhat.component="quay" \
name="quay" \
summary="quay container registry" \
description="Quay lets you build, store, and distribute your containers."

ENV QUAYDIR /quay-registry
ENV QUAYCONF /quay-registry/conf
Expand Down

0 comments on commit ef0d121

Please sign in to comment.