You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/01/10 17:16:53 UTC

[streampipes] branch remove-incubator created (now 90403bd7d)

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

zehnder pushed a change to branch remove-incubator
in repository https://gitbox.apache.org/repos/asf/streampipes.git


      at 90403bd7d [hotfix] Remove incubator from docker-compose in route directory

This branch includes the following new commits:

     new 90403bd7d [hotfix] Remove incubator from docker-compose in route directory

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[streampipes] 01/01: [hotfix] Remove incubator from docker-compose in route directory

Posted by ze...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 90403bd7d1441917f2c4e28c5fbde99554632536
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Tue Jan 10 18:16:19 2023 +0100

    [hotfix] Remove incubator from docker-compose in route directory
---
 docker-compose.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 42624eb59..96be1ae7b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,12 +33,12 @@ x-logging:
 
 services:
 
-  #### apache/incubator-streampipes
+  #### apache/streampipes
   backend:
     build:
       context: ./streampipes-service-core
       dockerfile: Dockerfile
-    image: incubator-streampipes_backend:release-validation
+    image: streampipes_backend:release-validation
     depends_on:
       - consul
       - couchdb
@@ -53,7 +53,7 @@ services:
     build:
       context: ./ui
       dockerfile: Dockerfile
-    image: incubator-streampipes_ui:release-validation
+    image: streampipes_ui:release-validation
     ports:
       - "80:80"
     depends_on:
@@ -68,7 +68,7 @@ services:
     build:
       context: ./streampipes-extensions/streampipes-extensions-all-jvm
       dockerfile: Dockerfile
-    image: incubator-streampipes_pipeline-elements-all-jvm:release-validation
+    image: streampipes_pipeline-elements-all-jvm:release-validation
     volumes:
       - files:/spImages
     logging: *default-logging