add labels and fix tag refs
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# vim: ft=Dockerfile
|
||||
ARG TAG=master
|
||||
FROM debian:stable-slim
|
||||
|
||||
LABEL org.netdisco.maintainer="The Netdisco Project"
|
||||
LABEL org.netdisco.version=${TAG}
|
||||
|
||||
RUN bash -c 'mkdir -p /usr/share/man/man{1..8}' && \
|
||||
apt-get -yq update && \
|
||||
apt-get install -yq --no-install-recommends \
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# vim: ft=Dockerfile
|
||||
ARG TAG=master
|
||||
FROM docker.io/postgres:9.6.6-alpine
|
||||
|
||||
LABEL org.netdisco.maintainer="The Netdisco Project"
|
||||
LABEL org.netdisco.version=${TAG}
|
||||
|
||||
RUN apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
|
||||
@@ -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}
|
||||
|
||||
EXPOSE 5000
|
||||
VOLUME ["/home/netdisco/environments", "/home/netdisco/nd-site-local"]
|
||||
|
||||
Reference in New Issue
Block a user