This project contains a collection of useful docker images for blended. All docker images are based on alpine:3.9 and build on top of each other:
- base-alpine
-
This is the basic image for all other images and only references the base alpine image and defines a blended user and group.
- zulu-8-alpine
-
Builds on
base-alpine
image and only adds a JDK-8 version of the Zulu JDK for Alpine Linux. - apacheds-alpine
-
Builds on the
zulu-8-alpine
image and provides a preconfigured instance of an LDAP server based on the Apache Directory Service. - build-alpine
-
Builds on the
zulu-8-alpine
image and provides all build tools required to execute builds for one of the checked out blended projects.