Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 571 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 571 Bytes

alpine generic docker image

The idea of this repo is to allow automatic generation of docker images based on alpine linux. The images are generated using a dockerfile and a set of scripts that are executed during the build process.

How to use

docker build -t <username>/<package-name>:<package-version> \
  --build-arg PKG_NAME=<package-name> \
  --build-arg PKG_VERSION=<package-version> \
  --build-arg PKG_USER=<package-name> \
  --build-arg ALPINE_VERSION=<base-alpine-version> \
  .

images already generated

see versions.txt