add labels and fix tag refs

This commit is contained in:
Oliver Gorwits
2018-01-12 22:37:43 +00:00
parent ebaf3b8603
commit b5c3e4268c
5 changed files with 20 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
# vim: ft=Dockerfile
ARG TAG=master
FROM docker.io/netdisco:${TAG}-base
FROM docker.io/netdisco/netdisco:${TAG}-base
LABEL org.netdisco.maintainer="The Netdisco Project"
LABEL org.netdisco.version=${TAG}
VOLUME ["/home/netdisco/environments", "/home/netdisco/nd-site-local"]