You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2021/04/20 08:13:51 UTC

[incubator-hop] branch master updated: Small reminder about the required docker-compose version

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

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 268820c  Small reminder about the required docker-compose version
268820c is described below

commit 268820c679f01130bfca942c5675e6a697fde2ef
Author: Matt Casters <ma...@gmail.com>
AuthorDate: Tue Apr 20 10:13:45 2021 +0200

    Small reminder about the required docker-compose version
---
 docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc b/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc
index 32f5698..7187edf 100644
--- a/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc
+++ b/docs/hop-dev-manual/modules/ROOT/pages/integration-testing.adoc
@@ -85,6 +85,9 @@ mvn clean install
 ----
 docker-compose -f docker/integration-tests/docker-compose-ci.yaml up -d
 ----
+
+TIP: You need version 1.27.0 or higher of docker-compose
+
 +
 . Check the running container
 +