[
https://issues.apache.org/jira/browse/CALCITE-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955827#comment-15955827
]
ASF GitHub Bot commented on CALCITE-1364:
-----------------------------------------
GitHub user joshelser opened a pull request:
https://github.com/apache/calcite-avatica/pull/3
CALCITE-1364 Docker images for an avatica server
* Includes a base Docker image for an Avatica server
* Includes "implementations" for hsqldb, postgresql, mysql
* Includes docker-compose files for postgresl/mysql + avatica
* Includes a base Docker image suitable for auto-promotion to Dockerhub
* Includes verification of versions in the Dockerhub Dockerfile
* An assembly built containing all docker files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joshelser/calcite-avatica docker
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica/pull/3.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 #3
----
commit 7af7ff57494f59fd15cf896efea825326f78a3af
Author: Josh Elser <[email protected]>
Date: 2017-03-26T18:50:29Z
[CALCITE-1364] Docker images for an avatica server
* Includes a base Docker image for an Avatica server
* Includes "implementations" for hsqldb, postgresql, mysql
* Includes docker-compose files for postgresl/mysql + avatica
* Includes a base Docker image suitable for auto-promotion to Dockerhub
* Includes verification of versions in the Dockerhub Dockerfile
* An assembly built containing all docker files
----
> Bring Docker image for avatica-standalone-server into Apache
> ------------------------------------------------------------
>
> Key: CALCITE-1364
> URL: https://issues.apache.org/jira/browse/CALCITE-1364
> Project: Calcite
> Issue Type: Task
> Components: avatica
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: avatica-1.10.0
>
>
> I worked on making some Docker images for the standalone Avatica Server with
> HSQLDB.
> https://hub.docker.com/r/joshelser/avatica-hsqldb/
> These greatly simplify running the Avatica TCK and also provide a portable
> server that developers can use when testing custom Avatica clients.
> For >=1.9.0, we should an image into Avatica (upstream). There are a couple
> of open questions on my mind already:
> 1. What are the release-ability concerns (do we provide SNAPSHOT Dockerfiles
> but not built images as they may be interpreted as "releases")?
> 2. What ASF integrations exist (do we need to ask Infra for things?)
> 3. Are there any maven plugins we should consider for automation?
> (https://github.com/spotify/docker-maven-plugin)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)