move common parts to netdisco-base

This commit is contained in:
Oliver Gorwits
2018-01-13 08:52:33 +00:00
parent c7b2b7be05
commit 3918913b18
4 changed files with 3 additions and 11 deletions

View File

@@ -5,9 +5,6 @@ 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"]
USER netdisco:netdisco
WORKDIR $NETDISCO_HOME/netdisco-mibs
RUN curl -s https://api.github.com/repos/netdisco/netdisco-mibs/tags | \
jq '.[]|.tarball_url|select(test("tarball/\\d+\\.\\d+$"))' | \