Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

with s6 2.13.1.0 binaries live in /usr/bin instead of /bin #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elrido
Copy link
Contributor

@elrido elrido commented Oct 19, 2024

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. An alternative would be to detect the presence of the binary in /usr/bin and create a symlink to that into /bin.

Example failing nightly build: https://github.com/PrivateBin/docker-nginx-fpm-alpine/actions/runs/11376261631/job/31648434608

Caused by this change: https://gitlab.alpinelinux.org/alpine/aports/-/commit/d348893ddf28edb773ac69df7129b43b767d8418#bc2914fbfe731ad6ff1eb5c019c39433c87bcaf5_22_24

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 https://gitlab.alpinelinux.org/alpine/aports/-/commit/d348893ddf28edb773ac69df7129b43b767d8418#bc2914fbfe731ad6ff1eb5c019c39433c87bcaf5_22_24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant