Git Product home page Git Product logo

containers's Introduction

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

containers's People

Contributors

rkoosaar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.