/containers

Primary LanguagePythonApache License 2.0Apache-2.0

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
davis stable ghcr.io/ramblurr/davis latest v4.4.1
roon stable ghcr.io/ramblurr/roon

Base Images

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

Container Channel Image Latest Tags