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 updates for 2.1.x and 2.2.x #2054

Merged
merged 1 commit into from
Aug 15, 2016
Merged

OrientDB updates for 2.1.x and 2.2.x #2054

merged 1 commit into from
Aug 15, 2016

Conversation

robfrank
Copy link
Contributor

2.1.x --> 2.1.21
2.2.x --> 2.2.7

2.1.x --> 2.1.21
2.2.x --> 2.2.7
@tianon
Copy link
Member

tianon commented Aug 15, 2016

warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker
diff --git a/orientdb_2.1.19/Dockerfile b/orientdb_2.1.21/Dockerfile
similarity index 88%
rename from orientdb_2.1.19/Dockerfile
rename to orientdb_2.1.21/Dockerfile
index e57374f..9800645 100644
--- a/orientdb_2.1.19/Dockerfile
+++ b/orientdb_2.1.21/Dockerfile
@@ -6,9 +6,9 @@ FROM java:openjdk-8-jdk-alpine

 MAINTAINER OrientDB LTD (info@orientdb.com)

-ENV ORIENTDB_VERSION 2.1.19
-ENV ORIENTDB_DOWNLOAD_MD5 11942093675c32b9341658bd56f191f0
-ENV ORIENTDB_DOWNLOAD_SHA1 289b5d0950254e90531e65a3f4ef530bb4193f32
+ENV ORIENTDB_VERSION 2.1.21
+ENV ORIENTDB_DOWNLOAD_MD5 88a69d6a624f24359ba97d30768b42f8
+ENV ORIENTDB_DOWNLOAD_SHA1 547a550e37cb92e533855d9a65d998fa028701ca

 RUN apk add --update tar \
     && rm -rf /var/cache/apk/*
diff --git a/orientdb_latest/Dockerfile b/orientdb_latest/Dockerfile
index 5366386..6e9c4c7 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.6
-ENV ORIENTDB_DOWNLOAD_MD5 01e4ff2c2e753e5197a6b78848ea5b34
-ENV ORIENTDB_DOWNLOAD_SHA1 2d945bab96256c8f2128a855fa9f724be62be166
+ENV ORIENTDB_VERSION 2.2.7
+ENV ORIENTDB_DOWNLOAD_MD5 21e22f77a8ae72ab3c158afff7ec561d
+ENV ORIENTDB_DOWNLOAD_SHA1 d6f9b300f60cb07a494388fc9bc99d05405d1bee

 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 Aug 15, 2016

LGTM

Build test of #2054; e5e49c3 (orientdb):

$ bashbrew build orientdb:2.0.18
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker
Building bashbrew/cache:0b0a4c4f81d25129f0f5486edd1633af6a2d45e7edfbaa908e584dd902793d1d (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.21
Building bashbrew/cache:91f361516ea2ca5b8405770bbb13ed44a08991fa789c685b0b00c43c320a7554 (orientdb:2.1.21)
Tagging orientdb:2.1.21

$ test/run.sh orientdb:2.1.21
testing orientdb:2.1.21
    '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.7
Building bashbrew/cache:0379955257091af7602bf0c497e59ef9bcbcbddaa5d9201615c538500c79ff70 (orientdb:2.2.7)
Tagging orientdb:2.2.7
Tagging orientdb:latest

$ test/run.sh orientdb:2.2.7
testing orientdb:2.2.7
    '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 2403c49 into docker-library:master Aug 15, 2016
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