Skip to content

Commit

Permalink
Additional standard LABELS
Browse files Browse the repository at this point in the history
`description`,`name` and `summary` are standard UBI `LABELS`. These need to be present in the Dockerfile  for the underlining `LABELS` from the base image are to be overwritten with meaningful descriptions.
  • Loading branch information
jason-fox authored Jan 19, 2022
1 parent 1d23c89 commit 48ba594
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extras/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ ARG GITHUB_REPOSITORY
ARG NODE_VERSION

LABEL "maintainer"="FIWARE Identity Manager Team. DIT-UPM"
LABEL "description"="Support for proxy functions within OAuth2-based authentication schemas. Also implements PEP functions within an XACML-based access control schema."
LABEL "name"="pep-proxy"
LABEL "summary"="PEP Proxy - Wilma (Distroless)"

LABEL "org.opencontainers.image.authors"=""
LABEL "org.opencontainers.image.documentation"="https://fiware-idm.readthedocs.io/"
LABEL "org.opencontainers.image.vendor"="Universidad Politécnica de Madrid."
Expand Down Expand Up @@ -166,6 +170,10 @@ ARG USER


LABEL "maintainer"="FIWARE Identity Manager Team. DIT-UPM"
LABEL "description"="Support for proxy functions within OAuth2-based authentication schemas. Also implements PEP functions within an XACML-based access control schema."
LABEL "name"="pep-proxy"
LABEL "summary"="PEP Proxy - Wilma"

LABEL "org.opencontainers.image.authors"=""
LABEL "org.opencontainers.image.documentation"="https://fiware-idm.readthedocs.io/"
LABEL "org.opencontainers.image.vendor"="Universidad Politécnica de Madrid."
Expand Down

0 comments on commit 48ba594

Please sign in to comment.