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
/
exporter
/
entrypoint.sh
8 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
Add custom cert for exporter * injecting custom certs related config to exporter Signed-off-by: DQ <dengq@vmware.com>
2021-01-20 03:52:34 +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_exporter
Reference in New Issue
Copy Permalink