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 Release 3.2.9 #13001

Merged
merged 1 commit into from
Aug 22, 2022
Merged

OrientDB Release 3.2.9 #13001

merged 1 commit into from
Aug 22, 2022

Conversation

tglman
Copy link
Contributor

@tglman tglman commented Aug 22, 2022

Hi,

This is a PR that correct this wrong one: #12988

@github-actions
Copy link

Diff for 9ab9bef:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ad98ed9..9635dcc 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -40,12 +40,12 @@ GitRepo: https://github.com/orientechnologies/orientdb-docker.git
 GitCommit: 44ab741577095a14ce655f37fa5af62a3fdedd55
 Directory: release/3.1.x/3.1.19-tp3
 
-Tags: 3.2.8, 3.2, latest
+Tags: 3.2.9, 3.2, latest
 GitRepo: https://github.com/orientechnologies/orientdb-docker.git
-GitCommit: 2a6d7905c5f77d150c724bd9b3880d8f2728a937
-Directory: release/3.2.x/3.2.8
+GitCommit: d95d46e21052dbaa36c7c8cd63abde0e6826749d
+Directory: release/3.2.x/3.2.9
 
-Tags: 3.2.8-tp3, 3.2-tp3
+Tags: 3.2.9-tp3, 3.2-tp3
 GitRepo: https://github.com/orientechnologies/orientdb-docker.git
-GitCommit: 2a6d7905c5f77d150c724bd9b3880d8f2728a937
-Directory: release/3.2.x/3.2.8-tp3
+GitCommit: d95d46e21052dbaa36c7c8cd63abde0e6826749d
+Directory: release/3.2.x/3.2.9-tp3
diff --git a/_bashbrew-list b/_bashbrew-list
index 01db8d4..736ba92 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -15,6 +15,6 @@ orientdb:3.1.19
 orientdb:3.1.19-tp3
 orientdb:3.2
 orientdb:3.2-tp3
-orientdb:3.2.8
-orientdb:3.2.8-tp3
+orientdb:3.2.9
+orientdb:3.2.9-tp3
 orientdb:latest
diff --git a/orientdb_3.2-tp3/Dockerfile b/orientdb_3.2-tp3/Dockerfile
index 8f734d9..cfbd125 100644
--- a/orientdb_3.2-tp3/Dockerfile
+++ b/orientdb_3.2-tp3/Dockerfile
@@ -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.2.8
-ENV ORIENTDB_DOWNLOAD_MD5 0959836e3f0a33109a7e77eedb829ea0
-ENV ORIENTDB_DOWNLOAD_SHA1 ee51b2f717bea2b34b2242e66ed3ea20602482e4
+ENV ORIENTDB_VERSION 3.2.9
+ENV ORIENTDB_DOWNLOAD_MD5 9527f5c4f61f465fc65b19b2e3c1417e 
+ENV ORIENTDB_DOWNLOAD_SHA1 71fd49bcc488aa98f6f74ec4a13e7435e110dca2 
 
 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_latest/Dockerfile b/orientdb_latest/Dockerfile
index 032db0a..f1336c7 100644
--- a/orientdb_latest/Dockerfile
+++ b/orientdb_latest/Dockerfile
@@ -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.2.8
-ENV ORIENTDB_DOWNLOAD_MD5 42def2b96e5c4c9618baa3b4c001f502 
-ENV ORIENTDB_DOWNLOAD_SHA1 0a402f53e910f74af83d25a17e5b968ee92dae46
+ENV ORIENTDB_VERSION 3.2.9
+ENV ORIENTDB_DOWNLOAD_MD5 35d181fd4d44c8eede9874b4ebbd1d04
+ENV ORIENTDB_DOWNLOAD_SHA1 12f1c35acd924d99511089c232f0aaad92b6e8db
 
 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 Aug 22, 2022

This is OK for now, but the CI failure is a reminder of docker-library/docs#2162 (comment) -- for future PRs, you'll want/need to look into the alternatives to FROM openjdk. 😬 ❤️

@tianon tianon merged commit 9f764d2 into docker-library:master Aug 22, 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