• Joined on 2024-03-29
zwanto pushed to main at zwanto/runner 2024-04-07 11:47:16 +00:00
01a79cb55f grammar
zwanto created pull request forgejo/runner#175 2024-04-06 17:26:33 +00:00
WIP: Fix for using docker inside runner's container
zwanto pushed to main at zwanto/runner 2024-04-06 17:21:07 +00:00
d5217da493 README update
zwanto commented on issue forgejo/runner#174 2024-04-06 17:06:39 +00:00
Runner not respecting provided labels

Here some working example in my work for the #153:

f8287eba2c/examples/docker-compose/compose-forgejo-and-runner.y

zwanto pushed to main at zwanto/runner 2024-04-06 17:04:12 +00:00
f8287eba2c fixing sed
zwanto pushed to main at zwanto/runner 2024-04-06 17:01:41 +00:00
0bf8181f5c switching to node image
zwanto pushed to main at zwanto/runner 2024-04-06 16:59:45 +00:00
2c52e526c3 fixing wrong sed command ...
zwanto pushed to main at zwanto/runner 2024-04-06 16:51:16 +00:00
46a439e425 removing deprecated version field in docker compose v2 as condition in depend_on require docker compose v2
aadfcdde45 Adding test for docker inside runner container
6a450e5978 fix labels + adding ubuntu-22.04 to have docker inside runner container
a2258fc1af enabling docker inside runner container
f553b5931f Using TLS for dind
Compare 5 commits »
zwanto opened issue forgejo/runner#174 2024-04-06 16:40:25 +00:00
Runner not respecting provided labels
zwanto commented on issue forgejo/runner#153 2024-04-06 13:42:04 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

I'm actually facing another issue causing runner not respecting provided labels :/ you can see it here: https://code.forgejo.org/forgejo/runner/actions/runs/870#jobstep-4-277

It use…

zwanto created repository zwanto/runner 2024-04-06 09:25:31 +00:00
zwanto commented on issue forgejo/runner#153 2024-04-06 09:21:29 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

Thanks for the intel, I'll try to work on a PR in the incoming days !

zwanto commented on issue forgejo/runner#153 2024-04-05 11:15:57 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

I've been stumbling a lot on this and I think I finally made this work.

  • generate runner config using forgejo-runner generate-config > config.yaml
  • edit the config file this way:
run…