Docker-alpine: Unsatisfiable constraints for /bin/sh (virtual) with apk upgrade on apline:edge

Created on 25 Oct 2017  路  3Comments  路  Source: gliderlabs/docker-alpine

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]
bug question

Most helpful comment

Same for me!

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

crsrivats picture crsrivats  路  5Comments

dinogun picture dinogun  路  3Comments

ncopa picture ncopa  路  4Comments

gliptak picture gliptak  路  4Comments

dniku picture dniku  路  4Comments