Files
fn-serverless/vendor/github.com/docker/distribution/contrib/docker-integration/tokenserver-oauth/Dockerfile
2017-07-12 14:18:01 -07:00

9 lines
200 B
Docker

FROM dmcgowan/token-server:oauth
WORKDIR /
COPY ./.htpasswd /.htpasswd
COPY ./certs/auth.localregistry.cert /tls.cert
COPY ./certs/auth.localregistry.key /tls.key
COPY ./certs/signing.key /sign.key