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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
