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

Sentry 8.16.1 #2990

Merged
merged 1 commit into from
May 30, 2017
Merged

Sentry 8.16.1 #2990

merged 1 commit into from
May 30, 2017

Conversation

mattrobenolt
Copy link
Contributor

@tianon
Copy link
Member

tianon commented May 30, 2017

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index f02c275..1b64ae2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,7 +6,7 @@ sentry:8.15.0
 sentry:8.15.0-onbuild
 sentry:8.16
 sentry:8.16-onbuild
-sentry:8.16.0
-sentry:8.16.0-onbuild
+sentry:8.16.1
+sentry:8.16.1-onbuild
 sentry:latest
 sentry:onbuild
diff --git a/sentry_latest/Dockerfile b/sentry_latest/Dockerfile
index d311147..6d23218 100644
--- a/sentry_latest/Dockerfile
+++ b/sentry_latest/Dockerfile
@@ -53,7 +53,7 @@ RUN set -x \
     && python -c 'import librabbitmq' \
     && apt-get purge -y --auto-remove make
 
-ENV SENTRY_VERSION 8.16.0
+ENV SENTRY_VERSION 8.16.1
 
 RUN set -x \
     && apt-get update && apt-get install -y --no-install-recommends wget g++ && rm -rf /var/lib/apt/lists/* \

@tianon
Copy link
Member

tianon commented May 30, 2017

LGTM

Build test of #2990; 173f7c3 (sentry):

$ bashbrew build sentry:8.15.0
Building bashbrew/cache:d71dab6bf58257c983f7a7dd004f71ba487e3d10a18c6e2e0051961af9fea19a (sentry:8.15.0)
Tagging sentry:8.15.0
Tagging sentry:8.15

$ test/run.sh sentry:8.15.0
testing sentry:8.15.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 sentry:8.15.0-onbuild
Building bashbrew/cache:0c8b93a226091bf5bea2aa3a00a7267b04ab65987612cc16223ceb9856678961 (sentry:8.15.0-onbuild)
Tagging sentry:8.15.0-onbuild
Tagging sentry:8.15-onbuild

$ test/run.sh sentry:8.15.0-onbuild
testing sentry:8.15.0-onbuild
	'override-cmd' [1/1]...passed


$ bashbrew build sentry:8.16.1
Building bashbrew/cache:d1bc9d877e253635cfdcd8af5f1c17d189c231cb5cb75e21446c68c89ba1c7e8 (sentry:8.16.1)
Tagging sentry:8.16.1
Tagging sentry:8.16
Tagging sentry:8
Tagging sentry:latest

$ test/run.sh sentry:8.16.1
testing sentry:8.16.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 sentry:8.16.1-onbuild
Building bashbrew/cache:faf6e995249937112f34b774d3502bf880f33e188f8e1c606c1e6cea998706f5 (sentry:8.16.1-onbuild)
Tagging sentry:8.16.1-onbuild
Tagging sentry:8.16-onbuild
Tagging sentry:8-onbuild
Tagging sentry:onbuild

$ test/run.sh sentry:8.16.1-onbuild
testing sentry:8.16.1-onbuild
	'override-cmd' [1/1]...passed

@tianon tianon merged commit d4e7602 into docker-library:master May 30, 2017
@mattrobenolt mattrobenolt deleted the sentry branch May 30, 2017 19:02
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