add github.com/docker/docker dependency

This commit is contained in:
yanmingfan
2018-05-23 15:23:39 +08:00
parent 119be8a0ac
commit 923bbe42f7
5848 changed files with 1389516 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
FROM dmcgowan/token-server@sha256:5a6f76d3086cdf63249c77b521108387b49d85a30c5e1c4fe82fdf5ae3b76ba7
WORKDIR /
COPY ./.htpasswd /.htpasswd
COPY ./certs/auth.localregistry.cert /tls.cert
COPY ./certs/auth.localregistry.key /tls.key
COPY ./certs/signing.key /sign.key