Skip to content

Releases: tcardonne/docker-github-runner

v1.8.0

11 Oct 11:55
Compare
Choose a tag to compare
  • Add support for private git repos (add openssh-client) (#35)
  • Upgrade docker compose v1.27.4 (#34)

v1.7.0

20 Sep 09:43
Compare
Choose a tag to compare
  • Reduce size of the image and install unzip (#31)

v1.6.0

12 Aug 22:18
Compare
Choose a tag to compare
  • 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

10 Jul 22:14
Compare
Choose a tag to compare
  • Add support for defining runner labels #18 (@novalu)

v1.4.0

28 Jun 17:36
Compare
Choose a tag to compare
  • Use Git version 2.26.2 (#16)

v1.3.0

25 Apr 12:29
Compare
Choose a tag to compare
  • Support organization level runners (#15)

v1.2.1

24 Apr 20:21
Compare
Choose a tag to compare
  • Fix ping: command not found when runner self-updates (#13)
  • Add build-essential package in the image (#12)

v1.2.0

28 Mar 14:31
Compare
Choose a tag to compare
  • 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.