5 ms·
> Also, buildx won't commit the intermediate layers during the build. So if something fails, you can't just grab the previous intermediate layer and do `docker
by AkihiroSuda 3y ago
> Also, buildx won't commit the intermediate layers during the build. So if something fails, you can't just grab the previous intermediate layer and do `docker run --entrypoint /bin/bash` on that layer to poke around.
`buildg debug` (Dockerfile debugger based on BuildKit) to rescue:
https://github.com/ktock/buildg https://github.com/ktock/buildg