Skip to content

Commit

Permalink
feat(docker): adds open container labels
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Jul 25, 2020
1 parent 77552eb commit 6af42eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
FROM alpine:3.12

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

Expand Down

0 comments on commit 6af42eb

Please sign in to comment.