Skip to content

Docker

This section provides a collection of pre-built Docker images and templates designed for various development and operational tasks.

Utils Images

ImageDescriptionDockerfiles
ghcr.io/this-is-tobi/tools/act-runneract runner image for local CI tests (ubuntu based).Dockerfile
ghcr.io/this-is-tobi/tools/debugdebug image with all convenients tools (debian based).Dockerfile
ghcr.io/this-is-tobi/tools/devdevelopment image with all convenients tools (debian based).Dockerfile
ghcr.io/this-is-tobi/tools/gh-runnergithub self hosted runner with common packages (ubuntu based).Dockerfile
ghcr.io/this-is-tobi/tools/gh-runner-gpugithub self hosted runner with common packages and GPU binaries (ubuntu based).Dockerfile
ghcr.io/this-is-tobi/tools/homelab-utilshelper image used for homelab configuration (alpine based).Dockerfile
ghcr.io/this-is-tobi/tools/mcligthweight image with tools for s3 manipulations (alpine based).Dockerfile
ghcr.io/this-is-tobi/tools/pg-backuphelper image to backup postgresql to s3 (postgres based).Dockerfile
ghcr.io/this-is-tobi/tools/s3-backuphelper image to backup s3 bucket to another s3 bucket (debian based).Dockerfile
ghcr.io/this-is-tobi/tools/vault-backuphelper image to backup vault raft cluster to s3 bucket (vault based).Dockerfile

Versions correlation table:

NameImage versionBase image
act-runner2.0.3docker.io/ubuntu:24.04
debug2.1.1docker.io/debian:12
dev2.0.3docker.io/debian:12
gh-runner1.4.1ghcr.io/actions/actions-runner:2.328.0
gh-runner-gpu1.2.1ghcr.io/actions/actions-runner:2.328.0
homelab-utils0.0.1ghcr.io/actions/alpine:3.22.1
mc1.1.2docker.io/alpine:3.22.1
pg-backup3.5.0docker.io/postgres:17.6
pg-backup2.5.0docker.io/postgres:16.10
pg-backup1.9.0docker.io/postgres:15.14
s3-backup1.2.0docker.io/debian:12
vault-backup1.6.2docker.io/hashicorp/vault:1.20.2

TIP

The backup images are supplied with a sample kubernetes cronjob in their respective folders.

Template Images

Pre-configured Docker image templates that can be customized for specific use cases.

NameDescription
nginxnignx rootless conf with variables substitution.