mirror of
https://github.com/docker/cli.git
synced 2026-09-09 10:05:21 -05:00
In `ApplyLayer` and `Untar`, the stream is magically decompressed. Since this is not able to be toggled, rather than break this ./pkg/ API, add an `ApplyUncompressedLayer` and `UntarUncompressed` that does not magically decompress the layer stream. Signed-off-by: Vincent Batts <vbatts@redhat.com> Upstream-commit: 56bf275e32fc27bd31c5dba6b715336b43981695 Component: engine