refact(docker): removes custom labels
This commit is contained in:
parent
0d8cc8f549
commit
82d3f85245
1 changed files with 0 additions and 7 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue