From 2fca2db84ea68fd42b2f55c1cb6fdec3cf98e6a7 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Fri, 20 Jul 2018 20:06:57 +0200 Subject: [PATCH] Update Dockerfile ubuntu version upgraded path changed to apache-incubator --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73ecd84..4233a6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:18.04 # Set version and github repo which you want to build from ENV GITHUB_OWNER druid-io @@ -39,8 +39,8 @@ RUN adduser --system --group --no-create-home druid \ RUN mkdir -p /usr/local/druid/lib # trigger rebuild only if branch changed -ADD https://api.github.com/repos/$GITHUB_OWNER/druid/git/refs/heads/$DRUID_VERSION druid-version.json -RUN git clone -q --branch $DRUID_VERSION --depth 1 https://github.com/$GITHUB_OWNER/druid.git /tmp/druid +ADD https://api.github.com/repos/$GITHUB_OWNER/incubator-druid/git/refs/heads/$DRUID_VERSION druid-version.json +RUN git clone -q --branch $DRUID_VERSION --depth 1 https://github.com/$GITHUB_OWNER/incubator-druid.git /tmp/druid WORKDIR /tmp/druid # package and install Druid locally