Skip to content

Commit 3a6b503

Browse files
Merge pull request #469 from influxdata/dsb_revert_1.7.11
Revert "chore: update 1.7 branch to 1.7.11"
2 parents aa907bd + e1440e6 commit 3a6b503

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

influxdb/1.7/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.7.11
14+
ENV INFLUXDB_VERSION 1.7.10
1515
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1616
case "${dpkgArch##*-}" in \
1717
amd64) ARCH='amd64';; \

influxdb/1.7/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.7.11
7+
ENV INFLUXDB_VERSION 1.7.10
88
RUN set -ex && \
99
mkdir ~/.gnupg; \
1010
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \

influxdb/1.7/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.7.11-c1.7.11
14+
ENV INFLUXDB_VERSION 1.7.10-c1.7.10
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.7/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.7.11-c1.7.11
7+
ENV INFLUXDB_VERSION 1.7.10-c1.7.10
88
RUN set -ex && \
99
mkdir ~/.gnupg; \
1010
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \

influxdb/1.7/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.7.11-c1.7.11
14+
ENV INFLUXDB_VERSION 1.7.10-c1.7.10
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.7/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.7.11-c1.7.11
7+
ENV INFLUXDB_VERSION 1.7.10-c1.7.10
88
RUN set -ex && \
99
mkdir ~/.gnupg; \
1010
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \

0 commit comments

Comments
 (0)