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

influxdb 1.2.1 #2731

Merged
merged 1 commit into from
Mar 8, 2017
Merged

influxdb 1.2.1 #2731

merged 1 commit into from
Mar 8, 2017

Conversation

jsternberg
Copy link
Contributor

No description provided.

@tianon
Copy link
Member

tianon commented Mar 8, 2017

warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker
diff --git a/_bashbrew-list b/_bashbrew-list
index fe6cbdc..dbf463e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,7 +4,7 @@ influxdb:1.1.4
 influxdb:1.1.4-alpine
 influxdb:1.2
 influxdb:1.2-alpine
-influxdb:1.2.0
-influxdb:1.2.0-alpine
+influxdb:1.2.1
+influxdb:1.2.1-alpine
 influxdb:alpine
 influxdb:latest
diff --git a/influxdb_alpine/Dockerfile b/influxdb_alpine/Dockerfile
index 2cda428..c414b9e 100644
--- a/influxdb_alpine/Dockerfile
+++ b/influxdb_alpine/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.5
 
-ENV INFLUXDB_VERSION 1.2.0
+ENV INFLUXDB_VERSION 1.2.1
 RUN apk add --no-cache --virtual .build-deps wget gnupg tar ca-certificates && \
     update-ca-certificates && \
     gpg --keyserver hkp://ha.pool.sks-keyservers.net \
diff --git a/influxdb_latest/Dockerfile b/influxdb_latest/Dockerfile
index e823a33..269a04e 100644
--- a/influxdb_latest/Dockerfile
+++ b/influxdb_latest/Dockerfile
@@ -4,7 +4,7 @@ RUN gpg \
     --keyserver hkp://ha.pool.sks-keyservers.net \
     --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
 
-ENV INFLUXDB_VERSION 1.2.0
+ENV INFLUXDB_VERSION 1.2.1
 RUN wget -q https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_amd64.deb.asc && \
     wget -q https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_amd64.deb && \
     gpg --batch --verify influxdb_${INFLUXDB_VERSION}_amd64.deb.asc influxdb_${INFLUXDB_VERSION}_amd64.deb && \

@tianon
Copy link
Member

tianon commented Mar 8, 2017

LGTM

Build test of #2731; 61c6797 (influxdb):
warning: insecure protocol git:// detected: git://github.com/influxdata/influxdata-docker

$ bashbrew build influxdb:1.1
Using bashbrew/cache:d4d0866d2744b562e6f0692e74cfca12a1e03101896352cbf7690ab8a55cd547 (influxdb:1.1)
Tagging influxdb:1.1
Tagging influxdb:1.1.4

$ test/run.sh influxdb:1.1
testing influxdb:1.1
	'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.1-alpine
Building bashbrew/cache:a65e7a5da1c323fc93cc6e9e08e9b265f75c2ce72416a374ddd343394c807fa7 (influxdb:1.1-alpine)
Tagging influxdb:1.1-alpine
Tagging influxdb:1.1.4-alpine

$ test/run.sh influxdb:1.1-alpine
testing influxdb:1.1-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.2
Using bashbrew/cache:eeb4027b2243829a0fd1e04a2392b239321165afb4fa22f51b76e8b172ce1993 (influxdb:1.2)
Tagging influxdb:1.2
Tagging influxdb:1.2.1
Tagging influxdb:latest

$ test/run.sh influxdb:1.2
testing influxdb:1.2
	'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.2-alpine
Using bashbrew/cache:5db3e4a0ec24313a69b53ef63eb3b156b80aeffc9e4f5081691769d9510e7504 (influxdb:1.2-alpine)
Tagging influxdb:1.2-alpine
Tagging influxdb:1.2.1-alpine
Tagging influxdb:alpine

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

@tianon tianon merged commit 3c8967d into docker-library:master Mar 8, 2017
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