You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Container images with Github Actions Runner. Different flavoured images with preinstalled tools and software for builds with limited internet access and non root privileges (exception for kaniko).
6
7
With a focus on already installed software to avoid a subsequent installation by a `setup-action`.
7
8
@@ -13,8 +14,9 @@ Support: If you need help or a feature just open an issue!
|`latest-base`| libffi-dev, libicu-dev, build-essential, libssl-dev, ca-certificates, jq, sed, grep, git, curl, wget, zip, [awesome-ci](https://github.com/fullstack-devops/awesome-ci), [alpaca](https://github.com/samuong/alpaca)|[Dockerfile](images/base/Dockerfile)| Base runner with nothing fancy installed, but with internet connection more tools can be installed |
19
21
|`latest-kaniko-sidecar`| kaniko |[Dockerfile](images/kaniko-sidecar/Dockerfile)| Sidecar used by other runner images to build containers |
20
22
|`latest-ansible-k8s`| base-image + ansible, helm, kubectl, skopeo |[Dockerfile](images/ansible-k8s/Dockerfile)| Runner specializing in automated k8s deployments via Ansible in your cluster |
|`GH_ORG`, `GH_REPO` or `GH_ENTERPRISE`| string | Points to the GitHub enterprise, organisation or repo where the runner should be installed |
40
+
|`GH_ACCESS_TOKEN`| string | Developer Token vor the GitHub Organisation<br> This Token can be personal and is onlv needed during installation |
39
41
40
42
### Optional environmental variables
41
43
42
44
For the helm values see the [values.yaml](https://github.com/fullstack-devops/helm-charts/blob/main/charts/github-actions-runner/values.yaml), section `envValues`
0 commit comments