buildkit/client
Wei Fu 65388edc6c exporter: support compression for layer blob data
Allow user to choose the compression type for layer data. Gzip is
default compression for layer exporter, which consume more Cpu resources
and take long time to export. With compression option, user can use
nocompressed option to export to save time. And future, zstd is one new
option for end-user.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2019-12-09 23:51:38 +08:00
..
buildid allow frontends to be run directly on the control client side 2018-08-14 11:50:08 +01:00
connhelper connhelper/dockercontainer: support Docker context 2019-05-26 08:41:33 +09:00
llb llb: fix excessive formatting 2019-07-01 16:55:08 -07:00
ociindex support local cache exporter and importer 2019-01-19 02:38:26 +09:00
build.go implement `gateway.Reference.StatFile` method 2018-10-03 12:16:45 +01:00
build_test.go cache: update unit tests to new cache manager constructor 2019-10-16 10:34:50 -07:00
client.go client: allow setting custom dialer 2019-03-26 11:33:56 -07:00
client_test.go exporter: support compression for layer blob data 2019-12-09 23:51:38 +08:00
client_unix.go Allow to use TCP for buildkit daemon and client communication 2017-10-07 22:02:15 +02:00
client_windows.go client: fix strings.Replace call args 2019-03-02 00:34:48 +03:00
diskusage.go cache: detect refs shared with image store 2018-07-27 14:08:50 -07:00
exporters.go exporter: add tar exporter 2019-03-27 09:40:24 -07:00
filter.go client: generalize the filter passing 2018-07-25 18:19:31 -07:00
graph.go support local cache exporter and importer 2019-01-19 02:38:26 +09:00
prune.go cache: add gc style pruning support 2018-08-06 21:45:39 -07:00
solve.go exporter: allow oci exporters visibility to response metadata 2019-07-31 10:21:19 -07:00
workers.go update golint comments 2018-09-18 22:06:47 -07:00