Skip to content

pl4nty/containers

Repository files navigation

Containers

Builds container images for third-party apps with GitHub Actions, to run them on my homelab.

The contents of this repository are licensed under the MIT license. For dependencies and submodules, all rights are reserved by their respective owners.

Usage

git submodule add -b [tag/branch] [url] [name]/[name] && cd [name]
docker build -t [name] -f Dockerfile [name]

Archive

Unused images are archived in case someone else finds them useful. However, they aren't updated and may succumb to bitrot.

git mv [name] archive/[name]

Delete

Images may be deleted if an upstream image becomes available.

git rm -r [name]/[name]
rm -r [name]