move docker builds to netdisco-docker repo and use trigger chain from here
This commit is contained in:
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# vim: ft=Dockerfile
|
||||
FROM alpine:3.5
|
||||
ARG TAG
|
||||
ENV TAG ${TAG:-master}
|
||||
LABEL org.netdisco.maintainer="The Netdisco Project"
|
||||
LABEL org.netdisco.version=${TAG}
|
||||
Reference in New Issue
Block a user