moby--moby/image
Sebastiaan van Stijn 1ef0a5bb91
image: remove leftover LCOW platform checks
This removes some of the checks that were added in 0cba7740d4,
but should no longer be needed.

- `image/store.Delete()`: no need to validate image platform to delete it.
- `image/tarexporter/takeLayerReference()`: use `image.OperatingSystem()` and
  fail early to prevent constructing the `ChainID()`.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-25 12:18:44 +01:00
..
cache
spec fix image spec JSON example 2021-11-22 23:37:23 +08:00
tarexport image: remove leftover LCOW platform checks 2022-01-25 12:18:44 +01:00
v1
fs.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
fs_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
image.go
image_test.go
rootfs.go
store.go image: remove leftover LCOW platform checks 2022-01-25 12:18:44 +01:00
store_test.go