this change makes the entrypoint script PATH dependent, but agnostic to the real location of the s6-svcscan binary, so it work both for alpine 3.20 as well as edge / future stable alpine releases
see d348893ddf (bc2914fbfe731ad6ff1eb5c019c39433c87bcaf5_22_24)
3 lines
87 B
Text
Executable file
3 lines
87 B
Text
Executable file
#!/bin/execlineb -P
|
|
foreground { cp -r /etc/s6/services /run }
|
|
s6-svscan /run/services
|