Skip to content

valiot/runner-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Valiot's Self-hosted runner image

The default image comes very slim, we need to add some packages.

Custom packages added

Version

1.2.1

Build and Push

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: