isard-vdi / isard

Isard VDI. Open Source KVM Virtual Desktops based on KVM Linux and dockers. Please use https://gitlab.com/isard/isardvdi

Home Page:http://www.isardvdi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on docker-compose pull

transparent-DR opened this issue · comments

root@gpv-support-vdi-01:/isardvi# wget https://isardvdi.com/docker-compose.yml
--2021-03-23 01:37:14-- https://isardvdi.com/docker-compose.yml
Resolving isardvdi.com (isardvdi.com)... 5.9.107.10
Connecting to isardvdi.com (isardvdi.com)|5.9.107.10|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://gitlab.com/isard/isardvdi/-/jobs/artifacts/develop/raw/docker-compose.yml?job=docker-build [following]
--2021-03-23 01:37:14-- https://gitlab.com/isard/isardvdi/-/jobs/artifacts/develop/raw/docker-compose.yml?job=docker-build
Resolving gitlab.com (gitlab.com)... 172.65.251.78, 2606:4700:90:0:f22e:fbec:5bed:a9b9
Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://gitlab.com/isard/isardvdi/-/jobs/1108769749/artifacts/raw/docker-compose.yml [following]
--2021-03-23 01:37:15-- https://gitlab.com/isard/isardvdi/-/jobs/1108769749/artifacts/raw/docker-compose.yml
Reusing existing connection to gitlab.com:443.
HTTP request sent, awaiting response... 200 OK
Length: 22475 (22K) [application/octet-stream]
Saving to: ‘docker-compose.yml.1’

docker-compose.yml.1 100%[============================================================================================================>] 21.95K --.-KB/s in 0.001s

2021-03-23 01:37:15 (30.8 MB/s) - ‘docker-compose.yml.1’ saved [22475/22475]

root@gpv-support-vdi-01:/isardvi# docker-compose pull
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.isard-engine.depends_on contains an invalid type, it should be an array

Sorry, but I am new to Docker/YAML

This link seems to work, the one on the main web page is different.

wget https://raw.githubusercontent.com/isard-vdi/isard/master/docker-compose.yml

Please, don't use master branch. Please, use docker-compose version >= 1.27.3.
You can get the last version via the following command:

pip install docker-compose

Thank you for the response.

Item to consider, that the instructions on the front web page: "Quick Start" will not work, if followed.

Yes, I'm sorry. This is a recent incompatibility between old docker-compose versions and the docker-compose version of CI that generates the docker-compose file.

I am now working through issues.

After I installed it, I have a hypervisor working.

The issue is that when I download domains, I get the following error.

I would be thankful for any help on this matter

image

image

image

Due this is not about docker-compose pull, please, could you open a new issue and send the logs?