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-23 10:45:45 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
4eba01fc31
harbor
/
make
/
photon
/
jobservice
/
start.sh
5 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Deprivilege harbor-ui harbor-jobservice harbor-adminserver Use non-root user to run the service within these docker images, and provide HEALTHCHECK mechanism.
2017-11-08 14:22:00 +01:00
#!/bin/sh
Integrate new jobservice into docker-compose template This commit doesn't integrate redis. No change to makefile b/c it should work once the temporary jobservice_v2 folder is renamed to jobservice.
2018-03-22 12:48:22 +01:00
sudo -E -u
\#
10000
"/harbor/harbor_jobservice"
"-c"
"/etc/jobservice/config.yml"
Deprivilege harbor-ui harbor-jobservice harbor-adminserver Use non-root user to run the service within these docker images, and provide HEALTHCHECK mechanism.
2017-11-08 14:22:00 +01:00
Reference in New Issue
Copy Permalink