diff --git a/Dockerfile b/Dockerfile index d6925233..9f9cf6ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM alpine:3.19 +LABEL org.opencontainers.image.source="https://github.com/distribution/distribution-library-image" +LABEL org.opencontainers.image.description="A simple container image for running a local container registry" + RUN apk add --no-cache ca-certificates RUN set -eux; \