act_runner/pkg/container
ChristopherHX ce0890578a refactor: move getContainerActionPaths into step interface (#13)
* allows to specialize local vs remote action implementation
* allow paths like ./.. for local action

Closes https://gitea.com/actions-oss/act-cli/issues/12

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/13
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-committed-by: ChristopherHX <christopher.homberger@web.de>
2025-12-19 16:24:48 +00:00
..
testdata refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
DOCKER_LICENSE
container_types.go refactor: migrate container changes (#91) 2025-04-26 13:28:18 +02:00
docker_auth.go update go imports (#20) 2025-01-27 18:11:12 +01:00
docker_build.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00
docker_cli.go chore(deps): Migrate docker api usage (#110) 2025-06-01 13:53:07 +00:00
docker_cli_test.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
docker_images.go chore(deps): Migrate docker api usage (#110) 2025-06-01 13:53:07 +00:00
docker_images_test.go Port CI to Gitea.com (#1) 2025-11-27 14:57:23 +00:00
docker_logger.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_network.go update go imports (#20) 2025-01-27 18:11:12 +01:00
docker_pull.go update go imports (#20) 2025-01-27 18:11:12 +01:00
docker_pull_test.go
docker_run.go refactor: migrate container changes (#91) 2025-04-26 13:28:18 +02:00
docker_run_test.go fix: stability of docker cancel test (#106) 2025-05-18 13:24:33 +02:00
docker_socket.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
docker_socket_test.go fix: Rootless error concerning `/var/run/docker.sock` (#2181) 2024-02-06 17:18:11 +00:00
docker_stub.go update go imports (#20) 2025-01-27 18:11:12 +01:00
docker_volume.go update go imports (#20) 2025-01-27 18:11:12 +01:00
executions_environment.go fix: environment handling windows (host mode) (#1732) 2023-04-18 18:09:57 +00:00
host_environment.go refactor: migrate container changes (#91) 2025-04-26 13:28:18 +02:00
host_environment_test.go refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
linux_container_environment_extensions.go fix: environment handling windows (host mode) (#1732) 2023-04-18 18:09:57 +00:00
linux_container_environment_extensions_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
parse_env_file.go fix: GITHUB_ENV and GITHUB_OUTPUT allow larger lines (#112) 2025-06-03 22:59:05 +02:00
util.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
util_openbsd_mips64.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
util_plan9.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
util_windows.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00