We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a recent issue, so my guess is it started around the time of the libcap 2.69 epoch 1 bump: 27f1689
steps to reproduce:
$ docker run --rm -it --pull=always cgr.dev/chainguard/wolfi-base 7628418f9f15:/# apk add bubblewrap fetch https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz ERROR: unable to select packages: libcap-2.68-r0: conflicts: libcap-2.69-r1 libcap-2.69-r1[so:libcap.so.2=2] satisfies: libcap-2.69-r1[so:libpsx.so.2] bubblewrap-0.8.0-r0[so:libcap.so.2] libcap-2.69-r1: conflicts: libcap-2.68-r0 libcap-2.68-r0[so:libcap.so.2=2] satisfies: bubblewrap-0.8.0-r0[so:libcap.so.2]
pinning libcap==2.68-r0 allows for bubblewrap to be installed successfully:
libcap==2.68-r0
bubblewrap
7628418f9f15:/# apk add libcap==2.68-r0 bubblewrap (1/2) Installing libcap (2.68-r0) (2/2) Installing bubblewrap (0.8.0-r0) OK: 15 MiB in 16 packages
maybe bubblewrap also needs an r1 bump?
The text was updated successfully, but these errors were encountered:
Apparently libcap-2.69-r1 has been withdrawn: #11056
Sorry, something went wrong.
This should be fixed in libcap-2.69-r2.apk as of #11247
rawlingsj
No branches or pull requests
This is a recent issue, so my guess is it started around the time of the libcap 2.69 epoch 1 bump: 27f1689
steps to reproduce:
pinning
libcap==2.68-r0
allows forbubblewrap
to be installed successfully:maybe bubblewrap also needs an r1 bump?
The text was updated successfully, but these errors were encountered: