Ubuntu 22.04의 적절한 업데이트 오류

Ubuntu 22.04의 적절한 업데이트 오류

우분투 22.04로 컨테이너를 시작했습니다.

docker run -it ubuntu:22.04

그런 다음 적절한 업데이트에 오류가 발생했습니다.

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

도커 이미지 정보

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

ubuntu:20.04를 사용해 보았는데 잘 작동합니다. 그리고 ubuntu:22.04는 약 2주 전에 작동하고 있었습니다.

답변1

해결책을 찾았습니다!https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1998736

저는 Docker 20.10.9를 사용하고 있었습니다. 20.10.24(현재 최신 버전)로 업데이트 후 문제가 사라졌습니다.

관련 정보