sebthom
aa822e12ee
update doc
2023-05-16 23:47:21 +02:00
William Blew
04c232ff95
Fix #5 : GITEA_RUNNER_GID envar is ignored ( #6 )
...
image/run.sh fails to the container:act user's effective GID to the
GITEA_RUNNER_GID envar's value due due to a 'usermod -o -u'
typo. It should be: usermod -o -g "$GITEA_RUNNER_GID" act
Signed-off-by: William Blew <william@kulian.org>
2023-05-14 11:13:51 +02:00
sebthom
313f378023
add ARM builds
2023-05-10 23:04:50 +02:00
sebthom
4a76493e27
minor cleanup
2023-05-09 23:00:07 +02:00
sebthom
37f7d0b82e
Fix #3 failed to create symbolic link: File exists
2023-05-04 15:11:17 +02:00
sebthom
f6092289dd
add Dockerfile linter
2023-05-01 13:28:58 +02:00
sebthom
0d53de011a
add docker-in-docker image
2023-04-30 13:56:58 +02:00
sebthom
74d39bb0a5
use `catthehacker/ubuntu:runner-***` images for default labels
2023-04-28 13:16:45 +02:00
sebthom
7215df2b59
more logging for runner registration
2023-04-28 00:28:36 +02:00
sebthom
aa47f5405c
use latest stable act_runner release instead of nightly builds
2023-04-28 00:28:36 +02:00
sebthom
964ab94700
Revert "add docker client ( #2 )"
...
This reverts commit eb4098071b .
2023-04-27 21:48:25 +02:00
sebthom
8d41a53e5e
Revert "add docker client ( #2 )"
...
This reverts commit 81f4ed3e9c .
2023-04-27 21:48:25 +02:00
sebthom
81f4ed3e9c
add docker client ( #2 )
2023-04-19 22:45:57 +02:00
sebthom
eb4098071b
add docker client ( #2 )
2023-04-19 21:31:30 +02:00
sebthom
d1c7de71d6
update doc
2023-04-13 19:06:32 +02:00
sebthom
6cea858fc1
add GITEA_RUNNER_JOB_CONTAINER_(PRIVILEGED|OPTIONS) env vars
2023-04-13 18:59:41 +02:00
sebthom
19f9640dee
rename GITEA_RUNNER_JOB_NETWORK to GITEA_RUNNER_JOB_CONTAINER_NETWORK
2023-04-13 18:56:48 +02:00
sebthom
252a9dbe3b
update build config
2023-04-13 18:51:11 +02:00
Jake Howard
467ccafd33
Fix typo in runner config file name
2023-04-11 11:20:11 +02:00
sebthom
d28e7751b3
add support for YAML based config file
2023-04-06 23:41:17 +02:00
sebthom
4f73fa84d5
Installing runner as /usr/local/bin/act_runner
2023-04-06 14:34:33 +02:00
sebthom
11ea109a6c
update doc
2023-03-27 23:33:51 +02:00
sebthom
fd83c3ffe7
initial import
2023-03-22 00:02:54 +01:00
Sebastian Thomschke
c8f0805af9
Initial commit
2023-03-21 13:40:45 +01:00