act_runner/pkg/container
Christopher Homberger 83cbf1f2b8 Port CI to Gitea.com (#1)
# Problems
- [x] Some env variables from act itself / act_runner let the tests fail.
- [ ] CI takes too long to clone actions, need to speed up the used act_runner by sparse checkout
    - Runners are reused this speeds up once every runner has ran every job
- [ ] Qemu setup is broken and do not add all platforms like GitHub CI expected`  linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/loong64,linux/arm/v7,linux/arm/v6` got `linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/386` without qemu set up
  - Test Disabled
- [x] ACTIONS_RUNTIME_TOKEN needs to be unset
- [ ] Snapshot needs our version of the npm package / patching
  - Test Disabled
- [ ] ACTIONS_RESULTS_URL:http://127.0.0.1:12345/ seems to be a fallback to localhost this is a problem
  - Test Disabled

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/1
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
2025-11-27 14:57:23 +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 chore(deps): Migrate docker api usage (#110) 2025-06-01 13:53:07 +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
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
util_plan9.go
util_windows.go