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-01 16:19:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
eee72e2354
harbor
/
make
/
photon
/
core
/
entrypoint.sh
8 lines
69 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix docker file with secure tls change Signed-off-by: DQ <dengq@vmware.com>
2020-03-11 19:13:58 +01:00
#!/bin/sh
set
-e
/harbor/install_cert.sh
Use exec in all components' entrypoints Use the exec Bash command so that the final running application becomes the container’s PID 1. This allows the application to receive any Unix signals sent to the container, in accordance with https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint Currently, SIGTERM signals sent by kubernetes are not passed to the executed binary. Signed-off-by: Xavier Duthil <xavier.duthil@corp.ovh.com>
2021-03-05 15:00:22 +01:00
exec
/harbor/harbor_core
Reference in New Issue
Copy Permalink