mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 09:09:47 +01:00
a087ba02e3
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>
7 lines
101 B
Docker
7 lines
101 B
Docker
FROM photon:2.0
|
|
|
|
RUN tdnf install -y python3 python3-pip httpd
|
|
RUN pip3 install pipenv==2018.11.26
|
|
|
|
|