Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Upgrade to divolte 0.9.0 #7

Merged
merged 1 commit into from Sep 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -11,7 +11,7 @@ FROM openjdk:8-jre-slim
#

ARG BUILD_DATE
ARG DIVOLTE_VERSION=0.8.0
ARG DIVOLTE_VERSION=0.9.0
ARG ENABLE_KERBEROS=no
ENV ENABLE_KERBEROS=$ENABLE_KERBEROS

Expand All @@ -33,7 +33,7 @@ RUN apt-get update && \
mkdir -p /opt/divolte && \
cd /tmp/ && \
curl -O http://divolte-releases.s3-website-eu-west-1.amazonaws.com/divolte-collector/${DIVOLTE_VERSION}/distributions/divolte-collector-${DIVOLTE_VERSION}.tar.gz && \
echo "4bbd88cffebbb36beeb3c82008adce6db36b76263211ea43fd77cd8e80badb32 divolte-collector-${DIVOLTE_VERSION}.tar.gz" | sha256sum -c - && \
echo "4fa6b3847d3a047a2b5e854aa977012772d552ffa0acf84847042e96c9bb0769 divolte-collector-${DIVOLTE_VERSION}.tar.gz" | sha256sum -c - && \
tar zxpf divolte-collector-${DIVOLTE_VERSION}.tar.gz -C /opt/divolte && \
mv /opt/divolte/divolte-collector-${DIVOLTE_VERSION}/ /opt/divolte/divolte-collector && \
apt-get remove -y curl && \
Expand Down