[
https://issues.apache.org/jira/browse/CALCITE-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16436479#comment-16436479
]
ASF GitHub Bot commented on CALCITE-1948:
-----------------------------------------
GitHub user F21 opened a pull request:
https://github.com/apache/calcite-avatica/pull/35
[CALCITE-1948] Add docker hub image for HSQLDB
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/F21/calcite-avatica add-hsqldb-to-dockerhub
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica/pull/35.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #35
----
commit 9070b31fdd42d3c472bb052afd5296a723e0f202
Author: Francis Chuang <francis.chuang@...>
Date: 2018-04-12T23:22:47Z
Add docker hub image for HSQLDB
----
> Publish avatica-hypersql, avatica-mysql and avatica-postgres to docker hub
> --------------------------------------------------------------------------
>
> Key: CALCITE-1948
> URL: https://issues.apache.org/jira/browse/CALCITE-1948
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Reporter: Francis Chuang
> Assignee: Josh Elser
> Priority: Major
>
> I am currently making a port of the tests in calcite-avatica-go to test
> against the calcite-avatica image in docker hub.
> Unfortunately, the calcite-avatica image only includes the avatica-server,
> which makes it difficult to stand up a test environment.
> It would be nice if the docker images for HyperSQL, MySQL and Postgres can be
> published as well.
> This can be achieved by configuring docker hub's automatic build to look in
> the appropriate subfolders for the dockerfile and push tags with the
> appropriate backing db, for example 1.10.0-hypersql, 1.10.0-mysql etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)