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 a931b4fd462370b7e04988291b86427eb057919e Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jun 23 11:49:29 2021 +0700 JAMES-3603 Antora: Fix release guide --- docs/modules/community/pages/release.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/community/pages/release.adoc b/docs/modules/community/pages/release.adoc index 21b3eec..c66ba2f 100644 --- a/docs/modules/community/pages/release.adoc +++ b/docs/modules/community/pages/release.adoc @@ -213,11 +213,11 @@ to offer their community with a set of maintained docker images, for convenience Docker images includes: -- apache/james:memory-3.x.x built from https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/memory -- apache/james:jpa-3.x.x built from https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/jpa -- apache/james:demo-3.x.x built from https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/provisioned -- apache/james:cassandra-3.x.x build from https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra -- apache/james:distributed-3.x.x built from https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq +- apache/james:memory-3.x.x built from https://github.com/apache/james-project/tree/master/server/apps/memory-app +- apache/james:jpa-3.x.x built from https://github.com/apache/james-project/tree/master/server/apps/jpa-app +- apache/james:demo-3.x.x built from https://github.com/apache/james-project/tree/master/server/apps/provisioned-app +- apache/james:cassandra-3.x.x build from https://github.com/apache/james-project/tree/master/server/apps/cassandra-app +- apache/james:distributed-3.x.x built from https://github.com/apache/james-project/tree/master/dockerfiles/server/apps/distributed-app As a committer contact the INFRA and hand them your docker-hub account to get the permission. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
