From aec2712df0aaf5b8a1b140498c0b0e3cf91ab473 Mon Sep 17 00:00:00 2001 From: Gerald Manipon Date: Fri, 22 Mar 2019 13:54:11 +0000 Subject: [PATCH] update org to isce-framework; remove unused env --- docker/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index afef62c..cfd75ec 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,9 +4,7 @@ FROM hysds/pge-base:latest ENV LANG en_US.UTF-8 # Set ISCE repo -#ENV ISCE_ORG isce-framework -ENV ISCE_ORG pymonger -ENV ISCE_REPO github.com/${ISCE_ORG}/isce2.git +ENV ISCE_ORG isce-framework # set to root user USER root @@ -59,7 +57,7 @@ RUN set -ex \ && cp docker/isce_env.sh $ISCE_INSTALL_ROOT \ && mkdir -p rpm-build/opt \ && mv $ISCE_INSTALL_ROOT rpm-build/opt \ - && curl -s https://api.github.com/repos/pymonger/isce2/git/refs/heads/master \ + && curl -s https://api.github.com/repos/$ISCE_ORG/isce2/git/refs/heads/master \ > rpm-build/opt/isce2/version.json \ && hash=$(cat rpm-build/opt/isce2/version.json | jq -r .object.sha) \ && short_hash=$(echo $hash | cut -c1-5) \