summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeonXP <i@neonxp.dev>2022-12-08 20:43:47 +0300
committerNeonXP <i@neonxp.dev>2022-12-08 20:43:47 +0300
commit57ce2cc06016c170e96b11b903e5d341a731f525 (patch)
treea4792cedb982fda8e5f08f0afcc2417eaec4ff58
parent4a3f80e664512232d704de504ecc64cb5b5d9623 (diff)
Added labelsHEADmaster
-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