From 4c5764431c1e631e91b9434142d66e3badd8100f Mon Sep 17 00:00:00 2001 From: Roberto Franchini Date: Thu, 2 Feb 2017 19:23:21 +0100 Subject: [PATCH 1/2] updates version of OrientDB to 2.2.16 --- 2.2/ppc64le/ubuntu/Dockerfile | 6 +++--- 2.2/x86_64/alpine/Dockerfile | 6 +++--- 2.2/x86_64/rhel/Dockerfile | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/2.2/ppc64le/ubuntu/Dockerfile b/2.2/ppc64le/ubuntu/Dockerfile index f55c8ea..2068aa4 100644 --- a/2.2/ppc64le/ubuntu/Dockerfile +++ b/2.2/ppc64le/ubuntu/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.15 -ENV ORIENTDB_DOWNLOAD_MD5 ef6fdd215f17ef5df756b85c9ea09755 -ENV ORIENTDB_DOWNLOAD_SHA1 80f26162d5f7545591d6c29ecf4845d314190060 +ENV ORIENTDB_VERSION 2.2.16 +ENV ORIENTDB_DOWNLOAD_MD5 dbfda032e428ff074a9ed0b40db06e74 +ENV ORIENTDB_DOWNLOAD_SHA1 0e0e0fea7060bfd3c36db194d7d5cab5b10cb949 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-community/$ORIENTDB_VERSION/orientdb-community-$ORIENTDB_VERSION.tar.gz diff --git a/2.2/x86_64/alpine/Dockerfile b/2.2/x86_64/alpine/Dockerfile index 8319ced..b77b00d 100644 --- a/2.2/x86_64/alpine/Dockerfile +++ b/2.2/x86_64/alpine/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.15 -ENV ORIENTDB_DOWNLOAD_MD5 ef6fdd215f17ef5df756b85c9ea09755 -ENV ORIENTDB_DOWNLOAD_SHA1 80f26162d5f7545591d6c29ecf4845d314190060 +ENV ORIENTDB_VERSION 2.2.16 +ENV ORIENTDB_DOWNLOAD_MD5 dbfda032e428ff074a9ed0b40db06e74 +ENV ORIENTDB_DOWNLOAD_SHA1 0e0e0fea7060bfd3c36db194d7d5cab5b10cb949 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-community/$ORIENTDB_VERSION/orientdb-community-$ORIENTDB_VERSION.tar.gz diff --git a/2.2/x86_64/rhel/Dockerfile b/2.2/x86_64/rhel/Dockerfile index 3e0af2b..81c9648 100644 --- a/2.2/x86_64/rhel/Dockerfile +++ b/2.2/x86_64/rhel/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.15 -ENV ORIENTDB_DOWNLOAD_MD5 ef6fdd215f17ef5df756b85c9ea09755 -ENV ORIENTDB_DOWNLOAD_SHA1 80f26162d5f7545591d6c29ecf4845d314190060 +ENV ORIENTDB_VERSION 2.2.16 +ENV ORIENTDB_DOWNLOAD_MD5 dbfda032e428ff074a9ed0b40db06e74 +ENV ORIENTDB_DOWNLOAD_SHA1 0e0e0fea7060bfd3c36db194d7d5cab5b10cb949 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-http://central.maven.org/maven2/com/orientechnologies}/orientdb-community/$ORIENTDB_VERSION/orientdb-community-$ORIENTDB_VERSION.tar.gz From 1b5a536adb5ac981821203b0daf3a1fa39446ee6 Mon Sep 17 00:00:00 2001 From: Roberto Franchini Date: Thu, 2 Feb 2017 19:23:54 +0100 Subject: [PATCH 2/2] updates version of OrientDB to 2.2.16 --- 2.2-spatial/x86_64/alpine/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2.2-spatial/x86_64/alpine/Dockerfile b/2.2-spatial/x86_64/alpine/Dockerfile index 4516635..189710f 100644 --- a/2.2-spatial/x86_64/alpine/Dockerfile +++ b/2.2-spatial/x86_64/alpine/Dockerfile @@ -2,10 +2,10 @@ # Dockerfile for OrientDB with spatial module and neo4j connector ############################################################ -FROM orientdb:2.2.15 +FROM orientdb:2.2.16 -ENV ORIENTDB_DOWNLOAD_SPATIAL_MD5 8cb548237b17bc180b08ba3a465cb9ef -ENV ORIENTDB_DOWNLOAD_SPATIAL_SHA1 a9e5b2ea6ebd082acb915674085b10cffcc5a8b4 +ENV ORIENTDB_DOWNLOAD_SPATIAL_MD5 41a5b88b6bcea73e6037732ed6977c39 +ENV ORIENTDB_DOWNLOAD_SPATIAL_SHA1 937ed8c4990bd1ac27534449a8517a3ac7999a80 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