This repository has been archived on 2025-01-31 . You can view files and clone it, but cannot push or open issues or pull requests.
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.
Description
Little bitty containers that are more-or-less just Dockerbuilds with some config files strapped on
Languages
ApacheConf
76.9%
CSS
12.2%
HTML
8.8%
Dockerfile
1.3%
Shell
0.8%