Skip to content

Development notes

Tim Etchells edited this page Jan 13, 2021 · 3 revisions

The images can be built using buildah bud or using Docker.

If you are on linux and want to use buildah, check out the commands that redhat-actions/buildah-build runs in this repo's workflows.

Otherwise, you can use runners/build-images.sh to build using Docker.

To debug the images, it's helpful to override the entrypoint.

docker run --entrypoint /bin/bash -it quay.io/redhat-github-actions/redhat-actions-runner:dev

Clone this wiki locally