You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/09 21:02:30 UTC

[incubator-streampipes-extensions] branch dev updated: [hotfix] add fix docker network name for release validation

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

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9af6cea  [hotfix] add fix docker network name for release validation
9af6cea is described below

commit 9af6cea4e391100544664c3e773d616531768f8b
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Sep 9 23:01:59 2020 +0200

    [hotfix] add fix docker network name for release validation
---
 docker-compose.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 68d0919..52107f1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,7 +21,7 @@
 #
 
 
-version: "3.4"
+version: "3.8"
 
 # global logging
 x-logging:
@@ -40,6 +40,7 @@ services:
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim
+    image: incubator-streampipes_connect-worker-main:release-validation
     environment:
       - SP_CONNECT_CONTAINER_HOST=connect-master
       - SP_CONNECT_CONTAINER_WORKER=connect-worker-main
@@ -53,6 +54,7 @@ services:
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim
+    image: incubator-streampipes_pipeline-elements-all-jvm:release-validation
     logging: *default-logging
     networks:
       spnet:
@@ -63,6 +65,7 @@ services:
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim
+    image: incubator-streampipes_pipeline-elements-all-flink:release-validation
     logging: *default-logging
     networks:
       spnet:
@@ -73,6 +76,7 @@ services:
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim
+    image: incubator-streampipes_sources-watertank-simulator:release-validation
     logging: *default-logging
     networks:
       spnet:
@@ -83,6 +87,7 @@ services:
       dockerfile: Dockerfile
       args:
         BASE_IMAGE: adoptopenjdk/openjdk8-openj9:alpine-slim
+    image: incubator-streampipes_sources-vehicle-simulator:release-validation
     logging: *default-logging
     networks:
       spnet: