This repository contains the Docker setup to build a number of derived/customised Docker images. Each folder contains the setup for a single image.
The Concourse pipeline to build all images can be found in the skyscrapers/ci repository.
This is a Docker image based on the official GitHub Actions runner image. It is used to run GitHub Actions on a self-hosted runner in a Kubernetes cluster. Our layer adds our most used tools onto the official image.
The image is build with GitHub actions and pushed to the ghcr.io/skyscrapers/actions-runner
repository.
This is a Docker image for Atlantis. We put our layer on top of the official Atlantis image that inludes our tools from our Terragrunt image.
This is an Alpine based Docker image with the inotify-tools
package installed.
This is a Docker image that contains all the tools needed to run Terragrunt in Skyscrapers:
A fluent-bit image including the logzio-output output plugin.
You can control which versions are built via the following ARG
s:
ARG FLB_VERSION=2.2.1-debug
Alpine based docker image with yq
and jq
tools pre-installed.
Alpine based docker image Spruce pre-installed.