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-11-30 06:03:45 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
b3c22fa53a
harbor
/
make
/
common
/
templates
/
registryctl
/
env
4 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename harbor-ui to harbor-core 1. Update the nginx.conf 2. Update Makefile 3. Update docker-compose 4. Update image name 5. Rename folder ui to core 6. Change the harbor-ui's package name to core 7. Remove unused static file on harbor-core 8. Remove unused code for harbor-portal Signed-off-by: Qian Deng <dengq@vmware.com>
2018-09-12 08:38:29 +02:00
CORE_SECRET=$core_secret
Add the registry controller httpserver, it's responsible for controlling (#5265) docker regsitry. This version has the API to call regsitry GC with jobservice secret. Seprates it into a standalone container as do not want to invoke two processes in one container. It needs to mount the registry storage into this container in order to do GC, and needs to copy the registry binary into it.
2018-07-16 10:50:28 +02:00
JOBSERVICE_SECRET=$jobservice_secret
Reference in New Issue
Copy Permalink