Buildkit: build-using-dockerfile example shouldn't create temporary files

Created on 26 Mar 2018  路  2Comments  路  Source: moby/buildkit

When building big images this can cause disk space issues as the temp path can't be controlled. Also, the error isn't that helpful.

Instead, we should pipe directly to docker load. buildctl --exporter=docker can already pipe directly.

@vdemeester @AkihiroSuda

bug

Most helpful comment

yes, working on this now

All 2 comments

yes, working on this now

Was this page helpful?
0 / 5 - 0 ratings