...

Text file src/github.com/docker/distribution/contrib/docker-integration/tokenserver/Dockerfile

Documentation: github.com/docker/distribution/contrib/docker-integration/tokenserver

     1FROM dmcgowan/token-server@sha256:0eab50ebdff5b6b95b3addf4edbd8bd2f5b940f27b41b43c94afdf05863a81af
     2
     3WORKDIR /
     4
     5COPY ./.htpasswd /.htpasswd
     6COPY ./certs/auth.localregistry.cert /tls.cert
     7COPY ./certs/auth.localregistry.key /tls.key
     8COPY ./certs/signing.key /sign.key

View as plain text