docker-compose from server:eGroupWare:trunk project

Select Your Operating System

For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_8/server:eGroupWare:trunk.repo
yum install docker-compose
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/CentOS_7/server:eGroupWare:trunk.repo
yum install docker-compose
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare:trunk/RHEL_7/server:eGroupWare:trunk.repo
yum install docker-compose
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_15/server:eGroupWare:trunk.repo
zypper refresh
zypper install docker-compose
For SLE 12 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare:trunk/SLE_12/server:eGroupWare:trunk.repo
zypper refresh
zypper install docker-compose
For xUbuntu 16.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare:trunk.list
curl -fsSL https://download.opensuse.org/repositories/server:eGroupWare:trunk/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/server_eGroupWare_trunk.gpg > /dev/null
sudo apt update
sudo apt install docker-compose

Packages for xUbuntu 16.04: