You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/02/04 06:48:03 UTC

[james-project] 01/03: JAMES-2720 Fix linagora/linshare-ldap-for-tests docker image tag to 1.0.0

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

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

commit c6d259e7c846387ace4c5ad9780f501fb86151d9
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Tue Feb 4 10:01:45 2020 +0700

    JAMES-2720 Fix linagora/linshare-ldap-for-tests docker image tag to 1.0.0
    
    We should not rely on 2 digits tag versions but 3 if possible.
    Recently a new version, 1.0.1, was introduced for this image, upgrading then as well
    the 1.0 tag, introducing errors in our test suite. 1.0.0 is the one that has been
    initially tested and approved.
---
 .../linshare/src/test/java/org/apache/james/linshare/Linshare.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/third-party/linshare/src/test/java/org/apache/james/linshare/Linshare.java b/third-party/linshare/src/test/java/org/apache/james/linshare/Linshare.java
index 53da4eb..d42d5ec 100644
--- a/third-party/linshare/src/test/java/org/apache/james/linshare/Linshare.java
+++ b/third-party/linshare/src/test/java/org/apache/james/linshare/Linshare.java
@@ -114,7 +114,7 @@ public class Linshare {
 
     @SuppressWarnings("resource")
     private GenericContainer<?> createDockerLdap() {
-        return new GenericContainer<>("linagora/linshare-ldap-for-tests:1.0")
+        return new GenericContainer<>("linagora/linshare-ldap-for-tests:1.0.0")
             .withLogConsumer(frame -> LOGGER.debug("<linshare-ldap-for-tests> " + frame.getUtf8String()))
             .withNetworkAliases("ldap")
             .withNetwork(network);


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