Skip to content
Snippets Groups Projects
Unverified Commit 37d6b9bc authored by Jamie Strandboge's avatar Jamie Strandboge Committed by GitHub
Browse files

Merge pull request #780 from bednar/release-enterprise_1.10.8

chore: release Enterprise 1.10.8
parents b41fa97f 85c3ea08
No related merge requests found
......@@ -9,7 +9,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done
ENV INFLUXDB_VERSION 1.10.7-c1.10.7
ENV INFLUXDB_VERSION 1.10.8-c1.10.8
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc && \
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && \
gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && \
......
......@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache tzdata bash ca-certificates && \
update-ca-certificates
ENV INFLUXDB_VERSION 1.10.7-c1.10.7
ENV INFLUXDB_VERSION 1.10.8-c1.10.8
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
......
......@@ -9,7 +9,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done
ENV INFLUXDB_VERSION 1.10.7-c1.10.7
ENV INFLUXDB_VERSION 1.10.8-c1.10.8
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb.asc && \
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb && \
gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb.asc influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb && \
......
......@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache tzdata bash ca-certificates && \
update-ca-certificates
ENV INFLUXDB_VERSION 1.10.7-c1.10.7
ENV INFLUXDB_VERSION 1.10.8-c1.10.8
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment