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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ A workaround exists, please see [here](https://github.com/myoung34/docker-github
28
28
| --- | --- | --- | --- | --- | --- |
29
29
| ubuntu focal |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+/`|[latest](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=latest)| This is the latest build (Rebuilt nightly and on master merges). Tags without an OS name are included. | Tags without an OS name *before* 9/17/2020 are `eoan`. `armv7` support stopped 9/18/2020 due to inconsistent docker-ce packaging |
30
30
| ubuntu bionic |`x86_64`,`armv7`,`arm64`|`/\d\.\d{3}\.\d+-ubuntu-bionic/`|[ubuntu-bionic](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=ubuntu-bionic)| This is the latest build from bionic (Rebuilt nightly and on master merges). Tags with `-ubuntu-bionic` are included and created on [upstream tags](https://github.com/actions/runner/tags). ||
31
-
| debian buster |`x86_64`,`arm64`,`armv7`|`/\d\.\d{3}\.\d+-debian-buster/`|[debian-buster](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-buster)| This is the latest build from buster (Rebuilt nightly and on master merges). Tags with `-debian-buster` are included and created on [upstream tags](https://github.com/actions/runner/tags). ||
32
-
| debian bullseye |`x86_64`,`arm64`,`armv7`|`/\d\.\d{3}\.\d+-debian-bullseye/`|[debian-bullseye](https://hub.docker.com/r/myoung34/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). |Debian Bullseye will be the next stable release of Debian Linux. |
33
-
| debian sid |`x86_64`,`arm64`,`admv7`|`/\d\.\d{3}\.\d+-debian-sid/`|[debian-sid](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-sid)| This is the latest build from sid (Rebuilt nightly and on master merges). Tags with `-debian-sid` are included and created on [upstream tags](https://github.com/actions/runner/tags). |Debian sid is considered unstable by Debian. |
31
+
| debian buster |`x86_64`,`arm64`,`armv7`|`/\d\.\d{3}\.\d+-debian-buster/`|[debian-buster](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-buster)| This is the latest build from buster (Rebuilt nightly and on master merges). Tags with `-debian-buster` are included and created on [upstream tags](https://github.com/actions/runner/tags). |Buster is Debians current old-stable release. |
32
+
| debian bullseye |`x86_64`,`arm64`,`armv7`|`/\d\.\d{3}\.\d+-debian-bullseye/`|[debian-bullseye](https://hub.docker.com/r/myoung34/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). | Bullseye is Debians current stable release. |
33
+
| debian sid |`x86_64`,`arm64`,`admv7`|`/\d\.\d{3}\.\d+-debian-sid/`|[debian-sid](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=debian-sid)| This is the latest build from sid (Rebuilt nightly and on master merges). Tags with `-debian-sid` are included and created on [upstream tags](https://github.com/actions/runner/tags). |Sid is considered unstable by Debian. |
34
34
| ubuntu xenial |`x86_64`,`arm64`|`/\d\.\d{3}\.\d+-ubuntu-xenial/`|[ubuntu-xenial](https://hub.docker.com/r/myoung34/github-runner/tags?page=1&name=ubuntu-xenial)| This is the latest build from xenial (Rebuilt nightly and on master merges). Tags with `-ubuntu-xenial` are included and created on [upstream tags](https://github.com/actions/runner/tags). | This is deprecated as of 7/15/2021 and will no longer receive tags. |
35
35
36
36
These containers are built via Github actions that [copy the dockerfile](https://github.com/myoung34/docker-github-actions-runner/blob/master/.github/workflows/deploy.yml#L47), changing the `FROM` and building to provide simplicity.
0 commit comments