buildkit/exporter
Brian Goff 78bb7137ee Do not re-tag non-distributable blob descriptors
Before this change buildkit was changing the media type for
non-distributable layers to normal layers.
It was also clearing out the urls to get those blobs.

Now the layer mediatype and URL's are preserved.
If a layer blob is seen more than once, if it has extra URL's they will
be appended to the stored value.

On export there is now a new exporter option to preserve the
non-distributable data values.
All URL's seen by buildkit will be added to the exported content.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2022-02-10 01:12:42 +00:00
..
containerimage Do not re-tag non-distributable blob descriptors 2022-02-10 01:12:42 +00:00
local hack: enable more linters 2022-01-19 12:20:30 -08:00
oci Do not re-tag non-distributable blob descriptors 2022-02-10 01:12:42 +00:00
tar Do not re-tag non-distributable blob descriptors 2022-02-10 01:12:42 +00:00
exporter.go exporter: support for compression-level 2022-02-01 15:21:46 -08:00