-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update influxdb image #8815
Merged
Merged
Update influxdb image #8815
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for dde3748:diff --git a/_bashbrew-cat b/_bashbrew-cat
index c87924d..45c71b2 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,7 +1,7 @@
# influxdb
Maintainers: Jonathan A. Sternberg <jonathan@influxdata.com> (@jsternberg)
GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: cd4add1964af7dab103727e48b1bf41719aa9715
+GitCommit: 6ffb9c8be705a1fd1672bc9b923fb97ebe3883c3
Tags: 1.7, 1.7.10
Architectures: amd64, arm32v7, arm64v8
@@ -22,30 +22,30 @@ Directory: influxdb/1.7/meta
Tags: 1.7-meta-alpine, 1.7.10-meta-alpine
Directory: influxdb/1.7/meta/alpine
-Tags: 1.8, 1.8.2, latest
+Tags: 1.8, 1.8.3, latest
Architectures: amd64, arm32v7, arm64v8
Directory: influxdb/1.8
-Tags: 1.8-alpine, 1.8.2-alpine, alpine
+Tags: 1.8-alpine, 1.8.3-alpine, alpine
Directory: influxdb/1.8/alpine
-Tags: 1.8-data, 1.8.2-data, data
+Tags: 1.8-data, 1.8.3-data, data
Directory: influxdb/1.8/data
-Tags: 1.8-data-alpine, 1.8.2-data-alpine, data-alpine
+Tags: 1.8-data-alpine, 1.8.3-data-alpine, data-alpine
Directory: influxdb/1.8/data/alpine
-Tags: 1.8-meta, 1.8.2-meta, meta
+Tags: 1.8-meta, 1.8.3-meta, meta
Directory: influxdb/1.8/meta
-Tags: 1.8-meta-alpine, 1.8.2-meta-alpine, meta-alpine
+Tags: 1.8-meta-alpine, 1.8.3-meta-alpine, meta-alpine
Directory: influxdb/1.8/meta/alpine
# kapacitor
Maintainers: Jonathan A. Sternberg <jonathan@influxdata.com> (@jsternberg), j. Emrys Landivar <landivar@gmail.com> (@docmerlin)
GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: 1aae2e785493bbb2ee82e9d3dad53905481701cb
+GitCommit: 263a5cb0750cb7d88512e2f1a670b098e7ce9bf1
Tags: 1.4, 1.4.1
Architectures: amd64, arm32v7, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index 50d5a7b..f6ecfe8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -16,12 +16,12 @@ influxdb:1.8-data
influxdb:1.8-data-alpine
influxdb:1.8-meta
influxdb:1.8-meta-alpine
-influxdb:1.8.2
-influxdb:1.8.2-alpine
-influxdb:1.8.2-data
-influxdb:1.8.2-data-alpine
-influxdb:1.8.2-meta
-influxdb:1.8.2-meta-alpine
+influxdb:1.8.3
+influxdb:1.8.3-alpine
+influxdb:1.8.3-data
+influxdb:1.8.3-data-alpine
+influxdb:1.8.3-meta
+influxdb:1.8.3-meta-alpine
influxdb:alpine
influxdb:data
influxdb:data-alpine
diff --git a/influxdb_alpine/Dockerfile b/influxdb_alpine/Dockerfile
index 3e46dde..c6972c4 100644
--- a/influxdb_alpine/Dockerfile
+++ b/influxdb_alpine/Dockerfile
@@ -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.8.2
+ENV INFLUXDB_VERSION 1.8.3
RUN set -ex && \
mkdir ~/.gnupg; \
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
diff --git a/influxdb_data-alpine/Dockerfile b/influxdb_data-alpine/Dockerfile
index da2b7dd..e6bba22 100644
--- a/influxdb_data-alpine/Dockerfile
+++ b/influxdb_data-alpine/Dockerfile
@@ -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.8.2-c1.8.2
+ENV INFLUXDB_VERSION 1.8.3-c1.8.3
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
diff --git a/influxdb_data/Dockerfile b/influxdb_data/Dockerfile
index f60f2d4..8ac3d9b 100644
--- a/influxdb_data/Dockerfile
+++ b/influxdb_data/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV INFLUXDB_VERSION 1.8.2-c1.8.2
+ENV INFLUXDB_VERSION 1.8.3-c1.8.3
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \
gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \
diff --git a/influxdb_latest/Dockerfile b/influxdb_latest/Dockerfile
index d665458..8ea5489 100644
--- a/influxdb_latest/Dockerfile
+++ b/influxdb_latest/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV INFLUXDB_VERSION 1.8.2
+ENV INFLUXDB_VERSION 1.8.3
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
diff --git a/influxdb_meta-alpine/Dockerfile b/influxdb_meta-alpine/Dockerfile
index 8d04025..ccb881d 100644
--- a/influxdb_meta-alpine/Dockerfile
+++ b/influxdb_meta-alpine/Dockerfile
@@ -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.8.2-c1.8.2
+ENV INFLUXDB_VERSION 1.8.3-c1.8.3
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
diff --git a/influxdb_meta/Dockerfile b/influxdb_meta/Dockerfile
index f500f29..4f81235 100644
--- a/influxdb_meta/Dockerfile
+++ b/influxdb_meta/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV INFLUXDB_VERSION 1.8.2-c1.8.2
+ENV INFLUXDB_VERSION 1.8.3-c1.8.3
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \
gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \
diff --git a/kapacitor_alpine/Dockerfile b/kapacitor_alpine/Dockerfile
index b01bb7f..64af7c6 100644
--- a/kapacitor_alpine/Dockerfile
+++ b/kapacitor_alpine/Dockerfile
@@ -7,6 +7,8 @@ RUN apk add --no-cache ca-certificates && \
ENV KAPACITOR_VERSION 1.5.6
RUN set -ex && \
+ mkdir ~/.gnupg; \
+ echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
05CE15085FC09D18E99EFB22684A14CF2582E0C5 ; \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.