|
2 | 2 | [](https://github.com/fullstack-devops/github-actions-runner/actions/workflows/anchore.yml)
|
3 | 3 |
|
4 | 4 | # GitHub Actions Custom Runner
|
5 |
| -Container images with Github Actions Runner. Different flavored images with preinstalled tools and software for builds with limited internet access and non root privileges. |
| 5 | +Container images with Github Actions Runner. Different flavored images with preinstalled tools and software for builds with limited internet access and non root privileges (exception for kaniko). |
| 6 | +With a focus on already installed software to avoid a subsequent installation by a `setup-action`. |
6 | 7 |
|
7 |
| -Ideal for building software in enterprise environments of large organizations that often restrict internet access. |
| 8 | +Ideal for building software in corporate environments of large and small organizations that often restrict Internet access. |
8 | 9 | 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/)
|
9 | 10 |
|
10 | 11 | Support: If you need help or a feature just open an issue!
|
11 | 12 |
|
12 | 13 | Package / Images: `ghcr.io/fullstack-devops/github-actions-runner`
|
13 | 14 |
|
14 | 15 | Available Tags:
|
15 |
| -| Name (tag) | Installed Tools/ Software | Description | |
16 |
| -| ----------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | |
17 |
| -| `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 |
| -| `latest-kaniko-sidecar` | kaniko | Sidecar used by other runner images to build containers without root privileges | |
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 + ansible, helm, maven, temurin-11, nodejs, go, yarn, angular/cli, chromium | Runner with a bunch of tools to build your hole application<br> For more Details see [Dockerfile](images/fullstacked/Dockerfile) | |
| 16 | +| Name (tag) | Installed Tools/ Software | Description | |
| 17 | +| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | |
| 18 | +| `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) | Base runner with nothing fancy installed <br> [Dockerfile](images/base/Dockerfile) | |
| 19 | +| `latest-kaniko-sidecar` | kaniko | Sidecar used by other runner images to build containers without root privileges | |
| 20 | +| `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) | |
| 21 | +| `latest-fullstacked` | base-image + ansible, helm, maven, temurin-11, nodejs, go, yarn, angular/cli, chromium | Runner with a bunch of tools to build your hole application<br> For more Details see [Dockerfile](images/fullstacked/Dockerfile) | |
21 | 22 |
|
22 | 23 | > Hint: `latest` can be replaced with an specific release version for more stability in your environment.
|
23 | 24 |
|
|
0 commit comments