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 55f8a9a JAMES-3647 Adopt eclipse-temurin:11-jre-focal docker image
(#652)
55f8a9a is described below
commit 55f8a9a4919cd58b31a4df5638ee8e4fb3655b4d
Author: vttran <[email protected]>
AuthorDate: Mon Sep 13 08:20:09 2021 +0700
JAMES-3647 Adopt eclipse-temurin:11-jre-focal docker image (#652)
---
examples/custom-james-assembly/pom.xml | 2 +-
server/mailet/mock-smtp-server/pom.xml | 2 +-
src/site/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/examples/custom-james-assembly/pom.xml
b/examples/custom-james-assembly/pom.xml
index 7e1059c..73a41b0 100644
--- a/examples/custom-james-assembly/pom.xml
+++ b/examples/custom-james-assembly/pom.xml
@@ -54,7 +54,7 @@
<version>2.7.1</version>
<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/mailet/mock-smtp-server/pom.xml
b/server/mailet/mock-smtp-server/pom.xml
index 58c725f..102be42 100644
--- a/server/mailet/mock-smtp-server/pom.xml
+++ b/server/mailet/mock-smtp-server/pom.xml
@@ -124,7 +124,7 @@
<version>2.7.0</version>
<configuration>
<from>
- <image>adoptopenjdk:11-jre-hotspot</image>
+ <image>eclipse-temurin:11-jre-focal</image>
</from>
<to>
<image>linagora/mock-smtp-server</image>
diff --git a/src/site/Dockerfile b/src/site/Dockerfile
index f1e972d..f1e8cf0 100644
--- a/src/site/Dockerfile
+++ b/src/site/Dockerfile
@@ -2,7 +2,7 @@
#
# VERSION 1.0
-FROM adoptopenjdk:11-jdk-hotspot
+FROM eclipse-temurin:11-jdk-focal
# Install git
RUN apt-get update
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]