This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c0b573  [CALCITE-3610] Fix Dockerhub dockerfiles to point to the 
right jars on nexus
6c0b573 is described below

commit 6c0b5730bdcc9c102334729d3cd243fe374e953c
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Dec 23 08:33:05 2019 +1100

    [CALCITE-3610] Fix Dockerhub dockerfiles to point to the right jars on nexus
---
 docker/src/main/dockerhub/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/src/main/dockerhub/Dockerfile 
b/docker/src/main/dockerhub/Dockerfile
index f3a1004..af95621 100644
--- a/docker/src/main/dockerhub/Dockerfile
+++ b/docker/src/main/dockerhub/Dockerfile
@@ -23,7 +23,7 @@ RUN mkdir -p /home/avatica/classpath
 ARG AVATICA_VERSION
 
 # Dependencies
-ADD 
https://repository.apache.org/content/groups/public/org/apache/calcite/avatica/avatica-standalone-server/${AVATICA_VERSION}/avatica-standalone-server-${AVATICA_VERSION}-shaded.jar
 /home/avatica/classpath
+ADD 
https://repository.apache.org/content/groups/public/org/apache/calcite/avatica/avatica-standalone-server/${AVATICA_VERSION}/avatica-standalone-server-${AVATICA_VERSION}.jar
 /home/avatica/classpath
 
 # Make sure avatica owns its files
 RUN chown -R avatica: /home/avatica

Reply via email to