zypper 无法在新的 opensuse/tumbleweed 容器中工作
zypper not working in a fresh opensuse/tumbleweed container
自从昨天上次更新后,我无法 运行 在新的 opensuse/tumbleweed docker 容器中使用 zypper...
参考:https://hub.docker.com/r/opensuse/tumbleweed
观察到
$ docker rmi opensuse/tumbleweed
$ docker run --rm --init -it opensuse/tumbleweed bash -c "zypper update"
Unable to find image 'opensuse/tumbleweed:latest' locally
latest: Pulling from opensuse/tumbleweed
9fdd7ffbcda9: Pull complete
Digest: sha256:ba4b07a94d177ce2ac02bbd4b76eefdffd85681a0a231ca8bcada52e1d7feab0
Status: Downloaded newer image for opensuse/tumbleweed:latest
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted
预计
就像没有这个之前一样工作:
terminate called after throwing an instance of 'std::system_error'
备注
- 已在 irc.libera.chat 上询问但未成功
docker run --rm --init -it opensuse/leap bash -c "zypper update"
正在按预期工作...
自从昨天上次更新后,我无法 运行 在新的 opensuse/tumbleweed docker 容器中使用 zypper...
参考:https://hub.docker.com/r/opensuse/tumbleweed
观察到
$ docker rmi opensuse/tumbleweed
$ docker run --rm --init -it opensuse/tumbleweed bash -c "zypper update"
Unable to find image 'opensuse/tumbleweed:latest' locally
latest: Pulling from opensuse/tumbleweed
9fdd7ffbcda9: Pull complete
Digest: sha256:ba4b07a94d177ce2ac02bbd4b76eefdffd85681a0a231ca8bcada52e1d7feab0
Status: Downloaded newer image for opensuse/tumbleweed:latest
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted
预计
就像没有这个之前一样工作:
terminate called after throwing an instance of 'std::system_error'
备注
- 已在 irc.libera.chat 上询问但未成功
docker run --rm --init -it opensuse/leap bash -c "zypper update"
正在按预期工作...