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

Release OrientDB v 3.0.17 #5520

Merged
merged 1 commit into from
Mar 7, 2019
Merged

Conversation

luigidellaquila
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Mar 7, 2019

Diff:
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker
diff --git a/_bashbrew-arches b/_bashbrew-arches
index ab56beb..55f4e40 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -2,5 +2,5 @@ orientdb:2.0.18 @ amd64
 orientdb:2.1.25 @ amd64
 orientdb:2.2.37 @ amd64
 orientdb:2.2.37-spatial @ amd64
-orientdb:3.0.16-tp3 @ amd64
+orientdb:3.0.17-tp3 @ amd64
 orientdb:latest @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 3654bec..2d967d4 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,6 +2,6 @@ orientdb:2.0.18
 orientdb:2.1.25
 orientdb:2.2.37
 orientdb:2.2.37-spatial
-orientdb:3.0.16
-orientdb:3.0.16-tp3
+orientdb:3.0.17
+orientdb:3.0.17-tp3
 orientdb:latest
diff --git a/orientdb_3.0.16-tp3/Dockerfile b/orientdb_3.0.17-tp3/Dockerfile
similarity index 89%
rename from orientdb_3.0.16-tp3/Dockerfile
rename to orientdb_3.0.17-tp3/Dockerfile
index 28eb126..1fd0c44 100644
--- a/orientdb_3.0.16-tp3/Dockerfile
+++ b/orientdb_3.0.17-tp3/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 3.0.16
-ENV ORIENTDB_DOWNLOAD_MD5 b080b61a1d90b08fff27a4ab4499f4b3
-ENV ORIENTDB_DOWNLOAD_SHA1 1decfdd2f5da5adab2ec941ff63f41f31636c5cf
+ENV ORIENTDB_VERSION 3.0.17
+ENV ORIENTDB_DOWNLOAD_MD5 36b930bbbf0dd25462825359f924c35e
+ENV ORIENTDB_DOWNLOAD_SHA1 d8ebd3ef0cb36996d56dc298840525ab451c7261
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-tp3/$ORIENTDB_VERSION/orientdb-tp3-$ORIENTDB_VERSION.tar.gz
 
@@ -43,6 +43,9 @@ EXPOSE 2424
 #OrientDb http
 EXPOSE 2480
 
+#Gremlin server
+EXPOSE 8182
+
 # Default command start the server
 CMD ["server.sh"]
 
diff --git a/orientdb_3.0.16-tp3/gremlin-server.yaml b/orientdb_3.0.17-tp3/gremlin-server.yaml
similarity index 100%
rename from orientdb_3.0.16-tp3/gremlin-server.yaml
rename to orientdb_3.0.17-tp3/gremlin-server.yaml
diff --git a/orientdb_latest/Dockerfile b/orientdb_latest/Dockerfile
index 61057b0..28cb740 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 3.0.16
-ENV ORIENTDB_DOWNLOAD_MD5 2143401881ca05def4d22502b63c63f8
-ENV ORIENTDB_DOWNLOAD_SHA1 3337b3bb7d3ac3e202393f0cb95e5521e4fa1217
+ENV ORIENTDB_VERSION 3.0.17
+ENV ORIENTDB_DOWNLOAD_MD5 61e53dc7fd402bd265556e2a67ccecd1
+ENV ORIENTDB_DOWNLOAD_SHA1 44efc772ed0469c52d3e0072785289c2e6268b5a
 
 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

yosifkit commented Mar 7, 2019

Build test of #5520; 6dfedab; amd64 (orientdb):

$ bashbrew build orientdb:2.0.18
Using bashbrew/cache:0e4bdf2be8b2213b32141651eb44fa8f9182a6525fa90c95bfd3e782b2343244 (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:bb421a0fef2ab985b7322d2de7059e78c202c0bee3dd31e5e561cb5f96468d98 (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.37
Using bashbrew/cache:474af3308a0f0d0ef84b17ba0aba737a929464381a85b518a78ba27cf11b7c93 (orientdb:2.2.37)
Tagging orientdb:2.2.37

$ test/run.sh orientdb:2.2.37
testing orientdb:2.2.37
	'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.37-spatial
Using bashbrew/cache:2e73004100f4ce0b5712b82e3073513c1f7bd683e34f3cf794cf661bb97bb231 (orientdb:2.2.37-spatial)
Tagging orientdb:2.2.37-spatial

$ test/run.sh orientdb:2.2.37-spatial
testing orientdb:2.2.37-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.17
Building bashbrew/cache:ca32d6cc8c842d6e066e9b7b6f4e01215a167268adb64e250eade15527ab11fa (orientdb:3.0.17)
Tagging orientdb:3.0.17
Tagging orientdb:latest

$ test/run.sh orientdb:3.0.17
testing orientdb:3.0.17
	'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.17-tp3
Building bashbrew/cache:2854c72d4a35ae6995279b553945fe38ab1a3de0e240b253461326f2d0233861 (orientdb:3.0.17-tp3)
Tagging orientdb:3.0.17-tp3

$ test/run.sh orientdb:3.0.17-tp3
testing orientdb:3.0.17-tp3
	'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 462e537 into docker-library:master Mar 7, 2019
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