Commit Graph

19 Commits

Author SHA1 Message Date
sebthom 9d7ba80551 fix typo 2024-03-14 13:03:35 +01:00
MuXiu1997 5a8bf4fda0 fix: correct error `'/var/run/docker.sock': No such file or directory` when `GITEA_RUNNER_JOB_CONTAINER_DOCKER_HOST` is set 2023-12-21 12:36:18 +01:00
sebthom e0e12392a6 log config environment variables on container start 2023-07-26 10:37:59 +02:00
sebthom 3dc5f01c04 log act runner version on container start 2023-07-23 12:45:04 +02:00
sebthom b358cbedd6 fix dind-rootless container not starting #20 2023-07-23 12:25:13 +02:00
sebthom 6b85990415 treat backticks in config yaml template as literals 2023-07-01 13:56:53 +02:00
sebthom 487c6908d0 add GITEA_RUNNER_JOB_CONTAINER_DOCKER_HOST variable 2023-06-30 23:06:57 +02:00
sebthom dfc5a30aff refactor permission fixing 2023-06-04 14:24:15 +02:00
sebthom 688bd30a8d add dind-rootless 2023-05-30 18:06:20 +02:00
sebthom cf925b88e4 improve background service handling 2023-05-30 13:13:42 +02:00
sebthom d848df35a6 improve build scripts 2023-05-29 22:19:05 +02:00
sebthom 19f8e34ad0 Avoid using sudo if on happy path 2023-05-27 13:55:49 +02:00
sebthom 14e718454a fix: error when using custom GITEA_RUNNER_UID envvar value
"sudo: you do not exist in the passwd database"
2023-05-20 15:05:46 +02:00
William Blew c5334e1f65
Fix: `usermod: group '...' does not exist` with custom GITEA_RUNNER_GID (#10) 2023-05-20 14:41:07 +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 4a76493e27 minor cleanup 2023-05-09 23:00:07 +02:00
sebthom 0d53de011a add docker-in-docker image 2023-04-30 13:56:58 +02:00
sebthom 4f73fa84d5 Installing runner as /usr/local/bin/act_runner 2023-04-06 14:34:33 +02:00
sebthom fd83c3ffe7 initial import 2023-03-22 00:02:54 +01:00