harbor/make/photon
Xavier Duthil 280c8272f8
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:25 +01:00
..
chartserver Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
common Replace tilde in install_cert.sh 2020-12-21 20:39:34 +08:00
core Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
db Use exec in harbor database entrypoint 2020-08-25 20:24:52 +02:00
exporter Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
jobservice Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
log Fix: log container password expire 2020-11-09 18:29:41 +08:00
nginx chore(images): install shadow package in base images 2020-08-10 10:23:48 +00:00
notary Bump up the go-migrate (#13914) 2021-01-11 19:08:17 +08:00
notary-server chore(images): install shadow package in base images 2020-08-10 10:23:48 +00:00
notary-signer chore(images): install shadow package in base images 2020-08-10 10:23:48 +00:00
portal Fix robot account UI issues 2020-12-18 14:11:08 +08:00
prepare Refine the way to set X-Forwarded-Proto in nginx 2021-02-25 17:43:55 +08:00
redis Spelling 2021-02-19 11:59:15 +08:00
registry Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
registryctl chore(images): install shadow package in base images 2020-08-10 10:23:48 +00:00
standalone-db-migrator Provide a standalone migrator to migrate DB schema. 2020-08-06 18:57:55 +08:00
trivy-adapter Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
Makefile Clean up clair and clair-adapter in build scripts 2020-11-10 11:39:18 +08:00