harbor/make
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
..
migrations/postgresql fix(retention) migrate sql error 2021-02-05 09:09:26 +00:00
photon Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
checkenv.sh Extract shared func for checkenv and install scripts 2019-10-10 15:07:09 +08:00
common.sh enhance[cicd] introduce github action for CICD 2019-12-17 18:36:33 +08:00
harbor.yml.tmpl Add upgrade scirpt for 2.2 2021-01-22 16:15:06 +08:00
install.sh Add deprecated msg for clair 2020-11-10 11:39:18 +08:00
prepare Fix: Add privileged for prepare command (#12689) 2020-08-13 14:55:42 +08:00
pushimage.sh Reschedule docker login policy in base image build process 2021-02-22 10:05:25 +08:00