1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/images
Eng Zer Jun c55a4ac779
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-08-27 14:56:57 +08:00
..
cache.go
image.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
image_builder.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_commit.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_delete.go
image_events.go
image_exporter.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_history.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_import.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_inspect.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_prune.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_pull.go fix a typo 2021-07-25 00:33:59 +08:00
image_push.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
image_search.go
image_search_test.go
image_tag.go
image_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
image_windows.go remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
images.go API, daemon/images: add ImageListOptions and pass context 2021-07-13 13:45:24 +02:00
images_test.go Move cpu variant checks into platform matcher 2021-02-18 16:58:48 +00:00
locals.go
service.go daemon,volume: share disk usage computations 2021-08-09 19:59:39 +02:00
store.go Store image manifests in containerd content store 2020-11-05 20:02:18 +00:00
store_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00