Added labels

This commit is contained in:
NeonXP 2022-12-08 20:43:47 +03:00
parent 4a3f80e664
commit 57ce2cc060
No known key found for this signature in database
GPG Key ID: B0DA6283C40CB2CB
1 changed files with 5 additions and 0 deletions

View File

@ -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