Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Releases: ithuna/docker-sqlworkbench

Line endings fixed

Choose a tag to compare

@cwlls cwlls released this 20 Aug 17:15

Had some issues with my development environment (Windows) pushing the incorrect line endings to the repository. This release should fix the issue.

Fixed permissions bug

Choose a tag to compare

@cwlls cwlls released this 07 Dec 17:19

Apparently Windows was tricking me into thinking I didn't have to set execute permissions on two of my files. Docker Hub set me straight. ;)

Removed CMD

Choose a tag to compare

@cwlls cwlls released this 07 Dec 16:17

I think CMD can't take arguments from the docker run command line, so it has been removed and refactored to be run from our docker-entrypoint.sh file. Additionally a .gitignore file was added to an empty 'sql' directory to fix a bug that crashed our builds (attempt to copy contents of non-existent directory).

Cleaned up and refactored

Choose a tag to compare

@cwlls cwlls released this 07 Dec 15:51

This release includes more generalized locations for the SQL Workbench/J binaries and driver libraries (/usr/local/bin, and /usr/local/lib respectively). This was done to remove program from the config and output directories which tend to be more transient in nature. Additionally, environment variables were cleaned up and a process for moving DIST config and SQL elements into the application directory were added.

First fully working release

Choose a tag to compare

@cwlls cwlls released this 07 Dec 03:01
v1.0.0

Fixed error in command (missing script dir)

Initial release, now with SQLWorkbench powers

Choose a tag to compare

@cwlls cwlls released this 06 Dec 21:22
v0.2.0

Added SQLworkbench files and initial JDBC driver (postgresql)

First working build

First working build Pre-release
Pre-release

Choose a tag to compare

@cwlls cwlls released this 06 Dec 20:31
v0.1.0

Added required packages and application directories