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
33SHELL ["/bin/bash" , "-c" ]
44
55ARG RUNNER_VERSION
6- ENV RUNNER_VERSION="${RUNNER_VERSION:-2.319.1 }"
6+ ENV RUNNER_VERSION="${RUNNER_VERSION:-2.322.0 }"
77ENV DEBIAN_FRONTEND=noninteractive
88ENV HOME="/home/docker"
99ENV 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
4343
4444** Optional**
4545
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
4848- ** 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 `
5050- ** 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}" `
5454- ** REUSE_EXISTING** - Re-use existing configuration. Defaults to ` false `
5555
5656> [ !NOTE]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 args :
77 - PLATFORM=linux/amd64
88 image : github-runner-linux
9- restart : always
9+ restart : no
1010 platform : linux/amd64
1111 # Load environment variables from a file
1212 # env_file: '.env'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 args :
77 - PLATFORM=linux/arm64
88 image : github-runner-linux
9- restart : always
9+ restart : no
1010 platform : linux/arm64
1111 # Load environment variables from a file
1212 # env_file: '.env'
You can’t perform that action at this time.
0 commit comments