GitHub runner
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 295 | Today | |
latest/stable | 290 | 11 Nov 2024 | |
latest/stable | 1 | 09 Feb 2022 | |
latest/beta | 290 | 11 Nov 2024 | |
latest/beta | 234 | 05 Aug 2024 | |
latest/edge | 300 | Today | |
latest/edge | 299 | Yesterday | |
latest/edge | 4 | 26 Apr 2022 | |
1/stable | 177 | 05 Jun 2024 | |
1/edge | 177 | 05 Jun 2024 |
juju deploy github-runner
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
20.04
How to set base image
This charm supports deploying the runners on different base images.
By using juju config
to change the
charm configuration labels, the runner
can be deployed with a different Ubuntu base image. Latest two LTS images “jammy” and “noble” are
supported. The default base image is “jammy”.
juju config <APP_NAME> base-image=<BASE_IMAGE_TAG_OR_NAME>
An example of a BASE_IMAGE_TAG_OR_NAME value would be “jammy”, “22.04”, “noble”, “24.04”.