index
:
forgejo-act
main
forgejo-act
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
container
/
docker_run.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: filter job container options with an allow list
Earl Warren
9 days
1
-10
/
+56
*
chore(refactor): split parseOptions out of mergeContainerConfigs
Earl Warren
9 days
1
-32
/
+31
*
chore(refactor): split Options into ConfigOptions & JobOptions
Earl Warren
9 days
1
-7
/
+9
*
refactor: Improve logging of error messages
Vitaliy Potyarkin
9 days
1
-6
/
+10
*
fix: Do not fail on nil error
Vitaliy Potyarkin
2024-12-27
1
-1
/
+1
*
Merge branch 'nektos/master' into bump-nektos
Chongyi Zheng
2024-02-17
1
-23
/
+49
|
\
|
*
refactor: filecollector into new package (#2174)
ChristopherHX
2024-01-30
1
-4
/
+5
|
*
Add containerd's normalized architectures to archMapper (#2168)
Matthew
2024-01-24
1
-0
/
+2
|
*
feat: cli option to enable the new action cache (#1954)
ChristopherHX
2024-01-20
1
-1
/
+19
|
*
Add support for NetBSD (#2023)
Leonardo Taccari
2024-01-08
1
-1
/
+1
|
*
fix: IsHost is defined as false on windows (#2093)
ChristopherHX
2023-12-16
1
-4
/
+2
|
*
fix: (#2075)
ChristopherHX
2023-11-12
1
-1
/
+3
|
*
fix: panic (#2071)
Jason Song
2023-11-04
1
-11
/
+14
|
*
Add support for service containers (#1949)
Sam Foo
2023-10-19
1
-16
/
+34
*
|
fix: panic
Jason Song
2023-10-31
1
-15
/
+17
*
|
Merge nektos/act/v0.2.51
techknowlogick
2023-09-24
1
-1
/
+9
|
\
|
|
*
Fix "Unknown server OS" for Docker container `--device` option (#1957)
Elian Doran
2023-08-09
1
-1
/
+1
|
*
feat: Add CopyTarStream to Container Interface (#1912)
ChristopherHX
2023-08-08
1
-0
/
+8
*
|
Merge tag 'nektos/v0.2.49'
Jason Song
2023-08-02
1
-1
/
+1
|
\
|
|
*
chore: upgrade golangci-lint and address findings (#1904)
Casey Lee
2023-07-11
1
-1
/
+1
*
|
Add support for glob syntax when checking volumes (#64)
Zettat123
2023-06-16
1
-6
/
+24
*
|
Merge tag 'nektos/v0.2.46'
Jason Song
2023-06-16
1
-2
/
+2
|
\
|
|
*
fix: Update ARCH environment variable used in runners/actions (#1818)
ab-pkandhari
2023-05-23
1
-2
/
+2
*
|
Check volumes (#60)
Zettat123
2023-06-05
1
-0
/
+47
*
|
Fix some `options` issue. (#59)
sillyguodong
2023-05-31
1
-1
/
+6
*
|
Fix container network issue (#56)
sillyguodong
2023-05-16
1
-1
/
+16
*
|
Force `privileged` to false when runner's config is false (#57)
Zettat123
2023-05-16
1
-0
/
+6
*
|
Do not set the default network to `host` (#55)
Zettat123
2023-05-09
1
-5
/
+9
*
|
Merge tag 'nektos/v0.2.45'
Jason Song
2023-05-04
1
-3
/
+6
|
\
|
|
*
fix: try finding a socket, otherwise fail, respect user choice (#1745)
R
2023-04-23
1
-3
/
+0
|
*
fix: ensure networkmode "host" unless explicitly specified (#1739)
Björn Brauer
2023-04-18
1
-0
/
+6
*
|
Support services (#42)
Zettat123
2023-04-19
1
-0
/
+21
*
|
Merge tag 'nektos/v0.2.43'
v0.243.0
Jason Song
2023-03-16
1
-132
/
+10
|
\
|
|
*
fix: crash if the id tool fails to run in the container (1660)
ChristopherHX
2023-03-08
1
-1
/
+1
|
*
chore: Remove obsolete Container.UpdateFromPath (#1631)
ChristopherHX
2023-02-16
1
-30
/
+0
|
*
feat: Allow building without docker support (#1507)
ChristopherHX
2023-01-10
1
-45
/
+2
|
*
refactor: share UpdateFromEnv logic (#1457)
ChristopherHX
2022-12-06
1
-54
/
+1
|
*
feat: `--container-options` (#1462)
ChristopherHX
2022-12-06
1
-0
/
+6
*
|
Merge tag 'nektos/v0.2.34'
v0.234.0
Jason Song
2022-12-05
1
-1
/
+2
|
\
|
|
*
feat: Host environment (#1293)
ChristopherHX
2022-11-16
1
-1
/
+2
*
|
feat: support more options of containers
Jason Song
2022-11-22
1
-0
/
+3
|
/
*
refactor: move from io/ioutil to io and os packages (#1417)
Eng Zer Jun
2022-10-29
1
-2
/
+1
*
Fixes #1387 (#1388)
Zack Wang
2022-10-19
1
-1
/
+1
*
test: add test for networking setup in act (#1375)
Markus Wolf
2022-10-12
1
-30
/
+48
*
fix: support docker create arguments from container.options (#1022) (#1351)
Alex Savchuk
2022-10-07
1
-5
/
+47
*
support runner.arch (#1290)
Fabian Kammel
2022-08-29
1
-0
/
+20
*
refactor: ignore already closed error (#1285)
Markus Wolf
2022-08-07
1
-1
/
+2
*
only perform chown operation for non root users (#1250)
John OConnor
2022-07-09
1
-2
/
+6
*
feat: non root user container (#1202)
ChristopherHX
2022-06-21
1
-2
/
+62
*
Improve logging (#1171)
Björn Brauer
2022-06-17
1
-5
/
+4
[next]