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 3.0.0RC1 #3817

Merged
merged 11 commits into from
Dec 19, 2017
Merged

Release OrientDB 3.0.0RC1 #3817

merged 11 commits into from
Dec 19, 2017

Conversation

luigidellaquila
Copy link
Contributor

No description provided.

@tianon
Copy link
Member

tianon commented Dec 19, 2017

Diff:
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 4f55e17..c449444 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,6 +1,6 @@
 orientdb:2.0.18 @ amd64
 orientdb:2.1.25 @ amd64
 orientdb:2.2.31-spatial @ amd64
-orientdb:3.0.0m2 @ amd64
-orientdb:3.0.0m2-spatial @ amd64
+orientdb:3.0.0RC1 @ amd64
+orientdb:3.0.0RC1-spatial @ amd64
 orientdb:latest @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 817baaa..3478e44 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,6 +2,6 @@ orientdb:2.0.18
 orientdb:2.1.25
 orientdb:2.2.31
 orientdb:2.2.31-spatial
-orientdb:3.0.0m2
-orientdb:3.0.0m2-spatial
+orientdb:3.0.0RC1
+orientdb:3.0.0RC1-spatial
 orientdb:latest
diff --git a/orientdb_3.0.0m2-spatial/Dockerfile b/orientdb_3.0.0RC1-spatial/Dockerfile
similarity index 90%
rename from orientdb_3.0.0m2-spatial/Dockerfile
rename to orientdb_3.0.0RC1-spatial/Dockerfile
index d631752..70cf4a4 100644
--- a/orientdb_3.0.0m2-spatial/Dockerfile
+++ b/orientdb_3.0.0RC1-spatial/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.0m2
-ENV ORIENTDB_DOWNLOAD_MD5 6d5546b1aa88a7a78cccc51bc61ae086
-ENV ORIENTDB_DOWNLOAD_SHA1 339ec7e96aed62b0280a4a66579a82a5ae144db5
+ENV ORIENTDB_VERSION 3.0.0RC1
+ENV ORIENTDB_DOWNLOAD_MD5 ca13076821b8b358f723ed4245c6fbf1
+ENV ORIENTDB_DOWNLOAD_SHA1 0dc325fbe3583c32eb9c785a1a6c92cda1112031
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-community-spatial/$ORIENTDB_VERSION/orientdb-community-spatial-$ORIENTDB_VERSION.tar.gz
 
diff --git a/orientdb_3.0.0m2/Dockerfile b/orientdb_3.0.0RC1/Dockerfile
similarity index 90%
rename from orientdb_3.0.0m2/Dockerfile
rename to orientdb_3.0.0RC1/Dockerfile
index 986a131..79ab2f3 100644
--- a/orientdb_3.0.0m2/Dockerfile
+++ b/orientdb_3.0.0RC1/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.0m2
-ENV ORIENTDB_DOWNLOAD_MD5 4d17543d4308b73b9692281444bbfe69
-ENV ORIENTDB_DOWNLOAD_SHA1 4520d18b19f366937a9158c2753c36bae4133905
+ENV ORIENTDB_VERSION 3.0.0RC1
+ENV ORIENTDB_DOWNLOAD_MD5 f231735d7ac8c18e8e5f6aab5e6ae459
+ENV ORIENTDB_DOWNLOAD_SHA1 8a1d8d5468d55bdb9430f525481ba356e9ca6209
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-community-gremlin/$ORIENTDB_VERSION/orientdb-community-gremlin-$ORIENTDB_VERSION.tar.gz
 

@tianon
Copy link
Member

tianon commented Dec 19, 2017

LGTM

Build test of #3817; 112d172; amd64 (orientdb):
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker

$ bashbrew build orientdb:2.0.18
Using bashbrew/cache:d872ee6e41183c17351073d7fc0b4be1e5e4ef3f84defb15444097098ef30eea (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:a5b58da4e2bc3961c7f56d37dfbd91059c96970fd880766ffbe0289496b2c7ec (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.31
Using bashbrew/cache:ecce34533ed0ace7a7fff329b2fea94f714ca692c38b1a59f6a1952022808775 (orientdb:2.2.31)
Tagging orientdb:2.2.31
Tagging orientdb:latest

$ test/run.sh orientdb:2.2.31
testing orientdb:2.2.31
	'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.31-spatial
Using bashbrew/cache:79f2b9fceef01861971b60d073932feaacf8a52594010178e9697100dac3fd21 (orientdb:2.2.31-spatial)
Tagging orientdb:2.2.31-spatial

$ test/run.sh orientdb:2.2.31-spatial
testing orientdb:2.2.31-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.0RC1
Building bashbrew/cache:b947c213212805aeda2be7b6ce6e6bf4d068ae0f41d59c24e9e3be61ebc32c5e (orientdb:3.0.0RC1)
Tagging orientdb:3.0.0RC1

$ test/run.sh orientdb:3.0.0RC1
testing orientdb:3.0.0RC1
	'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.0RC1-spatial
Building bashbrew/cache:c5aca4eaa41c666768336a2f20f00f82b79fba2df58b306e75f0d71ecd920e26 (orientdb:3.0.0RC1-spatial)
Tagging orientdb:3.0.0RC1-spatial

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

@tianon tianon merged commit e015428 into docker-library:master Dec 19, 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