我用 ubuntu 22.04 启动了一个容器
docker run -it ubuntu:22.04
然后使用 apt update 时出现错误
root@d089f7dbfc40:/# apt update
Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'
E: Sub-process returned an error code
docker 镜像信息
"RepoTags": [
"ubuntu:22.04"
],
"RepoDigests": [
"ubuntu@sha256:4b1d0c4a2d2aaf63b37111f34eb9fa89fa1bf53dd6e4ca954d47caebca4005c2"
],
我尝试了 ubuntu:20.04,它运行良好。大约两周前,ubuntu:22.04 还在运行。
答案1
找到解决办法了!https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1998736
我使用的是 Docker 20.10.9。更新到 20.10.24(目前最新版本)后,问题消失了。