mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-01 17:38:36 +00:00
examples: Version update for current release of runner
Updated runner image version from 3.0.0 to 5.0.4 Updated docker-dind version from 23.0.6-dind to 27.4.1-dind
This commit is contained in:
parent
5fef70c653
commit
00ba378d0e
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ The following assumes:
|
|||
* a `runner-config.yml` file exists in /tmp/data
|
||||
|
||||
```sh
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:3.0.0 forgejo-runner --config runner-config.yaml daemon
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:5.0.4 forgejo-runner --config runner-config.yaml daemon
|
||||
```
|
||||
|
||||
The workflows will run using the host docker srever
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue