Releases: ithuna/docker-sqlworkbench
Release list
Line endings fixed
Fixed permissions bug
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
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
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
v1.0.0 Fixed error in command (missing script dir)
Initial release, now with SQLWorkbench powers
v0.2.0 Added SQLworkbench files and initial JDBC driver (postgresql)
First working build
v0.1.0 Added required packages and application directories