ploigos / github-runners

GitHub Action Runners for Ploigos and related tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ploigos OpenShift GitHub Actions Runner Images

Based on the OpenShift Github Actions Runners

This repository has a Github Actions workflow that automatically builds and publishes changes to the image.

Building Image Manually

buildah bud -t quay.io/ploigos/ploigos-github-runner .
podman push quay.io/ploigos/ploigos-github-runner

Contributing

When contributing to this repository, you MUST use the feature/* branch naming convention in order for the Github Actions workflow to be triggered to build and push to a new image.

Stuff pulled from the interwebs:

File/Purpose URL
GitHub Runner Release API https://api.github.com/repos/actions/runner/releases/latest
OpenShift CLI https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OC_VERSION}/openshift-client-linux.tar.gz

About

GitHub Action Runners for Ploigos and related tools

License:Apache License 2.0


Languages

Language:Shell 74.4%Language:Dockerfile 25.6%