Skip to content

Releases: envris/tomcat-jdbc

Alpine version

02 Nov 00:38

Choose a tag to compare

New:
#10 Alpine version of all images.

Changes:
#8 Tomcat runs as non-root user for OpenShift compatibility.

Bugfixes:
#6 Template files deploy correctly.

Fix for constructed JDBC URLs

13 Jun 02:51

Choose a tag to compare

494543a fixes missing : in constructed Oracle JDBC urls
fda47d3 replaces deprecated Oracle driverClassName

Add support for JDBC URLs

09 Jun 06:42

Choose a tag to compare

This release allows specifying a JDBC URL directly, rather than with host, port and name.
It also adds support for other database drivers, including MySQL, MSSQL and Oracle OCI. #1 , however I'm only testing Oracle Thin.

0.1.0: Add support for mixed case resource names

26 May 11:58

Choose a tag to compare

To allow support for JDBC resources with names which are not valid environment variable names, this change adds a new required variable MYRESOURCE_RESOURCE

You can also now specify parameters with environment variables #2

Initial release

26 May 04:46

Choose a tag to compare

Initial release, supporting Oracle JDBC resources only.