The COPY
and WORKDIR
commands in docker build
take long randomly
#2709
Labels
COPY
and WORKDIR
commands in docker build
take long randomly
#2709
Contributing guidelines
I've found a bug and checked that ...
Description
The
COPY
command indocker build
takes long occasionally like below. Most of the time, it only takes three to four minutes to complete, but sometimes it takes more than half an hour. According to monitoring from Node Exporter, the CPU and memory are sufficient, and the disk I/O wait doesn't seem too high. I'm not sure why it takes so long.Expected behaviour
docker build should takes a very short time
Actual behaviour
docker build takes long
Buildx version
v0.13.1
Docker info
Builders list
Configuration
Build logs
Additional info
strace the process of buildx
strace.txt
The text was updated successfully, but these errors were encountered: