Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.69 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.69 KB

docker-images

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.

actions-runner

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.

Atlantis

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.

Terragrunt

This is a Docker image that contains all the tools needed to run Terragrunt in Skyscrapers:

fluent-bit

A fluent-bit image including the logzio-output output plugin.

You can control which versions are built via the following ARGs:

ARG FLB_VERSION=2.2.1-debug

yq

Alpine based docker image with yq and jq tools pre-installed.

spruce

Alpine based docker image Spruce pre-installed.