This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 58e27f2a527e3ee68fea0954e6bde835c927b306 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Nov 29 17:50:07 2022 +0100 SLING-11701 - Starter CI builds are sometimes failing with an error about a conflict with the docker container name Use random container names to prevent naming conflicts while running CI builds concurrently. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 31f4bfb..8828225 100644 --- a/pom.xml +++ b/pom.xml @@ -257,6 +257,7 @@ <version>0.39.0</version> <configuration> <skip>${docker.skip}</skip> + <containerNamePattern>%e</containerNamePattern> <images> <image> <alias>mongo</alias>
