diff --git a/Dockerfile b/Dockerfile index 48f8646..33bacea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,10 @@ FROM alpine:3.17 as dep +LABEL org.opencontainers.image.source=https://github.com/neonxp/base +LABEL org.opencontainers.image.description="NeonXP Base image" +LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.authors="Alexander Kiryukhin " + ENV USER=docker ENV UID=10001