I’m migrating from the official stashapp/stash image to stash-s6 in Unraid and encountering the error /config/entrypoint.sh: 2: apk: not found. Additionally, the entrypoint.sh file is zero bytes, which likely means it’s not being copied correctly. I followed the migration instructions and I set MIGRATE=TRUE.
How can I resolve this issue? Do I need to create or modify the entrypoint.sh script, and if so, what should I include?
I created a new folder called stash-s6 with empty config and pip-install directories. Should I have moved the old config folder into a new folder instead?
Wait… /config/entrypoint.sh, that’s not the default entrypoint. It sounds like you had it overridden to add python dependencies… and hwaccel is debian based, so alpine’s apk would fail
It looks like only the video group (GID 44) exists inside the container. I’m not sure what the other groups are for, but they don’t seem to be present—getent group doesn’t return anything for them.