Ubuntu 22.04 上的 apt 更新錯誤

Ubuntu 22.04 上的 apt 更新錯誤

我用 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(目前最新可用)後,問題消失了。

相關內容