rkoosaar / containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containers

A Collection of Container Images Optimized for Kubernetes

GitHub Repo stars GitHub forks GitHub Workflow Status (with event)


About

This repo contains a collection of containers which are optimized for use in kubernetes, and updated automatically to keep up with upstream versions. Using an image effectively in Kubernetes requires a few ingredients:

  • The filesystem must be able to be immutable
  • The container must not run as root
  • The container shouldn't require any manual interaction
  • The container should ideally be configurable via environmental variables

Available Tags

Each Image will be built with the standard latest rolling tag, along with tags specific to it's version. For Semantically Versioned containers (e.g. v1.2.3), major, major.minor, and major.minor.patch tags will be generated, for example, 1 1.2 and 1.2.3. Available Images Below.

Application Images

Application Images are all built from the customer base images below, and will leverage a /data and a /config volume where these are necessary, and follow the guidelines above for use in Kubernetes.

Container Channel Image Latest Tags
bw-cli stable ghcr.io/rkoosaar/bw-cli 2024.2.1 latest
pihole-unbound stable ghcr.io/rkoosaar/pihole-unbound 2024.02.2 latest

Base Images

All Base Images are configured with a non-root user (rkoosaar:rkoosaar), and exposed /data and /config volumes, and use tini as an entrypoint to ensure proper signal handling.

Container Channel Image Latest Tags
alpine 3.18 ghcr.io/rkoosaar/alpine 3 3.18 3.18.6 latest
debian-slim bullseye-slim ghcr.io/rkoosaar/debian-slim bullseye-slim latest
ubuntu jammy ghcr.io/rkoosaar/ubuntu jammy-20240227 latest

About

License:Apache License 2.0


Languages

Language:Dockerfile 66.3%Language:Python 30.8%Language:Shell 3.0%