You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing extremely slow container builds on Linux that hang at 100% CPU during apt-get update. I see very little network IO, disk IO, and memory consumption. I've let it run for >30 minutes to no avail.
Specifically, it looks like this is occurring for the image-gcc, image-xcb, and image-build targets.
I can't figure out how to get verbose output from apt here, any recommendations would be helpful I've been spinning my wheels on it for a while.
Is it possible I'm misinterpreting the output?
e.g.
❯ ./build-linux.py
...
image-gcc> Step 9/10 : RUN apt-get update
image-xcb> ---> Running in 64f6de138eb1
image-build> ---> Running in 3eb38e067d05
image-gcc> ---> Running in 2e0cd76e45bc
I'm seeing extremely slow container builds on Linux that hang at 100% CPU during
apt-get update
. I see very little network IO, disk IO, and memory consumption. I've let it run for >30 minutes to no avail.Specifically, it looks like this is occurring for the
image-gcc
,image-xcb
, andimage-build
targets.I can't figure out how to get verbose output from
apt
here, any recommendations would be helpful I've been spinning my wheels on it for a while.Is it possible I'm misinterpreting the output?
e.g.
I can
docker build
a derived Dockerfile likewith no issues.
The text was updated successfully, but these errors were encountered: