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.18 #3146

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Sentry 8.18 #3146

merged 1 commit into from
Jul 6, 2017

Conversation

mattrobenolt
Copy link
Contributor

@yosifkit
Copy link
Member

yosifkit commented Jul 5, 2017

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 95fc0e2..45ad30e 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,4 +1,4 @@
-sentry:8.16 @ amd64
-sentry:8.16-onbuild @ amd64
+sentry:8.17 @ amd64
+sentry:8.17-onbuild @ amd64
 sentry:latest @ amd64
 sentry:onbuild @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index c2590d8..079b12b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,12 +1,12 @@
 sentry:8
 sentry:8-onbuild
-sentry:8.16
-sentry:8.16-onbuild
-sentry:8.16.1
-sentry:8.16.1-onbuild
 sentry:8.17
 sentry:8.17-onbuild
 sentry:8.17.0
 sentry:8.17.0-onbuild
+sentry:8.18
+sentry:8.18-onbuild
+sentry:8.18.0
+sentry:8.18.0-onbuild
 sentry:latest
 sentry:onbuild
diff --git a/sentry_8.16-onbuild/Dockerfile b/sentry_8.16-onbuild/Dockerfile
deleted file mode 100644
index a5abf68..0000000
diff --git a/sentry_8.16/Dockerfile b/sentry_8.16/Dockerfile
deleted file mode 100644
index 6d23218..0000000
diff --git a/sentry_onbuild/Dockerfile b/sentry_8.17-onbuild/Dockerfile
similarity index 100%
copy from sentry_onbuild/Dockerfile
copy to sentry_8.17-onbuild/Dockerfile
diff --git a/sentry_latest/Dockerfile b/sentry_8.17/Dockerfile
similarity index 100%
copy from sentry_latest/Dockerfile
copy to sentry_8.17/Dockerfile
diff --git a/sentry_8.16/config.yml b/sentry_8.17/config.yml
similarity index 100%
rename from sentry_8.16/config.yml
rename to sentry_8.17/config.yml
diff --git a/sentry_8.16/docker-entrypoint.sh b/sentry_8.17/docker-entrypoint.sh
similarity index 100%
rename from sentry_8.16/docker-entrypoint.sh
rename to sentry_8.17/docker-entrypoint.sh
diff --git a/sentry_8.16/sentry.conf.py b/sentry_8.17/sentry.conf.py
similarity index 100%
rename from sentry_8.16/sentry.conf.py
rename to sentry_8.17/sentry.conf.py
diff --git a/sentry_latest/Dockerfile b/sentry_latest/Dockerfile
index a4baf90..888acec 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.17.0
+ENV SENTRY_VERSION 8.18.0
 
 RUN set -x \
     && apt-get update && apt-get install -y --no-install-recommends wget g++ && rm -rf /var/lib/apt/lists/* \
diff --git a/sentry_onbuild/Dockerfile b/sentry_onbuild/Dockerfile
index c0fb206..e9dbacc 100644
--- a/sentry_onbuild/Dockerfile
+++ b/sentry_onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM sentry:8.17
+FROM sentry:8.18
 
 WORKDIR /usr/src/sentry
 

@yosifkit
Copy link
Member

yosifkit commented Jul 6, 2017

Build test of #3146; 21989ef (sentry):

$ bashbrew build sentry:8.17.0
Using bashbrew/cache:a6f65b7d7f47b75557338de7c3652b8151d39b5f669db7a0f0ab6471ede7e883 (sentry:8.17.0)
Tagging sentry:8.17.0
Tagging sentry:8.17

$ test/run.sh sentry:8.17.0
testing sentry:8.17.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.17.0-onbuild
Using bashbrew/cache:3f8aabb87deaa5e5b0bd758d5a69a499e29eeaa2581d024fce179a4f447919ee (sentry:8.17.0-onbuild)
Tagging sentry:8.17.0-onbuild
Tagging sentry:8.17-onbuild

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


$ bashbrew build sentry:8.18.0
Building bashbrew/cache:04eff24cc66a73c96cfebdd24872c3a85cbdf1cfb81742efabbae8706fe3795b (sentry:8.18.0)
Tagging sentry:8.18.0
Tagging sentry:8.18
Tagging sentry:8
Tagging sentry:latest

$ test/run.sh sentry:8.18.0
testing sentry:8.18.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.18.0-onbuild
Building bashbrew/cache:0ab9eca49296fd60378ae7fd576568824d856db21390114e9b7f642b28a14236 (sentry:8.18.0-onbuild)
Tagging sentry:8.18.0-onbuild
Tagging sentry:8.18-onbuild
Tagging sentry:8-onbuild
Tagging sentry:onbuild

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

@yosifkit yosifkit merged commit 51404b4 into docker-library:master Jul 6, 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