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

Commit

Permalink
Derby upgraded to 10.15.2.0, base image switched to adoptopenjdk:11-j…
Browse files Browse the repository at this point in the history
…re-hotspot
  • Loading branch information
az82 committed Sep 1, 2020
1 parent 5a6956c commit f3802b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:11-jre-slim
FROM adoptopenjdk:11-jre-hotspot

MAINTAINER Andreas Zitzelsberger "az@az82.de"

ENV DERBY_VERSION=10.15.1.3
ENV DERBY_VERSION=10.15.2.0
ENV DERBY_HOME=/derby
ENV DERBY_LIB=${DERBY_HOME}/lib
ENV CLASSPATH=${DERBY_LIB}/derby.jar:${DERBY_LIB}/derbynet.jar:${DERBY_LIB}/derbytools.jar:${DERBY_LIB}/derbyoptionaltools.jar:${DERBY_LIB}/derbyclient.jar
Expand All @@ -13,7 +13,7 @@ RUN \
tar xzf /db-derby-${DERBY_VERSION}-bin.tar.gz && \
mv /db-derby-${DERBY_VERSION}-bin /derby && \
rm -Rf /*.tar.gz ${DERBY_HOME}/demo ${DERBY_HOME}/javadoc ${DERBY_HOME}/docs ${DERBY_HOME}/test ${DERBY_HOME}/*.html ${DERBY_HOME}/KEYS \
apt-get purge wget && \
apt-get purge wget netcat && \
rm -rf /var/lib/apt/lists/*

WORKDIR /dbs
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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/.

## Software Versions
* Derby: 10.15.1.3 (http://db.apache.org/derby/index.html)
* Base Image: Latest OpenJDK 11 JRE image with Debian slim (https://github.com/docker-library/openjdk)
* Derby: 10.15.2.0 (http://db.apache.org/derby/index.html)
* Base Image: Latest AdoptOpenJDK 11 JRE image with Debian slim (https://github.com/docker-library/openjdk)

## Image Properties
* Exposes port _1527_
Expand Down

0 comments on commit f3802b4

Please sign in to comment.