Lancé un contenedor con ubuntu 22.04
docker run -it ubuntu:22.04
luego obtuve un error con la actualización adecuada
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
la información de la imagen de la ventana acoplable
"RepoTags": [
"ubuntu:22.04"
],
"RepoDigests": [
"ubuntu@sha256:4b1d0c4a2d2aaf63b37111f34eb9fa89fa1bf53dd6e4ca954d47caebca4005c2"
],
Probé ubuntu:20.04, funciona bien. Y ubuntu:22.04 estaba funcionando hace unas dos semanas.
Respuesta1
¡Encontré una solución!https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1998736
Estaba usando Docker 20.10.9. Después de actualizar a 20.10.24 (la última disponible en este momento), el problema desapareció.