forgejo-runner-act/pkg/container
Ryan (hackercat) f32babb51d
fix: reworked container architecture (#619)
- Don't set architecture, let Docker host decide it's own platform,
  remove `runtime` dependency and don't show default in `--help`
- Remove most tests, we need to check only once if it works on
  different platform
- Rename `DeleteImage` to `RemoveImage` to conform to existing
  function in `docker` cli, added options to specify `force` and
  `pruneChildren`
2021-05-02 08:15:13 -07:00
..
docker_build.go Add option to run custom architecture (container platform) (#525) 2021-03-28 21:08:40 -07:00
docker_images.go fix: reworked container architecture (#619) 2021-05-02 08:15:13 -07:00
docker_images_test.go Add option to run custom architecture (container platform) (#525) 2021-03-28 21:08:40 -07:00
docker_logger.go add commands support 2020-02-20 21:05:42 -05:00
docker_pull.go Add option to run custom architecture (container platform) (#525) 2021-03-28 21:08:40 -07:00
docker_pull_test.go initial load of yaml working 2020-02-04 16:38:41 -08:00
docker_run.go fix: reworked container architecture (#619) 2021-05-02 08:15:13 -07:00
docker_volume.go Fix container volumes being reused sometimes (#283) 2020-06-18 08:21:55 -07:00