-
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 influxdata images #6183
Merged
Merged
Update influxdata images #6183
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:warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index edfd356..f904973 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -28,12 +28,12 @@ influxdb:1.7-data
influxdb:1.7-data-alpine
influxdb:1.7-meta
influxdb:1.7-meta-alpine
-influxdb:1.7.5-data
-influxdb:1.7.5-data-alpine
-influxdb:1.7.5-meta
-influxdb:1.7.5-meta-alpine
-influxdb:1.7.6
-influxdb:1.7.6-alpine
+influxdb:1.7.7
+influxdb:1.7.7-alpine
+influxdb:1.7.7-data
+influxdb:1.7.7-data-alpine
+influxdb:1.7.7-meta
+influxdb:1.7.7-meta-alpine
influxdb:alpine
influxdb:data
influxdb:data-alpine
@@ -50,7 +50,7 @@ telegraf:1.10.4
telegraf:1.10.4-alpine
telegraf:1.11
telegraf:1.11-alpine
-telegraf:1.11.0
-telegraf:1.11.0-alpine
+telegraf:1.11.1
+telegraf:1.11.1-alpine
telegraf:alpine
telegraf:latest
diff --git a/influxdb_alpine/Dockerfile b/influxdb_alpine/Dockerfile
index 20ef6bf..a17ccc5 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.7.6
+ENV INFLUXDB_VERSION 1.7.7
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
diff --git a/influxdb_data-alpine/Dockerfile b/influxdb_data-alpine/Dockerfile
index 9274a15..a60127c 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.7.5-c1.7.5
+ENV INFLUXDB_VERSION 1.7.7-c1.7.7
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 f7fb4da..d4358a5 100644
--- a/influxdb_data/Dockerfile
+++ b/influxdb_data/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV INFLUXDB_VERSION 1.7.5-c1.7.5
+ENV INFLUXDB_VERSION 1.7.7-c1.7.7
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 c7b1687..7fd4e87 100644
--- a/influxdb_latest/Dockerfile
+++ b/influxdb_latest/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV INFLUXDB_VERSION 1.7.6
+ENV INFLUXDB_VERSION 1.7.7
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 9316f9c..a8f47dc 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.7.5-c1.7.5
+ENV INFLUXDB_VERSION 1.7.7-c1.7.7
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 5abbf65..78d1e79 100644
--- a/influxdb_meta/Dockerfile
+++ b/influxdb_meta/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV INFLUXDB_VERSION 1.7.5-c1.7.5
+ENV INFLUXDB_VERSION 1.7.7-c1.7.7
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/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index 8c6529c..67df3b3 100644
--- a/telegraf_alpine/Dockerfile
+++ b/telegraf_alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
update-ca-certificates
-ENV TELEGRAF_VERSION 1.11.0
+ENV TELEGRAF_VERSION 1.11.1
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 756d20d..da6cd2e 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex && \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
done
-ENV TELEGRAF_VERSION 1.11.0
+ENV TELEGRAF_VERSION 1.11.1
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \ |
Build test of #6183; 50c16b5; $ bashbrew build influxdb:1.5
Building bashbrew/cache:d704e647c681fd1324b3e1cc65920a7e0ada911eba5227c633ca6d6af39c863f (influxdb:1.5)
Tagging influxdb:1.5
Tagging influxdb:1.5.4
$ test/run.sh influxdb:1.5
testing influxdb:1.5
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.5-alpine
Building bashbrew/cache:3d58467ea8d8bb512c9d9429c2ef86bfffed44fdb390ea6936de19392fa85eaf (influxdb:1.5-alpine)
Tagging influxdb:1.5-alpine
Tagging influxdb:1.5.4-alpine
$ test/run.sh influxdb:1.5-alpine
testing influxdb:1.5-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.5-data
Building bashbrew/cache:83dde3d58f25a5fc26380062963bd12d29b205e547075f1bfa6c5cde4d065400 (influxdb:1.5-data)
Tagging influxdb:1.5-data
Tagging influxdb:1.5.4-data
$ test/run.sh influxdb:1.5-data
testing influxdb:1.5-data
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.5-data-alpine
Building bashbrew/cache:3a47b7b4c90aee3023636c973455fd279f8b7904d9da369c3c9dff3d863e4c31 (influxdb:1.5-data-alpine)
Tagging influxdb:1.5-data-alpine
Tagging influxdb:1.5.4-data-alpine
$ test/run.sh influxdb:1.5-data-alpine
testing influxdb:1.5-data-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.5-meta
Building bashbrew/cache:c5e688a7159fc8897766734262f455275522241de8ebdda8f6dedcfd2ae4ebde (influxdb:1.5-meta)
Tagging influxdb:1.5-meta
Tagging influxdb:1.5.4-meta
$ test/run.sh influxdb:1.5-meta
testing influxdb:1.5-meta
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.5-meta-alpine
Building bashbrew/cache:f0da15f90970060f630c8a391a5f1636361e898b557b2019af0e19f0cdafec52 (influxdb:1.5-meta-alpine)
Tagging influxdb:1.5-meta-alpine
Tagging influxdb:1.5.4-meta-alpine
$ test/run.sh influxdb:1.5-meta-alpine
testing influxdb:1.5-meta-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.6
Building bashbrew/cache:a8daf1a35d1f69cbedc6a97ae662ea9ef72cab090d1c449e9e166061d218030d (influxdb:1.6)
Tagging influxdb:1.6
Tagging influxdb:1.6.6
$ test/run.sh influxdb:1.6
testing influxdb:1.6
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.6-alpine
Building bashbrew/cache:6678e9e650a1bedd4f81785474d8e593a8eea8013b2b9d079875d76a7bd7bea6 (influxdb:1.6-alpine)
Tagging influxdb:1.6-alpine
Tagging influxdb:1.6.6-alpine
$ test/run.sh influxdb:1.6-alpine
testing influxdb:1.6-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.6-data
Building bashbrew/cache:4c6585571fa06b74bed37a25209bf8abd222a4e237ad2a146ae31f7525fb6a67 (influxdb:1.6-data)
Tagging influxdb:1.6-data
Tagging influxdb:1.6.6-data
$ test/run.sh influxdb:1.6-data
testing influxdb:1.6-data
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.6-data-alpine
Building bashbrew/cache:1f35d5a2b125f185c1bfc041de6778c13d46a9228d9947eadad1b40e5dbfeb3e (influxdb:1.6-data-alpine)
Tagging influxdb:1.6-data-alpine
Tagging influxdb:1.6.6-data-alpine
$ test/run.sh influxdb:1.6-data-alpine
testing influxdb:1.6-data-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.6-meta
Building bashbrew/cache:d9df3bdd549267518776cb259be8f2a4722bf16628a550a960307baf87f69af2 (influxdb:1.6-meta)
Tagging influxdb:1.6-meta
Tagging influxdb:1.6.6-meta
$ test/run.sh influxdb:1.6-meta
testing influxdb:1.6-meta
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.6-meta-alpine
Building bashbrew/cache:6dc872686ab0e1027601ca185a4cc0e89ecff6f88d1dc3233b7a83c6bf03d271 (influxdb:1.6-meta-alpine)
Tagging influxdb:1.6-meta-alpine
Tagging influxdb:1.6.6-meta-alpine
$ test/run.sh influxdb:1.6-meta-alpine
testing influxdb:1.6-meta-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.7
Building bashbrew/cache:652c3ac7abb0d3a92d80edbd2b0534084b8d73140b17ada91611e7450f2dae87 (influxdb:1.7)
Tagging influxdb:1.7
Tagging influxdb:1.7.7
Tagging influxdb:latest
$ test/run.sh influxdb:1.7
testing influxdb:1.7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.7-alpine
Building bashbrew/cache:c80d6513206791e36e2586a555eace6a1f1466f8725b31fe874e126d45e48b82 (influxdb:1.7-alpine)
Tagging influxdb:1.7-alpine
Tagging influxdb:1.7.7-alpine
Tagging influxdb:alpine
$ test/run.sh influxdb:1.7-alpine
testing influxdb:1.7-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.7-data
Building bashbrew/cache:18be33159d5828aa6e96b3196f1db1ecec549b1f3584e7e22487abe481d7b9d4 (influxdb:1.7-data)
Tagging influxdb:1.7-data
Tagging influxdb:1.7.7-data
Tagging influxdb:data
$ test/run.sh influxdb:1.7-data
testing influxdb:1.7-data
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.7-data-alpine
Building bashbrew/cache:f8e1978fbebbf2b69e85affe225ae1e66c2e90543069eca18daf916da029b4d8 (influxdb:1.7-data-alpine)
Tagging influxdb:1.7-data-alpine
Tagging influxdb:1.7.7-data-alpine
Tagging influxdb:data-alpine
$ test/run.sh influxdb:1.7-data-alpine
testing influxdb:1.7-data-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.7-meta
Building bashbrew/cache:8ce134ee147e792eb675782d2eb952a4102bc8b5f893dbac5b91dc6053544353 (influxdb:1.7-meta)
Tagging influxdb:1.7-meta
Tagging influxdb:1.7.7-meta
Tagging influxdb:meta
$ test/run.sh influxdb:1.7-meta
testing influxdb:1.7-meta
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build influxdb:1.7-meta-alpine
Building bashbrew/cache:357d4bf48c297415b3e29f1a09766102df74a300f3494a60b4a85cdff69713ff (influxdb:1.7-meta-alpine)
Tagging influxdb:1.7-meta-alpine
Tagging influxdb:1.7.7-meta-alpine
Tagging influxdb:meta-alpine
$ test/run.sh influxdb:1.7-meta-alpine
testing influxdb:1.7-meta-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build telegraf:1.9
Building bashbrew/cache:a2c335a4282cb518db9f296adcc112a7041fe1f5faf57a2d73dc2b93ff6dfbe2 (telegraf:1.9)
Tagging telegraf:1.9
Tagging telegraf:1.9.5
$ test/run.sh telegraf:1.9
testing telegraf:1.9
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build telegraf:1.9-alpine
Building bashbrew/cache:c982ea1dfa660944157a21ace57257f0ff4c1d823c6615f156508ebbea972981 (telegraf:1.9-alpine)
Tagging telegraf:1.9-alpine
Tagging telegraf:1.9.5-alpine
$ test/run.sh telegraf:1.9-alpine
testing telegraf:1.9-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build telegraf:1.10
Building bashbrew/cache:748efb7e14f4bba22a4a50a1d003852024679fec8b765758ba60c002cd935e3d (telegraf:1.10)
Tagging telegraf:1.10
Tagging telegraf:1.10.4
$ test/run.sh telegraf:1.10
testing telegraf:1.10
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build telegraf:1.10-alpine
Building bashbrew/cache:b650b1e299153c51cee77a93975938099cc9326cdbe0f2b88b1746af35cc53ce (telegraf:1.10-alpine)
Tagging telegraf:1.10-alpine
Tagging telegraf:1.10.4-alpine
$ test/run.sh telegraf:1.10-alpine
testing telegraf:1.10-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build telegraf:1.11
Building bashbrew/cache:61929d085e776633893322e8bd3810c294ce7a5f84344c210b354ab6ff567d2c (telegraf:1.11)
Tagging telegraf:1.11
Tagging telegraf:1.11.1
Tagging telegraf:latest
$ test/run.sh telegraf:1.11
testing telegraf:1.11
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build telegraf:1.11-alpine
Building bashbrew/cache:944cf97727e96f22020665bc7a070e084ed663cad32f0725062a7e28027596e1 (telegraf:1.11-alpine)
Tagging telegraf:1.11-alpine
Tagging telegraf:1.11.1-alpine
Tagging telegraf:alpine
$ test/run.sh telegraf:1.11-alpine
testing telegraf:1.11-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
|
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.