summaryrefslogtreecommitdiffstats
path: root/pkg/container/docker_run.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: filter job container options with an allow listEarl Warren9 days1-10/+56
* chore(refactor): split parseOptions out of mergeContainerConfigsEarl Warren9 days1-32/+31
* chore(refactor): split Options into ConfigOptions & JobOptionsEarl Warren9 days1-7/+9
* refactor: Improve logging of error messagesVitaliy Potyarkin9 days1-6/+10
* fix: Do not fail on nil errorVitaliy Potyarkin2024-12-271-1/+1
* Merge branch 'nektos/master' into bump-nektosChongyi Zheng2024-02-171-23/+49
|\
| * refactor: filecollector into new package (#2174)ChristopherHX2024-01-301-4/+5
| * Add containerd's normalized architectures to archMapper (#2168)Matthew2024-01-241-0/+2
| * feat: cli option to enable the new action cache (#1954)ChristopherHX2024-01-201-1/+19
| * Add support for NetBSD (#2023)Leonardo Taccari2024-01-081-1/+1
| * fix: IsHost is defined as false on windows (#2093)ChristopherHX2023-12-161-4/+2
| * fix: (#2075)ChristopherHX2023-11-121-1/+3
| * fix: panic (#2071)Jason Song2023-11-041-11/+14
| * Add support for service containers (#1949)Sam Foo2023-10-191-16/+34
* | fix: panicJason Song2023-10-311-15/+17
* | Merge nektos/act/v0.2.51techknowlogick2023-09-241-1/+9
|\|
| * Fix "Unknown server OS" for Docker container `--device` option (#1957)Elian Doran2023-08-091-1/+1
| * feat: Add CopyTarStream to Container Interface (#1912)ChristopherHX2023-08-081-0/+8
* | Merge tag 'nektos/v0.2.49'Jason Song2023-08-021-1/+1
|\|
| * chore: upgrade golangci-lint and address findings (#1904)Casey Lee2023-07-111-1/+1
* | Add support for glob syntax when checking volumes (#64)Zettat1232023-06-161-6/+24
* | Merge tag 'nektos/v0.2.46'Jason Song2023-06-161-2/+2
|\|
| * fix: Update ARCH environment variable used in runners/actions (#1818)ab-pkandhari2023-05-231-2/+2
* | Check volumes (#60)Zettat1232023-06-051-0/+47
* | Fix some `options` issue. (#59)sillyguodong2023-05-311-1/+6
* | Fix container network issue (#56)sillyguodong2023-05-161-1/+16
* | Force `privileged` to false when runner's config is false (#57)Zettat1232023-05-161-0/+6
* | Do not set the default network to `host` (#55)Zettat1232023-05-091-5/+9
* | Merge tag 'nektos/v0.2.45'Jason Song2023-05-041-3/+6
|\|
| * fix: try finding a socket, otherwise fail, respect user choice (#1745)R2023-04-231-3/+0
| * fix: ensure networkmode "host" unless explicitly specified (#1739)Björn Brauer2023-04-181-0/+6
* | Support services (#42)Zettat1232023-04-191-0/+21
* | Merge tag 'nektos/v0.2.43'v0.243.0Jason Song2023-03-161-132/+10
|\|
| * fix: crash if the id tool fails to run in the container (1660)ChristopherHX2023-03-081-1/+1
| * chore: Remove obsolete Container.UpdateFromPath (#1631)ChristopherHX2023-02-161-30/+0
| * feat: Allow building without docker support (#1507)ChristopherHX2023-01-101-45/+2
| * refactor: share UpdateFromEnv logic (#1457)ChristopherHX2022-12-061-54/+1
| * feat: `--container-options` (#1462)ChristopherHX2022-12-061-0/+6
* | Merge tag 'nektos/v0.2.34'v0.234.0Jason Song2022-12-051-1/+2
|\|
| * feat: Host environment (#1293)ChristopherHX2022-11-161-1/+2
* | feat: support more options of containersJason Song2022-11-221-0/+3
|/
* refactor: move from io/ioutil to io and os packages (#1417)Eng Zer Jun2022-10-291-2/+1
* Fixes #1387 (#1388)Zack Wang2022-10-191-1/+1
* test: add test for networking setup in act (#1375)Markus Wolf2022-10-121-30/+48
* fix: support docker create arguments from container.options (#1022) (#1351)Alex Savchuk2022-10-071-5/+47
* support runner.arch (#1290)Fabian Kammel2022-08-291-0/+20
* refactor: ignore already closed error (#1285)Markus Wolf2022-08-071-1/+2
* only perform chown operation for non root users (#1250)John OConnor2022-07-091-2/+6
* feat: non root user container (#1202)ChristopherHX2022-06-211-2/+62
* Improve logging (#1171)Björn Brauer2022-06-171-5/+4