ubuntu-translations-coordinators team mailing list archive
-
ubuntu-translations-coordinators team
-
Mailing list archive
-
Message #12167
[Bug 1943049] Re: Docker ubuntu:impish: Problem executing scripts DPkg::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'
** No longer affects: glibc (Ubuntu)
** No longer affects: glibc (Ubuntu Impish)
** Project changed: cloud-images => ubuntu-translations
** No longer affects: ubuntu-translations
--
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
Matching subscriptions: Ubuntu Translations bug mail
https://bugs.launchpad.net/bugs/1943049
Title:
Docker ubuntu:impish: Problem executing scripts DPkg::Post-Invoke 'rm
-f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb
/var/cache/apt/*.bin || true'
Status in containerd package in Ubuntu:
Fix Released
Status in crun package in Ubuntu:
Fix Released
Status in docker.io package in Ubuntu:
Fix Released
Status in golang-github-containers-common package in Ubuntu:
Fix Released
Status in golang-github-opencontainers-specs package in Ubuntu:
Fix Released
Status in libpod package in Ubuntu:
Fix Released
Status in containerd source package in Bionic:
Fix Released
Status in docker.io source package in Bionic:
Fix Released
Status in containerd source package in Focal:
Fix Released
Status in docker.io source package in Focal:
Fix Released
Status in containerd source package in Hirsute:
Fix Released
Status in docker.io source package in Hirsute:
Fix Released
Status in containerd source package in Impish:
Fix Released
Status in crun source package in Impish:
Won't Fix
Status in docker.io source package in Impish:
Fix Released
Status in golang-github-containers-common source package in Impish:
Fix Released
Status in golang-github-opencontainers-specs source package in Impish:
Fix Released
Status in libpod source package in Impish:
Fix Released
Bug description:
Sometime betweek August 28 and September 4 2021 the ubuntu:impish
images published on dockerhub began erroring when executing the
commands defined in /etc/apt/apt.conf.d/docker-clean.
I have this reproducer, which is probably not as minimal as it can be
but looks reliable:
1. docker run -it --rm ubuntu:impish bash
2. apt update
3. apt install git
4. apt -y remove git
This results in:
E: Problem executing scripts DPkg::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
*Removing* a package is not strictly needed to trigger the failure,
but it seems that *two* apt operations are needed to trigger it, so
this reproducer found by athos-ribeiro also works:
docker run -it --rm ubuntu:impish /bin/bash -c 'apt-get update; apt-
get full-upgrade -y; apt-get install -y jq'
This doesn't happen when using ubuntu:hirsute.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1943049/+subscriptions