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.2 #2748

Merged
merged 1 commit into from
Mar 15, 2017
Merged

influxdb 1.2.2 #2748

merged 1 commit into from
Mar 15, 2017

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

diff --git a/_bashbrew-list b/_bashbrew-list
index dbf463e..aa961e1 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.1
-influxdb:1.2.1-alpine
+influxdb:1.2.2
+influxdb:1.2.2-alpine
 influxdb:alpine
 influxdb:latest
diff --git a/influxdb_alpine/Dockerfile b/influxdb_alpine/Dockerfile
index c414b9e..1b9faed 100644
--- a/influxdb_alpine/Dockerfile
+++ b/influxdb_alpine/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.5
 
-ENV INFLUXDB_VERSION 1.2.1
+ENV INFLUXDB_VERSION 1.2.2
 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 269a04e..854691d 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.1
+ENV INFLUXDB_VERSION 1.2.2
 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 && \

@yosifkit
Copy link
Member

Build test of #2748; f28df8c (influxdb):

$ 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
Using 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:9976d401c5a083289597d79acea96c81ba643f93009ee9c858148cef488f8805 (influxdb:1.2)
Tagging influxdb:1.2
Tagging influxdb:1.2.2
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
Building bashbrew/cache:f9e796cb5f301abe6630158c5fdcff07be772fd64781e38725c64ffbd0fd72a8 (influxdb:1.2-alpine)
Tagging influxdb:1.2-alpine
Tagging influxdb:1.2.2-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

@yosifkit yosifkit merged commit 12eb2e0 into docker-library:master Mar 15, 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