A repository of Docker base images.
$ make
build Build all images (use IMAGES env var to list specific images e.g. IMAGES=alpine make build)
buildx Build all images - multi-platform (use IMAGES env var to list specific images e.g. IMAGES=alpine make buildx)
diff Check diff to ensure this project consistency
docs-img Generate img docs
docs-main Generate main docs
docs Generate all docs
help Prints help for targets with comments
next Create a new version (bump prerelease or patch)
prep Prepare dev tools
push Push images
reset Reset the environment
version Print the most recent versionThis will re-build the images on your machine.
This will get up to speed with deps to work with the project.
alpine- Alpine base image.golang-dev- Golang dev base image.golang- Golang base image.graph- Base image containing packages to work with diagrams (https://gitlab.com/graphviz/graphviz, https://github.com/mermaid-js/mermaid-cli and https://github.com/plantuml/plantuml).pandoc- Pandoc universal document converter https://github.com/jgm/pandoc.type- Base image containing tools to work with types.ubuntu- Ubuntu base image.
This project is licensed under the MIT License. See the LICENSE file for details.
