Skip to content
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 #3924

Merged
merged 1 commit into from
Jan 22, 2018
Merged

Update influxdata images #3924

merged 1 commit into from
Jan 22, 2018

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

Diff:
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 271030e..2fea63e 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,7 +1,7 @@
-influxdb:1.3.8 @ amd64
-influxdb:1.3.8 @ arm32v7
-influxdb:1.3.8 @ arm64v8
-influxdb:1.3.8-alpine @ amd64
+influxdb:1.3.9 @ amd64
+influxdb:1.3.9 @ arm32v7
+influxdb:1.3.9 @ arm64v8
+influxdb:1.3.9-alpine @ amd64
 influxdb:alpine @ amd64
 influxdb:data @ amd64
 influxdb:data-alpine @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 6c25ed2..714061c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,12 +4,12 @@ influxdb:1.3-data
 influxdb:1.3-data-alpine
 influxdb:1.3-meta
 influxdb:1.3-meta-alpine
-influxdb:1.3.8
-influxdb:1.3.8-alpine
-influxdb:1.3.8-data
-influxdb:1.3.8-data-alpine
-influxdb:1.3.8-meta
-influxdb:1.3.8-meta-alpine
+influxdb:1.3.9
+influxdb:1.3.9-alpine
+influxdb:1.3.9-data
+influxdb:1.3.9-data-alpine
+influxdb:1.3.9-meta
+influxdb:1.3.9-meta-alpine
 influxdb:1.4
 influxdb:1.4-alpine
 influxdb:1.4.2
diff --git a/influxdb_1.3.8-alpine/Dockerfile b/influxdb_1.3.9-alpine/Dockerfile
similarity index 98%
rename from influxdb_1.3.8-alpine/Dockerfile
rename to influxdb_1.3.9-alpine/Dockerfile
index 24a6ca3..6bf89de 100644
--- a/influxdb_1.3.8-alpine/Dockerfile
+++ b/influxdb_1.3.9-alpine/Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.6
 RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
 RUN apk add --no-cache tzdata bash
 
-ENV INFLUXDB_VERSION 1.3.8
+ENV INFLUXDB_VERSION 1.3.9
 RUN set -ex && \
     apk add --no-cache --virtual .build-deps wget gnupg tar ca-certificates && \
     update-ca-certificates && \
diff --git a/influxdb_1.3.8-alpine/entrypoint.sh b/influxdb_1.3.9-alpine/entrypoint.sh
similarity index 100%
rename from influxdb_1.3.8-alpine/entrypoint.sh
rename to influxdb_1.3.9-alpine/entrypoint.sh
diff --git a/influxdb_1.3.8-alpine/influxdb.conf b/influxdb_1.3.9-alpine/influxdb.conf
similarity index 100%
rename from influxdb_1.3.8-alpine/influxdb.conf
rename to influxdb_1.3.9-alpine/influxdb.conf
diff --git a/influxdb_1.3.8-alpine/init-influxdb.sh b/influxdb_1.3.9-alpine/init-influxdb.sh
similarity index 100%
rename from influxdb_1.3.8-alpine/init-influxdb.sh
rename to influxdb_1.3.9-alpine/init-influxdb.sh
diff --git a/influxdb_1.3.8/Dockerfile b/influxdb_1.3.9/Dockerfile
similarity index 97%
rename from influxdb_1.3.8/Dockerfile
rename to influxdb_1.3.9/Dockerfile
index 7016be5..ecf00d9 100644
--- a/influxdb_1.3.8/Dockerfile
+++ b/influxdb_1.3.9/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex && \
         gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
     done
 
-ENV INFLUXDB_VERSION 1.3.8
+ENV INFLUXDB_VERSION 1.3.9
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \
diff --git a/influxdb_1.3.8/entrypoint.sh b/influxdb_1.3.9/entrypoint.sh
similarity index 100%
rename from influxdb_1.3.8/entrypoint.sh
rename to influxdb_1.3.9/entrypoint.sh
diff --git a/influxdb_1.3.8/influxdb.conf b/influxdb_1.3.9/influxdb.conf
similarity index 100%
rename from influxdb_1.3.8/influxdb.conf
rename to influxdb_1.3.9/influxdb.conf
diff --git a/influxdb_1.3.8/init-influxdb.sh b/influxdb_1.3.9/init-influxdb.sh
similarity index 100%
rename from influxdb_1.3.8/init-influxdb.sh
rename to influxdb_1.3.9/init-influxdb.sh
diff --git a/influxdb_data-alpine/Dockerfile b/influxdb_data-alpine/Dockerfile
index be21d80..b45b8ca 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.3.8-c1.3.8
+ENV INFLUXDB_VERSION 1.3.9-c1.3.9
 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 2dceafa..8a3843a 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.3.8-c1.3.8
+ENV INFLUXDB_VERSION 1.3.9-c1.3.9
 RUN wget -q https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
     wget -q 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_meta-alpine/Dockerfile b/influxdb_meta-alpine/Dockerfile
index b5bb04b..453d1c9 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.3.8-c1.3.8
+ENV INFLUXDB_VERSION 1.3.9-c1.3.9
 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 51f9148..cc817a8 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.3.8-c1.3.8
+ENV INFLUXDB_VERSION 1.3.9-c1.3.9
 RUN wget -q https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
     wget -q 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 && \

@yosifkit
Copy link
Member

Build test of #3924; fca2a8c; amd64 (influxdb):

$ bashbrew build influxdb:1.3
Building bashbrew/cache:01664a2822dcaf953a3d89835911d68200260a3d27592977b25a4464a080105c (influxdb:1.3)
Tagging influxdb:1.3
Tagging influxdb:1.3.9

$ test/run.sh influxdb:1.3
testing influxdb:1.3
	'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.3-alpine
Building bashbrew/cache:4f0868eb743280634c97d9b6d5fceca7b4d124abdd8dcb4681fab8fbe84fe376 (influxdb:1.3-alpine)
Tagging influxdb:1.3-alpine
Tagging influxdb:1.3.9-alpine

$ test/run.sh influxdb:1.3-alpine
testing influxdb:1.3-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.3-data
Building bashbrew/cache:c2b3f0247031460d18e954c52dc28e6d26d48c3acdb42cbff0539440f26ebdf8 (influxdb:1.3-data)
Tagging influxdb:1.3-data
Tagging influxdb:1.3.9-data
Tagging influxdb:data

$ test/run.sh influxdb:1.3-data
testing influxdb:1.3-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.3-data-alpine
Building bashbrew/cache:07bddf8cd3be4cbedd32f23cfea26d021d6be84be156faaa3e364f78a36e60f3 (influxdb:1.3-data-alpine)
Tagging influxdb:1.3-data-alpine
Tagging influxdb:1.3.9-data-alpine
Tagging influxdb:data-alpine

$ test/run.sh influxdb:1.3-data-alpine
testing influxdb:1.3-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.3-meta
Building bashbrew/cache:373a07a942af59a942e72f677c3f0c5b11285fe0672c1d3e15587a05432e9403 (influxdb:1.3-meta)
Tagging influxdb:1.3-meta
Tagging influxdb:1.3.9-meta
Tagging influxdb:meta

$ test/run.sh influxdb:1.3-meta
testing influxdb:1.3-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.3-meta-alpine
Building bashbrew/cache:9682a885ba2a32893f52cef5440c00b680533b1498313c2d66bda37800038c5d (influxdb:1.3-meta-alpine)
Tagging influxdb:1.3-meta-alpine
Tagging influxdb:1.3.9-meta-alpine
Tagging influxdb:meta-alpine

$ test/run.sh influxdb:1.3-meta-alpine
testing influxdb:1.3-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.4
Building bashbrew/cache:32f738a1ee9dbbe5d6f7da2b929df79cf6431ececf46822d0952156d361b3a96 (influxdb:1.4)
Tagging influxdb:1.4
Tagging influxdb:1.4.2
Tagging influxdb:latest

$ test/run.sh influxdb:1.4
testing influxdb:1.4
	'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.4-alpine
Building bashbrew/cache:faca2350c4b562a747b5d816275fd24c77e69e6789bca2bbe84b093db4f2b39d (influxdb:1.4-alpine)
Tagging influxdb:1.4-alpine
Tagging influxdb:1.4.2-alpine
Tagging influxdb:alpine

$ test/run.sh influxdb:1.4-alpine
testing influxdb:1.4-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit abb4fde into docker-library:master Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants