[X] ... the documentation does not mention anything about my problem
[X] ... there are no open or closed issues that are related to my problem
Description
The COPY command in docker 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.
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