You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/10/20 15:51:34 UTC

[solr-docker] branch main updated: Replace openjdk:11-jre with eclipse-temurin:11-jre (#12)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new 82b1dff  Replace openjdk:11-jre with eclipse-temurin:11-jre (#12)
82b1dff is described below

commit 82b1dff1bcb80a70ec0d1d5b829c9291f4c51581
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu Oct 20 17:51:29 2022 +0200

    Replace openjdk:11-jre with eclipse-temurin:11-jre (#12)
---
 8.11-slim/Dockerfile | 4 ++--
 8.11/Dockerfile      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/8.11-slim/Dockerfile b/8.11-slim/Dockerfile
index 2e22845..f4d9b9a 100644
--- a/8.11-slim/Dockerfile
+++ b/8.11-slim/Dockerfile
@@ -1,5 +1,5 @@
-
-FROM openjdk:11-jre-slim
+# Patched 2022-10-20 to change from openjdk:11-jre-slim to eclipse-temurin:11-jre
+FROM eclipse-temurin:11-jre
 
 LABEL maintainer="The Apache Lucene/Solr Project"
 LABEL repository="https://github.com/docker-solr/docker-solr"
diff --git a/8.11/Dockerfile b/8.11/Dockerfile
index a2e328c..ce66c2d 100644
--- a/8.11/Dockerfile
+++ b/8.11/Dockerfile
@@ -1,5 +1,5 @@
-
-FROM openjdk:11-jre
+# Patched 2022-10-20 to change from openjdk:11-jre to eclipse-temurin:11-jre
+FROM eclipse-temurin:11-jre
 
 LABEL maintainer="The Apache Lucene/Solr Project"
 LABEL repository="https://github.com/docker-solr/docker-solr"