You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/03/13 10:40:00 UTC

[jira] [Commented] (STREAMPIPES-515) Missing mapping in dev compose files for new docker-compose versions

    [ https://issues.apache.org/jira/browse/STREAMPIPES-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505430#comment-17505430 ] 

ASF subversion and git services commented on STREAMPIPES-515:
-------------------------------------------------------------

Commit f483a18996042dbcf5d1c662a653aae3b170df12 in incubator-streampipes's branch refs/heads/mapping-for-dev-compose-files from Stefan Obermeier
[ https://gitbox.apache.org/repos/asf?p=incubator-streampipes.git;h=f483a18 ]

[STREAMPIPES-515] Add label to dev docker-compose services


>  Missing mapping in dev compose files for new docker-compose versions
> ---------------------------------------------------------------------
>
>                 Key: STREAMPIPES-515
>                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-515
>             Project: StreamPipes
>          Issue Type: Bug
>            Reporter: Stefan Obermeier
>            Priority: Major
>
> Some _docker-compose.dev.yml_ have no value after the service name.
> This seems to be incompatible with docker-compose versions > 1.x .
> Errors are something like "services.xxx must be a mapping"
> This error could be solved by adding a value.
> What do you think about just adding a label to avoid this error?
> With this extension docker-compose 2.x and 3.x can be used.
>  
> Example:
> Old:
> {code:java}
> version: "3.4"
> services:
>   ui:
> {code}
> New:
> {code:java}
> version: "3.4"
> services:
>   ui:
>     labels:
>       org.apache.streampipes.dev.ui.service.description: "Dev UI service"
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)