Refactor to multistage builds
This commit introduces a huge change in the build process.

What changed:

- Dockerfile.ldap was integrated into Dockerfile as a seperate
  [build stage][multistage-build].
- All the build scripts were refactored according to this.
- The `docker-compose.yml` file was adjusted likewise.
- The main build script, `/build.sh`, now always builds all
  targets (formerly called variants).
- The minimal requirements for Docker and docker-compose
  have increased.
- The build on hub.docker.com must be adjusted.

This change should also fix #156 permanently.

[multistage-build]: https://docs.docker.com/develop/develop-images/multistage-build/
1 parent c148d3c commit d0ebb344320d9c7de8d2cb6708a3b1128adda226
@Christian Mäder Christian Mäder authored on 10 Oct 2019
Christian Mäder committed on 15 Oct 2019
Showing 11 changed files
View
DOCKER_HUB.md
View
Dockerfile
View
Dockerfile.ldap 100644 → 0
View
README.md
View
build-all.sh
View
build-branches.sh
View
build-latest.sh
View
build.sh
View
docker-compose.yml
View
hooks/common
View
hooks/test