gluecontainers/desu.local
2021-03-11 10:28:34 -06:00
..
frontend Add ProxyPass directive for JF 2021-03-04 12:24:33 -06:00
pihole Reorganize, generalize build-and-push.sh 2021-02-27 05:59:33 -06:00
unbound-desu-local Add CNAME for netbox 2021-03-11 10:28:34 -06:00
build-and-push.sh Reorganize, generalize build-and-push.sh 2021-02-27 05:59:33 -06:00
README.md Move builds to their relevant environment subdir 2021-02-21 23:27:53 -06:00

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.