This repository provides a Docker image for Apache Derby using OpenJDK JRE.
You can find the built images at https://hub.docker.com/r/az82/docker-derby/.
- Derby: 10.15.2.0 (http://db.apache.org/derby/index.html)
- Base Image: Latest OpenJDK 11 JRE image with Debian slim (https://github.com/docker-library/openjdk)
- Exposes port 1527
- Provides a volume /dbs that will contain the Apache Derby databases
- derby.log is redirected to stdout
- Basic health check that verifies that Derby is attached to the listen port
[This applies for the fork, not the version here I've set up]