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.
|`latest-base`| libffi-dev, libicu-dev, build-essential, libssl-dev, ca-certificates, jq, sed, grep, git, curl, wget, zip | Base runner with nothing fancy installed <br> [Dockerfile](images/base/Dockerfile)|
18
18
|`latest-kaniko-sidecar`| kaniko | Sidecar used by other runner images to build containers without root privileges |
19
19
|`latest-ansible-k8s`| base-image + ansible, helm, kubectl, skopeo | Runner specialized for automated k8s deployments via ansible <br> For more Details see [Dockerfile](images/ansible-k8s/Dockerfile)|
20
-
|`latest-fullstacked`| base-image + maven, openjdk-11, nodejs, go, yarn, angular/cli, helm | Runner with a bunch of tools to build your hole application<br> For more Details see [Dockerfile](images/fullstacked/Dockerfile)|
20
+
|`latest-fullstacked`| base-image + ansible, helm, maven, openjdk-11, nodejs, go, yarn, angular/cli | Runner with a bunch of tools to build your hole application<br> For more Details see [Dockerfile](images/fullstacked/Dockerfile)|
21
21
22
22
> Hint: `latest` can be replaced with an specific release version for more stability in your environment.
|`GH_ORG`| string | Points to the GitHub Organisation where the runner should be installed |
33
33
|`GH_ACCESS_TOKEN`| string | Developer Token vor the GitHub Organisation<br> This Token can be personal and is onlv needed during installation |
34
34
@@ -37,7 +37,7 @@ Available Tags:
37
37
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