You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/09/16 05:35:56 UTC

[incubator-streampipes-installer] branch rel/0.67.0 updated: [hotfix] Fix docker image path for pipeline-elements-all-flink

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

riemer pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new a95246d  [hotfix] Fix docker image path for pipeline-elements-all-flink
a95246d is described below

commit a95246d646bdbeab92615bb1955f8f1b1936dfe0
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Sep 16 07:35:44 2020 +0200

    [hotfix] Fix docker image path for pipeline-elements-all-flink
---
 cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml b/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml
index d18367f..cd1e772 100644
--- a/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml
+++ b/cli/deploy/standalone/pipeline-elements-all-flink/docker-compose.yml
@@ -16,7 +16,7 @@
 version: "3.4"
 services:
   pipeline-elements-all-flink:
-    image: ${SP_DOCKER_REGISTRY}/pipeline-elements-all-flink:${SP_VERSION}
+    image: ${SP_DOCKER_REGISTRY}pipeline-elements-all-flink:${SP_VERSION}
     depends_on:
       - "consul"
       - "jobmanager"