gluecontainers/desu.local
2021-02-27 05:44:04 -06:00
..
dns-pihole Move builds to their relevant environment subdir 2021-02-21 23:27:53 -06:00
dns-unbound Add more records, also respond to the full 127.0.0.0/8 block 2021-02-27 05:44:04 -06:00
frontend-proxy-picluster Move builds to their relevant environment subdir 2021-02-21 23:27:53 -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.