Files
dockerhub-autobuild/ghrunner
Christian Richter 89e6a3d90a Add sudo group to runner
Signed-off-by: Christian Richter <crichter@suse.com>
2021-09-07 16:19:05 +02:00
..
2021-09-07 16:19:05 +02:00
2021-09-07 16:07:36 +02:00
2021-09-03 15:54:15 +02:00

GHRUNNER

This is a small Dockerfile providing a github runner. The images can be found ghcr.io/dragonchaser/ghrunner:latest. Supported arches are:

  • aarch64
  • amd64

Environment variables

| Variable   | Values                                 | default        |
|------------+----------------------------------------+----------------|
| `TOKEN`    | token for runner from github           | <unset>        |
| `ARCH`     | arm64, x64                             | x64            |
| `OS`       | linux,osx                              | linux          |
| `ORG`      | name of the github org                 | <unset>        |
| `REPO`     | name of the github repo                | <unset>        |
| `VERSION`  | version of the github runner to user   | 2.280.3        |
| `CHECKSUM` | checksum for the github runner version | valid checksum |