moby/daemon/images
Sebastiaan van Stijn a3c97beee0
image: implement CheckOS, deprecate pkg/system IsOSSupported
Implement a function that returns an error to replace existing uses of
the IsOSSupported utility, where callers had to produce the error after
checking.

The IsOSSupported function was used in combination with images, so implementing
a utility in "image" to prevent having to import pkg/system (which contains many
unrelated functions)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-09-07 22:14:44 +02:00
..
cache.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_builder.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
image_changes.go c8d: add support for docker diff 2023-03-30 10:29:07 +01:00
image_commit.go images: Pass context to commit related operations 2023-01-18 12:23:32 +01:00
image_delete.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_events.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
image_exporter.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_history.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_import.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
image_list.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
image_prune.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_pull.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_push.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_squash.go Use OCI "History" type instead of inventing our own copy 2023-06-12 13:47:17 -07:00
image_tag.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_unix.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_windows.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
images_test.go fixing consistent aliases for OCI spec imports 2023-05-08 15:27:52 +05:30
locals.go Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
mount.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
service.go images/Children: Return error 2023-04-13 16:20:02 +02:00
store.go swap logrus types for their containerd/logs aliases 2023-08-01 13:02:55 +02:00
store_test.go daemon/images: format code with gofumpt 2023-06-29 00:26:42 +02:00