1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00
Files
descheduler/vendor/github.com/docker/distribution/contrib/docker-integration/tokenserver-oauth/Dockerfile
2017-07-30 18:48:49 -04: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