GithubHelp home page GithubHelp logo

cdeadspine / container-images Goto Github PK

View Code? Open in Web Editor NEW

This project forked from autarchprinceps/container-images

0.0 0.0 0.0 312 KB

Kubernetes tailored container images for various applications

License: Apache License 2.0

Dockerfile 52.80% Shell 41.13% JavaScript 6.07%

container-images's Introduction

Container Images

Kubernetes tailored container images for various applications. Hosted at https://hub.docker.com/r/k8sathome.

Applications are checked every several hours for new releases.

Purpose

There's so many images out there, why do I want to use these?

  • Semantic versioning is awesome
  • s6-overlay is not awesome
  • ARM architectures are gaining popularity
  • Multiple architecture support (amd64, arm64)
  • Simplicity over complexity (e.g. only ubuntu:focal)

Deployment Information

Deployment on Kubernetes

Most of these containers can be used as drop-in-replacements for the images in our k8s-at-home Helm charts. While we do not know if (or when) these containers will be the default for the Helm Charts, they work just fine!

Within docker-compose and other solutions, they should work just fine too but that isn't guaranteed. But please do report any bugs when you see them!

Volumes

Path Description
/app Application install directory
/config Application configuration directory

Permissions:

Our default permissions are set for user 568. However: With these containers, permissions are not set using environment variables.

Switching to these images might requires you to either:

  1. change permissions to the Persistent Volume (from PVC) (example: chown -R 568:568 /path/to/volume/) or
  2. setting the podSecurityContext in the helm charts to your user/group ids, like below:
podSecurityContext:
  runAsUser: 1001
  runAsGroup: 1001
  fsGroup: 1001

Environment Variables

Name Default Description
UMASK 0002 Set the default creation permission mode of files
WAIT_FOR_VPN false
EXTRA_ARGS Additional arguements to pass to the application
TZ UTC Set to your timezone (e.g. America/New_York)

Available Images

Application
actions-runner Version Status
bazarr Version Status
jackett Version Status
lidarr Version Status
nzbget Version Status
nzbhydra2 Version Status
qbittorrent Version Status
radarr Version Status
sabnzbd Version Status
sonarr Version Status
tautulli Version Status
wireguard Version Status
xteve Version Status

container-images's People

Contributors

onedr0p avatar bjw-s avatar cdeadspine 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.