This repository was archived by the owner on Jul 11, 2024. It is now read-only.
Releases: az82/docker-derby
Releases · az82/docker-derby
Version 10.16.1
Apache Derby Docker Image
This repository provides Docker images for Apache Derby using OpenJDK JRE.
You can find the built images at https://hub.docker.com/r/az82/docker-derby/.
Software Versions
- Derby: 10.16.1.1 (http://db.apache.org/derby/index.html)
- Base Image: Latest Eclipse Temurin 17 JRE image with Debian Slim (https://hub.docker.com/_/eclipse-temurin)
- Architectures: linux/amd64,linux/arm64
Image Properties
- 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
Changes
- Migrated from Travis to GitHub Actions
- Upgraded to JRE 17
- Support for arm64 added
Version 1.5
Software Versions
- Derby: 10.15.2.0 (http://db.apache.org/derby/index.html)
- Base Image: Latest AdoptOpenJDK 11 JRE image (https://github.com/AdoptOpenJDK/openjdk-docker)
Image Properties
- 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
Changes
- Derby upgraded to 10.15.2.0
- Switched to AdoptOpenJDK maintained JRE 11 build
Version 1.4
Software Versions
- Derby: 10.15.1.3 (http://db.apache.org/derby/index.html)
- Base Image: Latest OpenJDK 11 JRE image (https://github.com/docker-library/openjdk)
Image Properties
- 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
Changes
- Derby upgraded to 10.15.1.3
- JRE upgraded to 11
Version 1.3
Software Versions
- Derby: 10.14.2.0 (http://db.apache.org/derby/index.html)
- Base Image: Latest OpenJDK 8 JRE image (https://github.com/docker-library/openjdk)
Image Properties
- 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
Changes
- Derby version increased to 10.14.2.0
Version 1.2
Software Versions
- Derby: 10.14.1.0 (http://db.apache.org/derby/index.html)
- Base Image: Latest OpenJDK 8 JRE image (https://github.com/docker-library/openjdk)
Image Properties
- 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
Changes
- Derby version increased to 10.14.1.0
Version 1.1
Software Versions
- Derby: 10.13.1.1 (http://db.apache.org/derby/index.html)
- Base Image: Latest OpenJDK 8 JRE image (https://github.com/docker-library/openjdk)
Image Properties
- 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
Changes
- Log redirection fixed
Version 1.0
Software Versions
- Derby: 10.13.1.1 (http://db.apache.org/derby/index.html)
- Base Image: Latest OpenJDK 8 JRE image (https://github.com/docker-library/openjdk)
Image Properties
- 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
Version 0.1
Software Versions
- Derby: 10.13.1.1 (http://db.apache.org/derby/index.html)
- Base Image: Latest OpenJDK 8 JRE image (https://github.com/docker-library/openjdk)
Image Properties
- Exposes port 1527
- Provides a volume /dbs that will contain the Apache Derby databases
- derby.log is redirected to stdout