apt-Update-Fehler unter Ubuntu 22.04

apt-Update-Fehler unter Ubuntu 22.04

Ich habe einen Container mit Ubuntu 22.04 gestartet

docker run -it ubuntu:22.04

dann bekam ich einen Fehler beim 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

die Docker-Image-Informationen

"RepoTags": [
            "ubuntu:22.04"
        ],
        "RepoDigests": [
            "ubuntu@sha256:4b1d0c4a2d2aaf63b37111f34eb9fa89fa1bf53dd6e4ca954d47caebca4005c2"
        ],

Ich habe Ubuntu:20.04 ausprobiert, es funktioniert einwandfrei. Und Ubuntu:22.04 hat vor etwa zwei Wochen funktioniert.

Antwort1

Eine Lösung gefunden!https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1998736

Ich habe Docker 20.10.9 verwendet. Nach dem Update auf 20.10.24 (aktuellste verfügbare Version) war das Problem verschwunden.

verwandte Informationen