apt docker-clean returns status 100
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Hi!
Doing a single apt(-get) update in a fresh ubuntu:jammy container breaks on APT::Update:
Error/Steps to reproduce:
```
[...]# sudo docker run -it --rm ubuntu:jammy sh -c "DEBIAN_
Get:1 http://
Get:2 http://
Get:3 http://
Get:4 http://
Get:5 http://
Get:6 http://
Get:7 http://
Get:8 http://
Get:9 http://
Get:10 http://
Get:11 http://
Get:12 http://
Get:13 http://
Get:14 http://
Get:15 http://
Get:16 http://
Get:17 http://
Fetched 21.3 MB in 15s (1382 kB/s)
Reading package lists... Done
E: Problem executing scripts APT::Update:
E: Sub-process returned an error code
[...]#
```
Version:
```
sudo docker images ubuntu:jammy
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu jammy d2e4e1f51132 4 weeks ago 77.8MB
```
Best regards!
Thomas131
What version of docker are you running on the host? This sounds like the ye olde clone3 issue, which I thought had been fixed in most places by now (it's an issue in the host docker).