Upgrade s6-overlay from 2.2.0.3 to 3.1.2.1 (#4584)

Also remove the unnecessary xz-utils from the final image.
This commit is contained in:
Felipe Santos
2022-12-03 13:23:19 -03:00
committed by GitHub
parent e5fe323aca
commit 94a2b6bb88
7 changed files with 24 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash
# Take down the S6 supervision tree when the process fails
if [[ "${1}" -ne 0 && "${1}" -ne 256 ]]; then
exec s6-svscanctl -t /var/run/s6/services
exec /run/s6/basedir/bin/halt
fi

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
# shellcheck shell=bash
exec nginx