|
1 | | -# github-runner-base |
| 1 | +[](https://github.com/fullstack-devops/github-actions-runner/actions/workflows/create-release.yml) |
| 2 | + |
| 3 | +# GitHub Actions Custom Runner |
2 | 4 | Container images with Github Actions Runner. Different flavored images with preinstalled tools and software for builds with limited internet access and non root privileges. |
3 | 5 |
|
4 | 6 | Ideal for building software in enterprise environments of large organizations that often restrict internet access. |
5 | 7 | Software builds can be built there using a [Nexus Repository](https://de.sonatype.com/products/repository-oss) or [JFrog Artifactory](https://jfrog.com/de/artifactory/) |
6 | 8 |
|
7 | 9 | Support: If you need help or a feature just open an issue! |
8 | 10 |
|
9 | | -Package / Images: ghcr.io/fullstack-devops/github-actions-runner |
| 11 | +Package / Images: `ghcr.io/fullstack-devops/github-actions-runner` |
10 | 12 |
|
11 | 13 | Available Tags: |
12 | | -| Name (tag) | Installed Tools/ Software | Description | |
13 | | -|-------------------------|-----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------| |
14 | | -| `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) | |
15 | | -| `latest-kaniko-sidecar` | kaniko | Sidecar used by other runner images to build containers without root privileges | |
16 | | -| `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) | |
17 | | -| `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) | |
18 | | - |
19 | | -> Hint: `latest can be replaced with an spezfic release version for more stability` |
| 14 | +| Name (tag) | Installed Tools/ Software | Description | |
| 15 | +|-------------------------|-----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------| |
| 16 | +| `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) | |
| 17 | +| `latest-kaniko-sidecar` | kaniko | Sidecar used by other runner images to build containers without root privileges | |
| 18 | +| `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) | |
| 19 | +| `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 | + |
| 21 | +> Hint: `latest` can be replaced with an specific release version for more stability in your environment. |
20 | 22 |
|
21 | 23 | --- |
22 | 24 |
|
|
0 commit comments