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
commit f43d9bc6d232076102a3186e4743129fa2dec8a9 Author: Benoit TELLIER <btell...@linagora.com> AuthorDate: Wed Jan 29 14:40:41 2025 +0100 [3.8.2] Docs changes --- docs/modules/servers/pages/distributed/run/k8s-values.adoc | 2 +- docs/modules/servers/pages/distributed/run/run-docker.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/servers/pages/distributed/run/k8s-values.adoc b/docs/modules/servers/pages/distributed/run/k8s-values.adoc index f36b2bd3cf..37b08258a0 100644 --- a/docs/modules/servers/pages/distributed/run/k8s-values.adoc +++ b/docs/modules/servers/pages/distributed/run/k8s-values.adoc @@ -31,7 +31,7 @@ JMAP instance in the cluster |replicaImapSmtpInstanceCount |1 |The number of pods we deploy for James IMAP/SMTP instance in the cluster -|image |apache/james:distributed-3.8.1 |The James image used for +|image |apache/james:distributed-3.8.2 |The James image used for deployment (Cassandra - RabbitMQ - LDAP distributed James flavor) |=== diff --git a/docs/modules/servers/pages/distributed/run/run-docker.adoc b/docs/modules/servers/pages/distributed/run/run-docker.adoc index 0df3172f5e..6f158d392e 100644 --- a/docs/modules/servers/pages/distributed/run/run-docker.adoc +++ b/docs/modules/servers/pages/distributed/run/run-docker.adoc @@ -44,7 +44,7 @@ Then load the distributed server docker image: Alternatively we provide convenience distribution for the latest release: - docker pull apache/james:distributed-3.8.1 + docker pull apache/james:distributed-3.8.2 === Running Firstly, create your own user network on Docker for the James environment: @@ -76,7 +76,7 @@ You can find more explanation on the need of Tika in this xref:distributed/confi To run this container : $ docker run --network james --hostname HOSTNAME -p "25:25" -p 80:80 -p "110:110" -p "143:143" -p "465:465" -p "587:587" -p "993:993" -p "127.0.0.1:8000:8000" --name james_run - -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.8.1 --generate-keystore + -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.8.2 --generate-keystore Where : --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org