You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/09/09 03:22:48 UTC

[james-project] branch master updated: JAMES-3647 Adopt eclipse-temurin:11-jre-focal docker image (#647)

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 01bd03d  JAMES-3647 Adopt eclipse-temurin:11-jre-focal docker image (#647)
01bd03d is described below

commit 01bd03d644358b7b4897632d6873437bcbc29d14
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Thu Sep 9 10:22:43 2021 +0700

    JAMES-3647 Adopt eclipse-temurin:11-jre-focal docker image (#647)
    
    DEPRECATION NOTICE of adoptopenjdk:
    
    This image is officially deprecated in favor of the eclipse-temurin image,
    and will receive no further updates after 2021-08-01 (Aug 01, 2021). Please
    adjust your usage accordingly.
---
 server/apps/cassandra-app/pom.xml   | 2 +-
 server/apps/distributed-app/pom.xml | 2 +-
 server/apps/jpa-app/pom.xml         | 2 +-
 server/apps/jpa-smtp-app/pom.xml    | 2 +-
 server/apps/memory-app/pom.xml      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/server/apps/cassandra-app/pom.xml b/server/apps/cassandra-app/pom.xml
index 6502dba..4f5f5a1 100644
--- a/server/apps/cassandra-app/pom.xml
+++ b/server/apps/cassandra-app/pom.xml
@@ -348,7 +348,7 @@
                 <artifactId>jib-maven-plugin</artifactId>
                 <configuration>
                     <from>
-                        <image>adoptopenjdk:11-jdk-hotspot</image>
+                        <image>eclipse-temurin:11-jre-focal</image>
                     </from>
                     <to>
                         <image>apache/james</image>
diff --git a/server/apps/distributed-app/pom.xml b/server/apps/distributed-app/pom.xml
index 7aa77b6..91bdbd4 100644
--- a/server/apps/distributed-app/pom.xml
+++ b/server/apps/distributed-app/pom.xml
@@ -396,7 +396,7 @@
                 <artifactId>jib-maven-plugin</artifactId>
                 <configuration>
                     <from>
-                        <image>adoptopenjdk:11-jdk-hotspot</image>
+                        <image>eclipse-temurin:11-jre-focal</image>
                     </from>
                     <to>
                         <image>apache/james</image>
diff --git a/server/apps/jpa-app/pom.xml b/server/apps/jpa-app/pom.xml
index bd420a8..356ecb8 100644
--- a/server/apps/jpa-app/pom.xml
+++ b/server/apps/jpa-app/pom.xml
@@ -280,7 +280,7 @@
                 <artifactId>jib-maven-plugin</artifactId>
                 <configuration>
                     <from>
-                        <image>adoptopenjdk:11-jdk-hotspot</image>
+                        <image>eclipse-temurin:11-jre-focal</image>
                     </from>
                     <to>
                         <image>apache/james</image>
diff --git a/server/apps/jpa-smtp-app/pom.xml b/server/apps/jpa-smtp-app/pom.xml
index b9db5a0..1543a8b 100644
--- a/server/apps/jpa-smtp-app/pom.xml
+++ b/server/apps/jpa-smtp-app/pom.xml
@@ -243,7 +243,7 @@
                 <artifactId>jib-maven-plugin</artifactId>
                 <configuration>
                     <from>
-                        <image>adoptopenjdk:11-jdk-hotspot</image>
+                        <image>eclipse-temurin:11-jre-focal</image>
                     </from>
                     <to>
                         <image>apache/james</image>
diff --git a/server/apps/memory-app/pom.xml b/server/apps/memory-app/pom.xml
index 447f135..321db9b 100644
--- a/server/apps/memory-app/pom.xml
+++ b/server/apps/memory-app/pom.xml
@@ -271,7 +271,7 @@
                 <artifactId>jib-maven-plugin</artifactId>
                 <configuration>
                     <from>
-                        <image>adoptopenjdk:11-jdk-hotspot</image>
+                        <image>eclipse-temurin:11-jre-focal</image>
                     </from>
                     <to>
                         <image>apache/james</image>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org