gluecontainers/desu.local
Salt 9d4ff8432c Add icon for netbox 2021-04-22 17:57:55 -05:00
..
frontend Add icon for netbox 2021-04-22 17:57:55 -05:00
pihole Reorganize, generalize build-and-push.sh 2021-02-27 05:59:33 -06:00
unbound-desu-local Add stub zone for desu.local 2021-03-11 11:27:57 -06:00
README.md Move builds to their relevant environment subdir 2021-02-21 23:27:53 -06:00
build-and-push.sh Ignore cache on builds 2021-04-20 22:05:29 -05:00

README.md

gluecontainers

Dockerfiles and related files to set up existing container images the way I want them.

How Build?

Use a Docker BuildKit setup, like so:

docker buildx create --use --name builder1
docker buildx inspect --bootstrap
docker buildx install

Then build the container in question with multiple architectures:

docker build --platform linux/arm,linux/arm64,linux/amd64 .

Optionally using something like -t rehashedsalt/project:latest --push to push up straight to master on Dockerhub.