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

OrientDB 2.2.24 #3224

Merged
merged 18 commits into from
Jul 21, 2017
Merged

OrientDB 2.2.24 #3224

merged 18 commits into from
Jul 21, 2017

Conversation

robfrank
Copy link
Contributor

2.2.x updated to latest 2.2.24

@yosifkit
Copy link
Member

Diff:
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker
diff --git a/_bashbrew-arches b/_bashbrew-arches
index b5a8095..0355dbc 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,6 +1,6 @@
 orientdb:2.0.18 @ amd64
 orientdb:2.1.25 @ amd64
-orientdb:2.2.23-spatial @ amd64
+orientdb:2.2.24-spatial @ amd64
 orientdb:3.0.0m1 @ amd64
 orientdb:3.0.0m1-spatial @ amd64
 orientdb:latest @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 4f38787..d25a019 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 orientdb:2.0.18
 orientdb:2.1.25
-orientdb:2.2.23
-orientdb:2.2.23-spatial
+orientdb:2.2.24
+orientdb:2.2.24-spatial
 orientdb:3.0.0m1
 orientdb:3.0.0m1-spatial
 orientdb:latest
diff --git a/orientdb_2.2.23-spatial/Dockerfile b/orientdb_2.2.24-spatial/Dockerfile
similarity index 81%
rename from orientdb_2.2.23-spatial/Dockerfile
rename to orientdb_2.2.24-spatial/Dockerfile
index fec2524..8e6a44b 100644
--- a/orientdb_2.2.23-spatial/Dockerfile
+++ b/orientdb_2.2.24-spatial/Dockerfile
@@ -2,10 +2,10 @@
 # Dockerfile  for OrientDB with spatial module and neo4j connector
 ############################################################
 
-FROM orientdb:2.2.23
+FROM orientdb:2.2.24
 
-ENV ORIENTDB_DOWNLOAD_SPATIAL_MD5 5504791ac478c13b9ab55be705d8cab0
-ENV ORIENTDB_DOWNLOAD_SPATIAL_SHA1 54f8c636ef893d363bf2918b37c27b8a5872235e
+ENV ORIENTDB_DOWNLOAD_SPATIAL_MD5 95955d1984f65825941f5d3b649ab3b0
+ENV ORIENTDB_DOWNLOAD_SPATIAL_SHA1 51e47a10e5cbe7d26cacd273958b66d551543e51
 
 ENV ORIENTDB_DOWNLOAD_SPATIAL_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-spatial/$ORIENTDB_VERSION/orientdb-spatial-$ORIENTDB_VERSION-dist.jar
 
diff --git a/orientdb_latest/Dockerfile b/orientdb_latest/Dockerfile
index 26e482e..a07c0ea 100644
--- a/orientdb_latest/Dockerfile
+++ b/orientdb_latest/Dockerfile
@@ -10,9 +10,9 @@ MAINTAINER OrientDB LTD (info@orientdb.com)
 #   docker build -t mine --build-arg ORIENTDB_DOWNLOAD_SERVER=http://repo1.maven.org/maven2/com/orientechnologies/ .
 ARG ORIENTDB_DOWNLOAD_SERVER
 
-ENV ORIENTDB_VERSION 2.2.23
-ENV ORIENTDB_DOWNLOAD_MD5 b5876a00eab78237a1098a787b21bed4
-ENV ORIENTDB_DOWNLOAD_SHA1 33b8a824ac890f7fb5721333e67baa01c2421513
+ENV ORIENTDB_VERSION 2.2.24
+ENV ORIENTDB_DOWNLOAD_MD5 04da451958c0cb72ebaf42029883a257
+ENV ORIENTDB_DOWNLOAD_SHA1 af0d308d580f7485c2d3871ac98a371f2c77a2ae
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-community/$ORIENTDB_VERSION/orientdb-community-$ORIENTDB_VERSION.tar.gz
 

@yosifkit
Copy link
Member

Build test of #3224; cf42f32 (orientdb):

$ bashbrew build orientdb:2.0.18
Using bashbrew/cache:7c039c9af4e188b31a7d1e88b0e0f35949cbb0b671507de105b92c5e8ad46498 (orientdb:2.0.18)
Tagging orientdb:2.0.18

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


$ bashbrew build orientdb:2.1.25
Using bashbrew/cache:6c92d8acfe9bf66bb647a3b77898ea47df75f8e1245e01cbe61048faffdbf11a (orientdb:2.1.25)
Tagging orientdb:2.1.25

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


$ bashbrew build orientdb:2.2.24
Building bashbrew/cache:33972ea15e0579d0c3961cb783cdc9547cc3938aa729499873378c598642ab5a (orientdb:2.2.24)
Tagging orientdb:2.2.24
Tagging orientdb:latest

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


$ bashbrew build orientdb:2.2.24-spatial
Building bashbrew/cache:0722510ebb317215aae70a6ee58a508168f5dd8199513c7eb4ced60c1add5f41 (orientdb:2.2.24-spatial)
Tagging orientdb:2.2.24-spatial

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


$ bashbrew build orientdb:3.0.0m1
Using bashbrew/cache:001ad9008f53fe67e335da0915b3893a8c790244bdfd1d60d09eb60a3be1b641 (orientdb:3.0.0m1)
Tagging orientdb:3.0.0m1

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


$ bashbrew build orientdb:3.0.0m1-spatial
Using bashbrew/cache:0e9e87a946c2ce91ea4ff395191b4b044ea77b65b9f46b74c48aba53d1e699b4 (orientdb:3.0.0m1-spatial)
Tagging orientdb:3.0.0m1-spatial

$ test/run.sh orientdb:3.0.0m1-spatial
testing orientdb:3.0.0m1-spatial
	'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 3f923b0 into docker-library:master Jul 21, 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