Valiot's Self-hosted runner image
The default image comes very slim, we need to add some packages.
Custom packages added
- yarn
- azure cli
- kubectl
- gh
- hub
- Cypress Dependencies
1.4.1
docker buildx build --no-cache -t ghcr.io/valiot/runner-image:${version} -t ghcr.io/valiot/runner-image:latest . --platform=linux/amd64,linux/arm64 --push
If you have issues building the image try adding --no-cache
to the docker command
Read more at: