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 3.1.20 Release #13136

Closed
wants to merge 1 commit into from
Closed

OrientDB 3.1.20 Release #13136

wants to merge 1 commit into from

Conversation

tglman
Copy link
Contributor

@tglman tglman commented Sep 13, 2022

No description provided.

@github-actions
Copy link

Diff for 7a7030c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9635dcc..64d39fd 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -30,15 +30,15 @@ GitRepo: https://github.com/orientechnologies/orientdb-docker.git
 GitCommit: f416bece180aad027f88b9aa758b6f0aea235c0e
 Directory: release/3.0.x/3.0.44-tp3
 
-Tags: 3.1.19, 3.1
+Tags: 3.1.20, 3.1
 GitRepo: https://github.com/orientechnologies/orientdb-docker.git
-GitCommit: 44ab741577095a14ce655f37fa5af62a3fdedd55
-Directory: release/3.1.x/3.1.19
+GitCommit: f02f6a33bea3f09101be85ce5f7a486c42edf44f
+Directory: release/3.1.x/3.1.20
 
-Tags: 3.1.19-tp3, 3.1-tp3
+Tags: 3.1.20-tp3, 3.1-tp3
 GitRepo: https://github.com/orientechnologies/orientdb-docker.git
-GitCommit: 44ab741577095a14ce655f37fa5af62a3fdedd55
-Directory: release/3.1.x/3.1.19-tp3
+GitCommit: f02f6a33bea3f09101be85ce5f7a486c42edf44f
+Directory: release/3.1.x/3.1.20-tp3
 
 Tags: 3.2.9, 3.2, latest
 GitRepo: https://github.com/orientechnologies/orientdb-docker.git
diff --git a/_bashbrew-list b/_bashbrew-list
index 736ba92..e67185d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -11,8 +11,8 @@ orientdb:3.0.44
 orientdb:3.0.44-tp3
 orientdb:3.1
 orientdb:3.1-tp3
-orientdb:3.1.19
-orientdb:3.1.19-tp3
+orientdb:3.1.20
+orientdb:3.1.20-tp3
 orientdb:3.2
 orientdb:3.2-tp3
 orientdb:3.2.9
diff --git a/orientdb_3.1-tp3/Dockerfile b/orientdb_3.1-tp3/Dockerfile
index 147d17d..79c2ebc 100644
--- a/orientdb_3.1-tp3/Dockerfile
+++ b/orientdb_3.1-tp3/Dockerfile
@@ -2,7 +2,7 @@
 # Dockerfile to run an OrientDB (Graph) Container
 ############################################################
 
-FROM openjdk:8-jdk-slim
+FROM eclipse-temurin:8-jdk
 
 MAINTAINER OrientDB LTD ([email protected])
 
@@ -10,9 +10,9 @@ MAINTAINER OrientDB LTD ([email protected])
 #   docker build -t mine --build-arg ORIENTDB_DOWNLOAD_SERVER=https://repo1.maven.org/maven2/com/orientechnologies/ .
 ARG ORIENTDB_DOWNLOAD_SERVER
 
-ENV ORIENTDB_VERSION 3.1.19
-ENV ORIENTDB_DOWNLOAD_MD5 442840aa41efa5d165319f8454176307 
-ENV ORIENTDB_DOWNLOAD_SHA1 379bec1311401be90b93f01817d9cb9d329c7b6c 
+ENV ORIENTDB_VERSION 3.1.20
+ENV ORIENTDB_DOWNLOAD_MD5 59a038b1b313052f9b39d369667ae713
+ENV ORIENTDB_DOWNLOAD_SHA1 9f2d7a9299744862caf60894222ae156c065b174
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-https://repo1.maven.org/maven2/com/orientechnologies}/orientdb-tp3/$ORIENTDB_VERSION/orientdb-tp3-$ORIENTDB_VERSION.tar.gz
 
diff --git a/orientdb_3.1/Dockerfile b/orientdb_3.1/Dockerfile
index d42bb07..8707831 100644
--- a/orientdb_3.1/Dockerfile
+++ b/orientdb_3.1/Dockerfile
@@ -2,7 +2,7 @@
 # Dockerfile to run an OrientDB (Graph) Container
 ############################################################
 
-FROM openjdk:8-jdk-slim
+FROM eclipse-temurin:8-jdk
 
 MAINTAINER OrientDB LTD ([email protected])
 
@@ -10,9 +10,9 @@ MAINTAINER OrientDB LTD ([email protected])
 #   docker build -t mine --build-arg ORIENTDB_DOWNLOAD_SERVER=https://repo1.maven.org/maven2/com/orientechnologies/ .
 ARG ORIENTDB_DOWNLOAD_SERVER
 
-ENV ORIENTDB_VERSION 3.1.19
-ENV ORIENTDB_DOWNLOAD_MD5 7bc6ff983b855b4c33735fd1128d07fd 
-ENV ORIENTDB_DOWNLOAD_SHA1 ba59980bfe465d434f3a86646529cbe801b64f35
+ENV ORIENTDB_VERSION 3.1.20
+ENV ORIENTDB_DOWNLOAD_MD5 751c6a02fe142c6c2dbfca56e73ec315
+ENV ORIENTDB_DOWNLOAD_SHA1 1be782682b0dbf97fc90f8623b7b65ec32283a14
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-https://repo1.maven.org/maven2/com/orientechnologies}/orientdb-community/$ORIENTDB_VERSION/orientdb-community-$ORIENTDB_VERSION.tar.gz

Relevant Maintainers:

@tianon
Copy link
Member

tianon commented Sep 13, 2022

That CI failure is unfortunately the downstream effect of docker-library/docs#2162 (comment) -- openjdk:8* and openjdk:11* are no longer maintained/supported.

These older versions should either be updated to a supported distribution or removed (depending on whether they're still actively supported versions of OrientDB, would be my suggestion). As a reminder:

Removing tags here will remove them from the "Supported" section on the Hub readme (and will prevent us from spending cycles rebuilding them on the official build servers), but the tags will still be available to users who want them. (See https://github.com/docker-library/official-images#library-definition-files for more detail on this.)

@tglman tglman closed this Sep 15, 2022
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.

2 participants