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
Hi, thank you for the feedback. I'm able to reproduce this on my machine. Build takes 6314s (1hr, 45m) with Finch and 66s with Docker. Usually, builds are not this slow, so this seems specific to the Dockerfile. Looking into the root cause.
Describe the bug
Not so much a bug as feedback about a step that is extremely slow compared to the equivalent docker command.
Just providing this is feedback for what I have experienced in a typical usage.
Steps to reproduce
finch build . -t al2023:finch
vs
docker build . -t al2023:docker
See below for the Dockerfile.
Expected behavior
The build command to finish in near the same amount of time as the equivalent docker command.
The
RUN dnf
line of the Dockerfile (line 4) took:With finch: 4572 seconds. (one hour, 18 minutes)
With Docker: 50 seconds
Screenshots or logs
finch-support-20231122131420.zip
Additional context
Running on Mac OS
The Dockerfile:
Thanks for looking.
The text was updated successfully, but these errors were encountered: