mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
8 lines
200 B
Docker
8 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
|