moby--moby/layer
Sebastiaan van Stijn 32e554e681
Remove "could not get checksum with tar-split" debug message
This code was originally written for v1.10 migration where it signified that layers
were recomputed from pre 1.8 layout and could possibly change the tarball checksums.

It's now being repurposed in the BuildKit adapter but there it doesn't have any
warn condition as all data generated by builder is new anyway.

Currently, debug log entries as the one below may appear in the daemon logs:

   [2019-10-02T10:00:06.690674253Z] could not get checksum for "x128nsj79yzfx4j5h6em2w2on" with tar-split: "no tar-split file"

This patch removes the debug log, as it may confuse users ("we couldn't validate
what we downloaded, but we're gonna run it anyway?")

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-06 12:45:15 +01:00
..
empty.go Add canonical import comment 2018-02-05 16:51:57 -05:00
empty_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00
filestore.go Make sure that layers are removed from layerdb after succefull layer removal 2019-11-28 20:06:09 +02:00
filestore_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00
filestore_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filestore_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
layer.go goimports: fix imports 2019-09-18 12:56:54 +02:00
layer_store.go Make sure that layers are removed from layerdb after succefull layer removal 2019-11-28 20:06:09 +02:00
layer_store_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
layer_test.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
layer_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
layer_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
layer_windows.go Fix a typos in layer_windows.go 2018-11-18 18:45:06 +08:00
migration.go Remove "could not get checksum with tar-split" debug message 2020-03-06 12:45:15 +01:00
migration_test.go layer/CreateRWLayerByGraphID: remove 2019-05-21 10:54:28 -07:00
mount_test.go add ApplyDiff to RWLayer 2019-04-25 11:25:22 -04:00
mounted_layer.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
ro_layer.go goimports: fix imports 2019-09-18 12:56:54 +02:00
ro_layer_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00