postgres/13/alpine
Tianon Gravi 7e5e7ece73 Convert all entrypoint "echo"s to "printf"
The use of the `echo` shell built-in has been actively discouraged for a long time, but it's really convenient so we keep doing it.  This converts them all to use `printf` appropriately such that we avoid issues like `echo "$someVar"` from doing the wrong thing if `$someVar` is `-n` or similar.
2022-12-21 10:42:36 -08:00
..
Dockerfile Add nss_wrapper to alpine images to run container with different user 2022-11-30 21:32:37 +01:00
docker-entrypoint.sh Convert all entrypoint "echo"s to "printf" 2022-12-21 10:42:36 -08:00