Hey Francis,
Check back when Avatica-1.10 is released. This will automatically be
published when the tag is pushed to Git.
Alternatively, take a look at what already exists in the VOTE thread
on-going now. Something like... `mvn package -DskipTests -Pdocker` will
build the base image. Then, you can build the hsqldb image (as that
extends the base one). There are some shell scripts included alongside
the Dockerfile's to make this easier. There are also some docker-compose
scripts if you fancy that instead.
Re: the TCK, the intent is just that. Going forward, we'll just be able
to use the docker image for a release to run the TCK against :)
On 5/26/17 1:16 AM, F21 wrote:
I have implemented HTTP authentication for the Go driver and want to
test it against avatica to check that it works correctly.
I believe that avatica has a TCK toolkit that contains a built in
database backend using HSQLDB. However the repo on docker hub appears to
be empty: https://hub.docker.com/r/apache/calcite-avatica/
This is what happens when I try to pull the image:
$ docker pull apache/calcite-avatica
Using default tag: latest
Error response from daemon: manifest for apache/calcite-avatica:latest
not found
Is there any chance the image could be pushed? (Will probably save a lot
of time for most people :) )
Cheers,
Francis