Skip to content

Commit

Permalink
changing download url of dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anmunoz committed Feb 4, 2019
1 parent 2c061b6 commit 744b8a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nifi-ngsi-resources/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ EXPOSE 8080 8443 10000

WORKDIR ${NIFI_HOME}

RUN curl -L -o "nifi-ngsi-resources.tar.gz" "https://github.com/ging/fiware-Draco/releases/download/"${DRACO_RELEASE}"/nifi-ngsi-resources.tar.gz"\
&& tar -xvzf nifi-ngsi-resources.tar.gz -C ./ \
&& rm nifi-ngsi-resources.tar.gz \
&& cp nifi-ngsi-resources/nifi-ngsi-nar-${NIFI_NGSI_NAR_VERSION}.nar ${NIFI_BASE_DIR}/nifi-${NIFI_VERSION}/lib/nifi-ngsi-nar-1.0-SNAPSHOT.nar
RUN curl -L -o "nifi-ngsi-nar-"${NIFI_NGSI_NAR_VERSION}".nar" "https://github.com/ging/fiware-Draco/releases/download/"${DRACO_RELEASE}"/nifi-ngsi-nar-"${NIFI_NGSI_NAR_VERSION}".nar" \
&& mv ./nifi-ngsi-nar-${NIFI_NGSI_NAR_VERSION}.nar ${NIFI_BASE_DIR}/nifi-${NIFI_VERSION}/lib/nifi-ngsi-nar-${NIFI_NGSI_NAR_VERSION}.nar

# Apply configuration and start NiFi
#
Expand Down

0 comments on commit 744b8a1

Please sign in to comment.