forked from github/multus-cni
9 lines
201 B
Docker
9 lines
201 B
Docker
FROM dmcgowan/token-server:simple
|
|
|
|
WORKDIR /
|
|
|
|
COPY ./.htpasswd /.htpasswd
|
|
COPY ./certs/auth.localregistry.cert /tls.cert
|
|
COPY ./certs/auth.localregistry.key /tls.key
|
|
COPY ./certs/signing.key /sign.key
|