update c/storage to v1.13.4

* Update generated files
 * ImageBigData: distinguish between no-such-image and no-such-item
 * ImageSize: don't get tripped up by images with no layers
 * tarlogger: disable raw accouting

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2019-09-30 14:20:17 +02:00
parent 01b7af8ee9
commit ee2b61bffa
7 changed files with 17 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ func NewLogger(logger func(*tar.Header)) (io.WriteCloser, error) {
closed: false,
}
tr := tar.NewReader(reader)
tr.RawAccounting = true
t.closeMutex.Lock()
go func() {
hdr, err := tr.Next()