File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04
3
3
SHELL ["/bin/bash" , "-c" ]
4
4
5
5
ARG RUNNER_VERSION
6
- ENV RUNNER_VERSION="${RUNNER_VERSION:-2.319.1 }"
6
+ ENV RUNNER_VERSION="${RUNNER_VERSION:-2.322.0 }"
7
7
ENV DEBIAN_FRONTEND=noninteractive
8
8
ENV HOME="/home/docker"
9
9
ENV RELEASE_URL="https://github.com/actions/runner/releases"
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ docker compose -f docker-compose-amd64.yml up
43
43
44
44
** Optional**
45
45
46
- - ** GITHUB_API_URL** - GitHub API endpoint. Uses https://api.github.com by default.
47
- - ** GITHUB_SERVER_URL** - GitHub server endpoint. Uses https://github.com by default.
46
+ - ** GITHUB_API_URL** - GitHub API endpoint. Defaults to https://api.github.com
47
+ - ** GITHUB_SERVER_URL** - GitHub server endpoint. Defaults to https://github.com
48
48
- ** GIT_REPOSITORY** - Repository name _ (required to create runners dedicated to a particular repo)_
49
- - ** RUNNER_VERSION** - GitHub runner version. Uses ` latest ` runner version.
49
+ - ** RUNNER_VERSION** - GitHub runner version. Defaults to ` 2.322.0 `
50
50
- ** RUNNER_GROUP** - Runner group. Uses ` default `
51
- - ** RUNNER_NAME** - Runner name. Uses a random instance ID.
52
- - ** WORK_DIR** - Work directory. Uses ` _work `
53
- - ** LABELS** - Runner labels (comma separated). Uses ` "docker-node,${os_name}-${architecture}" `
51
+ - ** RUNNER_NAME** - Runner name. Defaults to a random instance ID.
52
+ - ** WORK_DIR** - Work directory. Defaults to ` _work `
53
+ - ** LABELS** - Runner labels (comma separated). Defaults to ` "docker-node,${os_name}-${architecture}" `
54
54
- ** REUSE_EXISTING** - Re-use existing configuration. Defaults to ` false `
55
55
56
56
> [ !NOTE]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
args :
7
7
- PLATFORM=linux/amd64
8
8
image : github-runner-linux
9
- restart : always
9
+ restart : no
10
10
platform : linux/amd64
11
11
# Load environment variables from a file
12
12
# env_file: '.env'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
args :
7
7
- PLATFORM=linux/arm64
8
8
image : github-runner-linux
9
- restart : always
9
+ restart : no
10
10
platform : linux/arm64
11
11
# Load environment variables from a file
12
12
# env_file: '.env'
You can’t perform that action at this time.
0 commit comments