mirror of
https://github.com/clearlinux/docker.git
synced 2026-06-14 09:46:24 +00:00
d167338876
The `ApplyDiff` function takes a tar archive stream that is
automagically decompressed later. This was causing a double
decompression, and when the layer was empty, that causes an early EOF.
Signed-off-by: Vincent Batts <vbatts@redhat.com>
(cherry picked from commit 273f50c741)