diff options
author | NeonXP <i@neonxp.dev> | 2022-12-08 20:43:47 +0300 |
---|---|---|
committer | NeonXP <i@neonxp.dev> | 2022-12-08 20:43:47 +0300 |
commit | 57ce2cc06016c170e96b11b903e5d341a731f525 (patch) | |
tree | a4792cedb982fda8e5f08f0afcc2417eaec4ff58 | |
parent | 4a3f80e664512232d704de504ecc64cb5b5d9623 (diff) |
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |