This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
harbor
Watch
1
Star
0
Fork
0
You've already forked harbor
mirror of
https://github.com/goharbor/harbor.git
synced
2024-12-20 23:57:42 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
7a4cb17450
harbor
/
make
/
photon
/
prepare
/
Dockerfile.base
7 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
add base images when to build harbor assets * add base images when to build harbor assets Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-11 11:56:36 +01:00
FROM
photon:2.0
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-25 07:59:47 +01:00
RUN
tdnf install -y python3 python3-pip httpd
RUN
pip3 install
pipenv
=
=
2018.11.26
Reference in New Issue
Copy Permalink