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/12 13:46:00 UTC

[incubator-streampipes-installer] branch rel/0.67.0 updated: [hotfix] add missing slash

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

wiener 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 7ab2fb3  [hotfix] add missing slash
7ab2fb3 is described below

commit 7ab2fb32781e13fd827c786c646aef4efd3f1f69
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Sat Sep 12 15:45:27 2020 +0200

    [hotfix] add missing slash
---
 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 cd1e772..d18367f 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"