github-runner-image-builder

Github runner image builder

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 67 31 Mar 2025
Ubuntu 22.04
latest/stable 1 09 May 2024
Ubuntu 22.04
latest/edge 68 26 Mar 2025
Ubuntu 22.04
latest/edge 56 06 Feb 2025
Ubuntu 22.04
juju deploy github-runner-image-builder
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

  • architecture | string

    The image architecture to build for using external builder. Can be one of "amd64", "arm64", "s390x". Support for "s390x" is considered experimental.

  • base-image | string

    Default: noble

    The base ubuntu OS image to use for the runners. Codename (e.g. "noble") or version tag (e.g. 24.04) is supported as input. Currently only supports LTS versions of focal and higher, i.e. focal, jammy, noble.

  • build-flavor | string

    The flavor to use when launching a builder VM machine. Will default to minimum matching flavor: 2 vCPU, 1G Memory, 20G Disk.

  • build-interval | int

    Default: 6

    The interval in hours between each scheduled image builds.

  • build-network | string

    The network to launch the builder VM machine on. Will default to whatever network with accessible subnet is available.

  • openstack-auth-url | string

    The auth_url section of the clouds.yaml contents, used to authenticate the OpenStack
    client (e.g. http://my-openstack-deployment/openstack-keystone). See https://docs.
    openstack.org/python-openstackclient/queens/configuration/index.html for more information.

  • openstack-password | string

    The password section of the clouds.yaml contents, used to authenticate the OpenStack
    client (e.g. myverysecurepassword). See https://docs.openstack.org/python-openstackclient/
    queens/configuration/index.html for more information.

  • openstack-project-domain-name | string

    The project_domain_name section of the clouds.yaml contents, used to find the OpenStack project-domain to use to store images. See https://docs.openstack.org/python-
    openstackclient/queens/configuration/index.html for more information.

  • openstack-project-name | string

    The project_name section of the clouds.yaml contents, used to find the OpenStack project to use to store images. See https://docs.openstack.org/python-openstackclient/queens/
    configuration/index.html for more information.

  • openstack-user-domain-name | string

    The user_domain_name section of the clouds.yaml contents, used to find the OpenStack user domain to authenticate the client. See https://docs.openstack.org/python-
    openstackclient/queens/configuration/index.html for more information.

  • openstack-user-name | string

    The username section of the clouds.yaml contents, used to find the OpenStack user to
    authenticate the client. See https://docs.openstack.org/python-openstackclient/queens/
    configuration/index.html for more information.

  • revision-history-limit | int

    Default: 5

    Number of image revisions to keep before deletion.

  • runner-version | string

    The GitHub runner version to use, e.g. 2.317.0. Empty default value will fetch the latest version by default. See https://github.com/actions/runner/releases.

  • script-secret | string

    Environment variables to be loaded for execution of the script-url. Multiple secrets can be passed in, delimited by space. i.e. firstsecret=first secondsecret=second

  • script-secret-id | secret

    Environment variables to be loaded for execution of the script-url. Juju user secret ID should be passed in in the format of secret:<secret-id>. See https://juju.is/docs/juju/manage-secrets.

  • script-url | string

    URL to external script to run during cloud-init. Allows user-defined customization scripts to be run. This script is run as root, within the cloud-init user-data script.