1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-26 18:20:59 +00:00
forgejo-runner/act/container
2025-05-12 13:07:18 +02:00
..
testdata refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
container_types.go chore(refactor): split Options into ConfigOptions & JobOptions 2025-01-09 12:10:21 +01:00
docker_auth.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_build.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_cli.go chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
docker_cli_test.go chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
docker_images.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +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_LICENSE fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
docker_logger.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
docker_network.go fix: debug is leaking host container and network names 2024-10-19 08:48:50 +02:00
docker_pull.go Use new distribution/reference import 2025-05-12 13:07:18 +02:00
docker_pull_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
docker_run.go feat: --hostname is allowed in container options (#95) 2025-01-22 18:22:29 +00:00
docker_run_test.go fix(tests): binds are not sorted 2025-01-22 22:24:27 +01:00
docker_stub.go Fix NewDockerNetworkCreateExecutor in docker_stub 2024-04-03 13:55:42 +02:00
docker_volume.go Add support for NetBSD (#2023) 2024-01-08 19:26:03 +00:00
executions_environment.go [FORGEJO] implement lxc separately from self-hosted 2024-03-11 15:30:55 +07:00
host_environment.go fix GOOS parsing to match expected GHA RUNNER_OS values (#106) 2025-03-31 07:52:49 +00:00
host_environment_test.go refactor: filecollector into new package (#2174) 2024-01-30 00:46:45 +00:00
linux_container_environment_extensions.go [FORGEJO] implement lxc separately from self-hosted 2024-03-11 15:30:55 +07:00
linux_container_environment_extensions_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
parse_env_file.go refactor: share UpdateFromEnv logic (#1457) 2022-12-06 16:19:27 +00: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