Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Version 10.16.1

Latest
Compare
Choose a tag to compare
@az82 az82 released this 09 Sep 23:06
· 1 commit to dev since this release

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

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