community/s6-overlay: Doesn't work in Alpine 3.13
When community/s6-overlay 2.1.0.0
was committed (December 2020) it looks like it has compatible dependencies:
execline 2.6.1.1
justc-envdir 1.0.0
s6 2.9.2.0
s6-dns 2.3.3.0
s6-linux-utils 2.5.1.3
s6-networking 2.3.2.0
s6-overlay-preinit 1.0.2
s6-portable-utils 2.2.3.0
s6-rc 0.5.2.0
However since then it's dependencies have been updated (January 2021):
execline 2.7.0.0
justc-envdir 1.0.0
s6 2.10.0.0
s6-dns 2.3.4.0
s6-linux-utils 2.5.1.4
s6-networking 2.4.0.0
s6-overlay-preinit 1.0.2
s6-portable-utils 2.2.3.1
s6-rc 0.5.2.1
I'm guessing execline 2.7.x.x
or possibly s6 2.10.x.x
is why it no longer works.
Gets stuck on...
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
I suggest this can resolved by updating to community/s6-overlay 2.2.x.x
.