act/pkg/container
Eng Zer Jun 2f1c5a19f1
refactor: move from io/ioutil to io and os packages (#1417)
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-29 17:15:38 +00:00
..
testdata fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
DOCKER_LICENSE fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
docker_auth.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
docker_build.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
docker_cli.go fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
docker_cli_test.go fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
docker_images.go Close docker client (#789) 2021-10-24 16:50:43 +00:00
docker_images_test.go refactor: move from io/ioutil to io and os packages (#1417) 2022-10-29 17:15:38 +00:00
docker_logger.go Fixes (#856) 2021-11-03 11:47:09 -07:00
docker_pull.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
docker_pull_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
docker_run.go refactor: move from io/ioutil to io and os packages (#1417) 2022-10-29 17:15:38 +00:00
docker_run_test.go feat: handle context cancelation during docker exec (#1170) 2022-05-24 14:52:25 +00:00
docker_volume.go Close docker client (#789) 2021-10-24 16:50:43 +00:00
file_collector.go fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
file_collector_test.go fix: copy ignored tracked files (#1074) 2022-04-04 15:27:00 +00:00