refact(docker): removes custom labels

This commit is contained in:
Gareth Flowers 2021-04-12 14:55:07 +01:00
parent 0d8cc8f549
commit 82d3f85245

View file

@ -1,12 +1,5 @@
FROM alpine:3.12.0
LABEL org.opencontainers.image.authors="Gareth Flowers" \
org.opencontainers.image.description="FTP Server" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.title="ftp-server" \
org.opencontainers.image.url="https://github.com/garethflowers/docker-ftp-server" \
org.opencontainers.image.vendor="garethflowers"
ENV FTP_USER=foo \
FTP_PASS=bar \
GID=1000 \