harbor/make/photon/chartserver
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
..
builder build third party binaries in CI (#14019) 2021-01-22 11:33:42 +08:00
compile.sh feature(redis) support redis sentinel 2020-07-19 21:19:03 +08:00
docker-entrypoint.sh Use exec in all components' entrypoints 2021-03-05 15:00:25 +01:00
Dockerfile Remove expose port in dockerfiles 2020-08-05 10:42:46 +08:00
Dockerfile.base Remove unused "sudo" package from most images 2020-08-06 12:44:06 -07:00
redis.patch feature(redis) support redis sentinel 2020-07-19 21:19:03 +08:00