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.7 #4829

Merged
merged 1 commit into from
Sep 10, 2018
Merged

Conversation

luigidellaquila
Copy link
Contributor

No description provided.

@odidev
Copy link
Contributor

odidev commented Sep 10, 2018

Hi @luigidellaquila
Can you release a TAG for arm64v8 as well?

This will add official support for arm64v8 which is already supported by orientdb.

@tianon
Copy link
Member

tianon commented Sep 10, 2018

Diff:
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 227a0c9..238b8b6 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -2,5 +2,5 @@ orientdb:2.0.18 @ amd64
 orientdb:2.1.25 @ amd64
 orientdb:2.2.36 @ amd64
 orientdb:2.2.36-spatial @ amd64
-orientdb:3.0.6-tp3 @ amd64
+orientdb:3.0.7-tp3 @ amd64
 orientdb:latest @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 2dac33b..7e1ac17 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,6 +2,6 @@ orientdb:2.0.18
 orientdb:2.1.25
 orientdb:2.2.36
 orientdb:2.2.36-spatial
-orientdb:3.0.6
-orientdb:3.0.6-tp3
+orientdb:3.0.7
+orientdb:3.0.7-tp3
 orientdb:latest
diff --git a/orientdb_3.0.6-tp3/Dockerfile b/orientdb_3.0.7-tp3/Dockerfile
similarity index 91%
rename from orientdb_3.0.6-tp3/Dockerfile
rename to orientdb_3.0.7-tp3/Dockerfile
index ebf72db..c1e99e2 100644
--- a/orientdb_3.0.6-tp3/Dockerfile
+++ b/orientdb_3.0.7-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.6
-ENV ORIENTDB_DOWNLOAD_MD5 1ea59a1ceb83bc64e2f1e9c06f2d87a9
-ENV ORIENTDB_DOWNLOAD_SHA1 349b8480c57473fdf41a12de8fb96e4473c4283b
+ENV ORIENTDB_VERSION 3.0.7
+ENV ORIENTDB_DOWNLOAD_MD5 c9efdf4dc471aeeb2b1fb792e8ce07fe
+ENV ORIENTDB_DOWNLOAD_SHA1 6c6ff20dd8d981dc599e0f060e3731c014bb5dd1
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-tp3/$ORIENTDB_VERSION/orientdb-tp3-$ORIENTDB_VERSION.tar.gz
 
diff --git a/orientdb_3.0.6-tp3/gremlin-server.yaml b/orientdb_3.0.7-tp3/gremlin-server.yaml
similarity index 100%
rename from orientdb_3.0.6-tp3/gremlin-server.yaml
rename to orientdb_3.0.7-tp3/gremlin-server.yaml
diff --git a/orientdb_latest/Dockerfile b/orientdb_latest/Dockerfile
index 35e05f1..9d86a87 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.6
-ENV ORIENTDB_DOWNLOAD_MD5 90d88e4d3e3932c1a99ba7155ec52b09
-ENV ORIENTDB_DOWNLOAD_SHA1 7b0b6a07638b93cbaf53c7dafb2a9e6c451dc135
+ENV ORIENTDB_VERSION 3.0.7
+ENV ORIENTDB_DOWNLOAD_MD5 abb35446395d652f0c0c9084b5d80550
+ENV ORIENTDB_DOWNLOAD_SHA1 1fe8b333662495024ceabc712afac5e7a412f98a
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-community/$ORIENTDB_VERSION/orientdb-community-$ORIENTDB_VERSION.tar.gz
 

@tianon
Copy link
Member

tianon commented Sep 10, 2018

LGTM

Build test of #4829; 84886b9; amd64 (orientdb):
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker

$ bashbrew build orientdb:2.0.18
Using bashbrew/cache:331b9bb7ebea874b05d393a16d26f1b847dd0a5ec6dbe3756abeed6120baec73 (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:073e7b5172d13abebb9470d00991c5ef5f4fd1cfb053318cb48a9744dadf415d (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.36
Using bashbrew/cache:bbb676151e2e0e5ca4b469a7912701c11e448e9396a629afb2be8f715ffe0cc8 (orientdb:2.2.36)
Tagging orientdb:2.2.36

$ test/run.sh orientdb:2.2.36
testing orientdb:2.2.36
	'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.36-spatial
Using bashbrew/cache:329e44c69b1e901c4457d116ac9948a08d0c3c1e5ac06e71ba693d340dcc87a1 (orientdb:2.2.36-spatial)
Tagging orientdb:2.2.36-spatial

$ test/run.sh orientdb:2.2.36-spatial
testing orientdb:2.2.36-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.7
Building bashbrew/cache:6054d7101b7af2d2b0333d149fa527ad57cdc1e98d2415e178ad9fea480ff4c7 (orientdb:3.0.7)
Tagging orientdb:3.0.7
Tagging orientdb:latest

$ test/run.sh orientdb:3.0.7
testing orientdb:3.0.7
	'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.7-tp3
Building bashbrew/cache:683c839ebec1e3c6c21566ea9f710f590c31995e5d8969121ca85bb6120fe207 (orientdb:3.0.7-tp3)
Tagging orientdb:3.0.7-tp3

$ test/run.sh orientdb:3.0.7-tp3
testing orientdb:3.0.7-tp3
	'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 6221cfe into docker-library:master Sep 10, 2018
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.

4 participants