Hi,
I am unable to upgrade the lasted alpine:edge docker image. It fails with unsatisfiable constraints on _/bin/sh (virtual)_ during the upgrade:
$ docker run -ti alpine:edge
/ # apk --update upgrade
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
Upgrading critical system libraries and apk-tools:
(1/1) Upgrading apk-tools (2.7.2-r0 -> 2.8.0-r1)
Executing busybox-1.27.0-r3.trigger
Continuing the upgrade transaction with new apk-tools:
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
/bin/sh (virtual):
provided by: busybox-1.27.2-r2
required by: alpine-baselayout-3.0.5-r2[/bin/sh] alpine-baselayout-3.0.5-r2[/bin/sh]
Same for me!
I'm stuck in the same issue. Anyone come up with the solution yet?
Upgrading critical system libraries and apk-tools:
(1/5) Installing libressl2.5-libcrypto (2.5.5-r3)
(2/5) Installing libressl2.5-libssl (2.5.5-r3)
(3/5) Upgrading apk-tools (2.6.9-r0 -> 2.8.1-r0)
(4/5) Purging libssl1.0 (1.0.2k-r0)
(5/5) Purging libcrypto1.0 (1.0.2k-r0)
Executing busybox-1.24.2-r13.trigger
Continuing the upgrade transaction with new apk-tools:
ERROR: unsatisfiable constraints:
/bin/sh (virtual):
provided by: busybox-1.27.2-r3
required by:
alpine-baselayout-3.0.5-r2[/bin/sh]
alpine-baselayout-3.0.5-r2[/bin/sh]
The command '/bin/sh -c apk upgrade --purge' returned a non-zero code: 2
I think this is just a pretty outdated alpine:edge image. I'm not having this issue on 631c9b7258b2. Please try pulling the image again.
Most helpful comment
Same for me!