Skip to content

Commit c3a1eea

Browse files
committed
Release InfluxDB v1.8.6
1 parent cfa0798 commit c3a1eea

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

influxdb/1.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -ex && \
1111
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1212
done
1313

14-
ENV INFLUXDB_VERSION 1.8.5
14+
ENV INFLUXDB_VERSION 1.8.6
1515
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1616
case "${dpkgArch##*-}" in \
1717
amd64) ARCH='amd64';; \

influxdb/1.8/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \
55
update-ca-certificates
66

7-
ENV INFLUXDB_VERSION 1.8.5
7+
ENV INFLUXDB_VERSION 1.8.6
88
RUN set -ex && \
99
mkdir ~/.gnupg; \
1010
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \

influxdb/1.8/data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -ex && \
1111
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1212
done
1313

14-
ENV INFLUXDB_VERSION 1.8.5-c1.8.5
14+
ENV INFLUXDB_VERSION 1.8.6-c1.8.6
1515
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
1616
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \
1717
gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \

influxdb/1.8/data/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \
55
update-ca-certificates
66

7-
ENV INFLUXDB_VERSION 1.8.5-c1.8.5
7+
ENV INFLUXDB_VERSION 1.8.6-c1.8.6
88
RUN set -ex && \
99
apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010
for key in \

influxdb/1.8/meta/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -ex && \
1111
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1212
done
1313

14-
ENV INFLUXDB_VERSION 1.8.5-c1.8.5
14+
ENV INFLUXDB_VERSION 1.8.6-c1.8.6
1515
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
1616
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \
1717
gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \

influxdb/1.8/meta/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \
55
update-ca-certificates
66

7-
ENV INFLUXDB_VERSION 1.8.5-c1.8.5
7+
ENV INFLUXDB_VERSION 1.8.6-c1.8.6
88
RUN set -ex && \
99
apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010
for key in \

0 commit comments

Comments
 (0)