Skip to content

rkoosaar/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.7.2 latest
openvas stable ghcr.io/rkoosaar/openvas 22.4.48 latest
pihole-unbound stable ghcr.io/rkoosaar/pihole-unbound 2024.07.0 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
debian-slim bullseye-slim ghcr.io/rkoosaar/debian-slim bullseye-slim latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages