You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,12 +40,12 @@ This is a [fork](https://github.com/myoung34/docker-github-actions-runner).
41
40
## Tag convention
42
41
43
42
For example:
44
-
`ubuntu-noble-2.323.0-31.1`
43
+
`ubuntu-noble-2.327.1-31.1`
45
44
46
45
The tag consists entirely of the following parts:
47
46
48
47
-`ubuntu-noble` - distributive and version
49
-
-`2.323.0` - version of [Actions Runner](https://github.com/actions/runner/releases)
48
+
-`2.327.1` - version of [Actions Runner](https://github.com/actions/runner/releases)
50
49
-`31.1` - internal build number
51
50
52
51
---
@@ -472,7 +471,6 @@ Currently, runners [do not support containerd](https://github.com/actions/runner
472
471
| `ubuntu noble` | `x86_64`,`arm64` | `/\d\.\d{3}\.\d+-ubuntu-noble/` | [ubuntu-noble](https://hub.docker.com/r/derskythe/github-runner/tags?page=1&name=ubuntu-noble) | This is the latest build from noble (Rebuilt nightly and on master merges). Tags with `-ubuntu-noble` are included and created on [upstream tags](https://github.com/actions/runner/tags). | Tags without an OS name are included. |
473
472
| `ubuntu jammy` | `x86_64`,`arm64` | `/\d\.\d{3}\.\d+-ubuntu-jammy/` | [ubuntu-jammy](https://hub.docker.com/r/derskythe/github-runner/tags?page=1&name=ubuntu-jammy) | This is the latest build from jammy (Rebuilt nightly and on master merges). Tags with `-ubuntu-jammy` are included and created on [upstream tags](https://github.com/actions/runner/tags). | Tags without an OS name are included. |
474
473
| `debian bookworm` | `x86_64`,`arm64` | `/\d\.\d{3}\.\d+-debian-bookworm/` | [debian-bookworm](https://hub.docker.com/r/derskythe/github-runner/tags?page=1&name=debian-bookworm) | This is the latest build from bookworm (Rebuilt nightly and on master merges). Tags with `-debian-bookworm` are included and created on [upstream tags](https://github.com/actions/runner/tags). | |
475
-
| `debian bullseye` | `x86_64`,`arm64` | `/\d\.\d{3}\.\d+-debian-bullseye/` | [debian-bullseye](https://hub.docker.com/r/derskythe/github-runner/tags?page=1&name=debian-bullseye) | This is the latest build from bullseye (Rebuilt nightly and on master merges). Tags with `-debian-bullseye` are included and created on [upstream tags](https://github.com/actions/runner/tags). | |
476
474
477
475
478
476
These containers are built via GitHub Actions that [copy the dockerfile](https://github.com/derskythe/docker-github-actions-runner/blob/master/.github/workflows/deploy.yml#L47), changing the `FROM` and building to provide simplicity.
0 commit comments