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 9a36d9b3ee8cc98e2ab8c870d13676601932d619 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jan 26 11:30:08 2022 +0700 [RELEASE] Docker-compose images should match the one being built --- server/apps/cassandra-app/docker-compose.yml | 2 +- server/apps/distributed-app/docker-compose.yml | 2 +- server/apps/distributed-pop3-app/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/apps/cassandra-app/docker-compose.yml b/server/apps/cassandra-app/docker-compose.yml index 618cc41..493d05e 100644 --- a/server/apps/cassandra-app/docker-compose.yml +++ b/server/apps/cassandra-app/docker-compose.yml @@ -8,7 +8,7 @@ services: - cassandra - tika entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar" - image: apache/james:cassandra-3.6.1 + image: apache/james:cassandra-latest container_name: james hostname: james.local ports: diff --git a/server/apps/distributed-app/docker-compose.yml b/server/apps/distributed-app/docker-compose.yml index 2af67ad..b206e5e 100644 --- a/server/apps/distributed-app/docker-compose.yml +++ b/server/apps/distributed-app/docker-compose.yml @@ -10,7 +10,7 @@ services: - rabbitmq - s3 entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar" - image: apache/james:distributed-3.6.1 + image: apache/james:distributed-latest container_name: james hostname: james.local ports: diff --git a/server/apps/distributed-pop3-app/docker-compose.yml b/server/apps/distributed-pop3-app/docker-compose.yml index aeb5045..6127f46 100644 --- a/server/apps/distributed-pop3-app/docker-compose.yml +++ b/server/apps/distributed-pop3-app/docker-compose.yml @@ -10,7 +10,7 @@ services: - rabbitmq - s3 entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar" - image: apache/james:distributed-pop3-3.6.1 + image: apache/james:distributed-pop3-latest container_name: james hostname: james.local ports: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
