Replies: 1 comment
-
the workflow i want is to jump on a failed build and test that one failed command right away, not start from scratch from the FROM line and run all steps manually till the failure can be investigated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i'm still on legacy builder and i do get the intermediate hashes, and honestly it is the only way to debug image build issues conveniently.
I can enable it on composer too, with the (undocumented?) option
docker-compose build --progress plain
Is something similar available on buildkit?
Beta Was this translation helpful? Give feedback.
All reactions