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 versions update #2349

Merged
merged 1 commit into from
Nov 15, 2016
Merged

OrientDB versions update #2349

merged 1 commit into from
Nov 15, 2016

Conversation

robfrank
Copy link
Contributor

  • 2.1 to 2.1.25
  • 2.2 to 2.2.13

- 2.1 to 2.1.15
- 2.2 to 2.2.13
@tianon
Copy link
Member

tianon commented Nov 15, 2016

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

 MAINTAINER OrientDB LTD (info@orientdb.com)

-ENV ORIENTDB_VERSION 2.1.23
-ENV ORIENTDB_DOWNLOAD_MD5 fb4eb924f411116b79f0c8653bbee126
-ENV ORIENTDB_DOWNLOAD_SHA1 bc1123445b7dfc52f3f54cb05bb8b805de696c76
+ENV ORIENTDB_VERSION 2.1.25
+ENV ORIENTDB_DOWNLOAD_MD5 054da3fb7c56e7822b2af116966576ce
+ENV ORIENTDB_DOWNLOAD_SHA1 b7b08242b40117ac8eb9a201f8704bde839dfcb8

 RUN apk add --update tar \
     && rm -rf /var/cache/apk/*
diff --git a/orientdb_latest/Dockerfile b/orientdb_latest/Dockerfile
index 7035383..3da5d24 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.12
-ENV ORIENTDB_DOWNLOAD_MD5 baa2817c9ccb2e4d16501e012a6ec6a7
-ENV ORIENTDB_DOWNLOAD_SHA1 557b8228f6dcf9f88c0b28ce1f31826dd2f70f84
+ENV ORIENTDB_VERSION 2.2.13
+ENV ORIENTDB_DOWNLOAD_MD5 030bbf826830d3e8533ff7db332f2ad7
+ENV ORIENTDB_DOWNLOAD_SHA1 ab8f759067a8787c6013d3f15b37f82c3d96784e

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

LGTM

Build test of #2349; 6474930 (orientdb):

$ bashbrew build orientdb:2.0.18
warning: insecure protocol git:// detected: git://github.com/orientechnologies/orientdb-docker
Building bashbrew/cache:d6f4fbfef1c08bc5fffad7a5a829cfe7b8156599bcc0710cb99086a49222f911 (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
Building bashbrew/cache:3e0a1ea63b31a6322e440af3e7c3a557a1213aee307f38fd9d44098999faaf8f (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.13
Building bashbrew/cache:5cccd64859588f1b07df0542048146b38444e36ff6a03b64b84ae760ec750ad2 (orientdb:2.2.13)
Tagging orientdb:2.2.13
Tagging orientdb:latest

$ test/run.sh orientdb:2.2.13
testing orientdb:2.2.13
    '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 0ca457d into docker-library:master Nov 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