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

Apache Solr - Apache Solr release 9.8.1 #18614

Merged

Conversation

docker-solr-builder
Copy link

Apache Solr:

Apache Solr release 9.8.1

See apache/solr-docker@fd6589c for the triggering commit.

Relevant Maintainers: @HoustonPutman @janhoy @dsmiley @madrob

This is an automated PR based on a change made in the https://github.com/apache/solr-docker repository's main branch.

@docker-solr-builder docker-solr-builder requested a review from a team as a code owner March 11, 2025 21:11
Copy link

Diff for 1f5de6c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8606581..51d7b57 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -22,12 +22,12 @@ Architectures: amd64, arm64v8, ppc64le, s390x
 GitCommit: cabde2a16c99aa974e1882df2c55ca17eab0bd17
 Directory: 9.7-slim
 
-Tags: 9.8.0, 9.8, 9, latest
+Tags: 9.8.1, 9.8, 9, latest
 Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: cd80b30b59886a4b71de8583e9990b8a31073e99
+GitCommit: fd6589c6455c184356b93880265f17c645840405
 Directory: 9.8
 
-Tags: 9.8.0-slim, 9.8-slim, 9-slim, slim
+Tags: 9.8.1-slim, 9.8-slim, 9-slim, slim
 Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: cd80b30b59886a4b71de8583e9990b8a31073e99
+GitCommit: fd6589c6455c184356b93880265f17c645840405
 Directory: 9.8-slim
diff --git a/_bashbrew-list b/_bashbrew-list
index 2b069e4..b0a1168 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -12,7 +12,7 @@ solr:9.7.0
 solr:9.7.0-slim
 solr:9.8
 solr:9.8-slim
-solr:9.8.0
-solr:9.8.0-slim
+solr:9.8.1
+solr:9.8.1-slim
 solr:latest
 solr:slim
diff --git a/solr_latest/Dockerfile b/solr_latest/Dockerfile
index a857902..3484ec1 100644
--- a/solr_latest/Dockerfile
+++ b/solr_latest/Dockerfile
@@ -16,11 +16,11 @@
 
 FROM eclipse-temurin:17-jre-jammy
 
-ARG SOLR_VERSION="9.8.0"
+ARG SOLR_VERSION="9.8.1"
 # empty for the full distribution, "-slim" for the slim distribution
 ARG SOLR_DIST=""
-ARG SOLR_SHA512="e5db4fe32b5df45671c679d3ec5653bd5a969f43e28dad7e5f1b7633837c059250b610db7d593c13f674bf0edbaf4fe11ecb94c24fef6a22de952c6f2781800c"
-ARG SOLR_KEYS="EDF961FF03E647F9CA8A9C2C758051CCA3A13A7F"
+ARG SOLR_SHA512="08888ea626b9fa617438b97f9f8d552acfbd087fc9fd248e7495627716decca5e2e8d55bedf0e1f2484c838295c2abd68debb002d1ae36965eb99753320459f4"
+ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"
 
 # Override the default solr download location with a preferred mirror, e.g.:
 #   docker build -t mine --build-arg SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .
diff --git a/solr_slim/Dockerfile b/solr_slim/Dockerfile
index 245eb64..145b888 100644
--- a/solr_slim/Dockerfile
+++ b/solr_slim/Dockerfile
@@ -16,11 +16,11 @@
 
 FROM eclipse-temurin:17-jre-jammy
 
-ARG SOLR_VERSION="9.8.0"
+ARG SOLR_VERSION="9.8.1"
 # empty for the full distribution, "-slim" for the slim distribution
 ARG SOLR_DIST="-slim"
-ARG SOLR_SHA512="ba30ce2933fee3a7e13fb71d24c78860e45d11b36197eac95c7b8aa1faa1cfbf4d1bbf32e6d43c9a660f92e33c1e063db9b12fa5bbd3b023e01bb3f1d793f299"
-ARG SOLR_KEYS="EDF961FF03E647F9CA8A9C2C758051CCA3A13A7F"
+ARG SOLR_SHA512="e760696cad89ba5c1858eeb3d7e8a873206dadcb961580ae3c79375de819d164d71ac896e90810ead19953b6b0589d31dfe8a765c8e197114956ad1b4de7559a"
+ARG SOLR_KEYS="50E3EE1C91C7E0CB4DFB007B369424FC98F3F6EC"
 
 # Override the default solr download location with a preferred mirror, e.g.:
 #   docker build -t mine --build-arg SOLR_DOWNLOAD_SERVER=https://downloads.apache.org/solr/solr .

Relevant Maintainers:

@yosifkit yosifkit merged commit 5085dbd into docker-library:master Mar 11, 2025
11 checks passed
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