add one space after image: and add swoolepush

This commit is contained in:
Ralf Becker 2020-09-02 14:22:18 +02:00
parent c3000beb5f
commit 65055505c3

View File

@ -66,6 +66,7 @@ $debug univention-appcenter-control upload $ucs/egroupware=$version.$packaging$p
univention-appcenter-control get 4.4/egroupware=$version.$packaging$postfix --json | jq -r .compose > /tmp/compose
sed -i "" \
-e "s|image:.*docker.software-univention.de/egroupware-egroupware.*|image: download.egroupware.org/egroupware/epl:$version.$packaging|" \
-e "s|image:.*docker.software-univention.de/egroupware-push.*|image: phpswoole/swoole:latest|" \
-e "s|image:.*docker.software-univention.de/egroupware-nginx.*|image: nginx:stable-alpine|" \
/tmp/compose
$debug univention-appcenter-control upload $ucs/egroupware=$version.$packaging$postfix /tmp/compose