|
|
|
|
|
by AkihiroSuda
863 days 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 |
|