summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
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 <i@neonxp.dev>"
+
ENV USER=docker
ENV UID=10001