harbor/make/photon/prepare/Dockerfile.base
Daniel Jiang a087ba02e3 Populate basic auth information for registry
This commit updates `prepare` and templates to populate the credential
for registry for basic authentication.

A temporary flag `registry_use_basic_auth` was added to avoid breakage.
It MUST be removed before the release.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2019-12-31 14:50:46 +08:00

7 lines
101 B
Docker

FROM photon:2.0
RUN tdnf install -y python3 python3-pip httpd
RUN pip3 install pipenv==2018.11.26