Releases: tcardonne/docker-github-runner
Releases · tcardonne/docker-github-runner
v1.8.0
- Add support for private git repos (add openssh-client) (#35)
- Upgrade docker compose v1.27.4 (#34)
v1.7.0
- Reduce size of the image and install unzip (#31)
v1.6.0
- fix: docker-compose version not being used (#19)
- Build image based on
ubuntu:20.04
(#23)
Debian Buster images are tagged with latest
and vX.Y.Z
and Ubuntu Focal are tagged with ubuntu-20.04
and vX.Y.Z-ubuntu-20.04
.
v1.5.0
- Add support for defining runner labels #18 (@novalu)
v1.4.0
- Use Git version 2.26.2 (#16)
v1.3.0
- Support organization level runners (#15)
v1.2.1
- Fix
ping: command not found
when runner self-updates (#13)
- Add build-essential package in the image (#12)
v1.2.0
- Add the
GITHUB_ACCESS_TOKEN
environment variable and use the GitHub API to dynamically generate a new runner token.
- Drop the user "runner" to fix docker permissions issue.