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 Kapacitor to 1.1.1 #2416

Merged
merged 1 commit into from
Dec 2, 2016
Merged

Conversation

jsternberg
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Dec 2, 2016

diff --git a/kapacitor_alpine/Dockerfile b/kapacitor_alpine/Dockerfile
index 33e0526..dbded0d 100644
--- a/kapacitor_alpine/Dockerfile
+++ b/kapacitor_alpine/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.4
 
-ENV KAPACITOR_VERSION 1.1.0
+ENV KAPACITOR_VERSION 1.1.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/kapacitor_latest/Dockerfile b/kapacitor_latest/Dockerfile
index 6f3e04f..0b89a80 100644
--- a/kapacitor_latest/Dockerfile
+++ b/kapacitor_latest/Dockerfile
@@ -4,7 +4,7 @@ RUN gpg \
     --keyserver hkp://ha.pool.sks-keyservers.net \
     --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
 
-ENV KAPACITOR_VERSION 1.1.0
+ENV KAPACITOR_VERSION 1.1.1
 RUN wget -q https://dl.influxdata.com/kapacitor/releases/kapacitor_${KAPACITOR_VERSION}_amd64.deb.asc && \
     wget -q https://dl.influxdata.com/kapacitor/releases/kapacitor_${KAPACITOR_VERSION}_amd64.deb && \
     gpg --batch --verify kapacitor_${KAPACITOR_VERSION}_amd64.deb.asc kapacitor_${KAPACITOR_VERSION}_amd64.deb && \

Build test of #2416; 9d0bf6e (kapacitor):

$ bashbrew build kapacitor:1.0
Using bashbrew/cache:933152344b05973426b0d952a1bdf58d87d83d19f107ce4fb39eecba3df6caba (kapacitor:1.0)
Tagging kapacitor:1.0
Tagging kapacitor:1.0.2

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


$ bashbrew build kapacitor:1.0-alpine
Using bashbrew/cache:2bccbac0a76b8adbbef54abb5e8530c738a1d65ceaeedca3212c8e921180675b (kapacitor:1.0-alpine)
Tagging kapacitor:1.0-alpine
Tagging kapacitor:1.0.2-alpine

$ test/run.sh kapacitor:1.0-alpine
testing kapacitor:1.0-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 kapacitor:1.1
Building bashbrew/cache:79c81f4c5ffb791b596bfc218b6d936c083bcd9fe7ace2c68aab77267f94fe45 (kapacitor:1.1)
Tagging kapacitor:1.1
Tagging kapacitor:1.1.1
Tagging kapacitor:latest

$ test/run.sh kapacitor:1.1
testing kapacitor: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 kapacitor:1.1-alpine
Building bashbrew/cache:1701337dc37ad5360cac13ee9d6fd6caf9fcc3c4a43332e87ca4a785a1f3ac28 (kapacitor:1.1-alpine)
Tagging kapacitor:1.1-alpine
Tagging kapacitor:1.1.1-alpine
Tagging kapacitor:alpine

$ test/run.sh kapacitor:1.1-alpine
testing kapacitor: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

@yosifkit yosifkit merged commit e4b8f98 into docker-library:master Dec 2, 2016
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