isard-vdi / isard

Isard VDI. Open Source KVM Virtual Desktops based on KVM Linux and dockers. Please use https://gitlab.com/isard/isardvdi
http://www.isardvdi.com
GNU Affero General Public License v3.0
188 stars 57 forks source link

How to build an Old Version like v8 in Ubuntu 22 #453

Open e-munivel opened 1 month ago

e-munivel commented 1 month ago

Hi, How to build an old version/tag like v8 or v9 in Ubuntu 22

sim6 commented 1 month ago

You can build it via the following commands:

git clone https://gitlab.com/isard/isardvdi.git -b v8.0.0
cd isardvdi
cp isardvdi.cfg.example isardvdi.cfg
echo "USAGE=build" >> isardvdi.cfg
./build.sh
docker-compose build

Alternatively you can download docker images, instead of build it, by configuring DOCKER_IMAGE_TAG=v8-0-0 in isardvdi.cfg and running ./build.sh && docker-compose pull.

Please could you explain why you are not using the last version?

e-munivel commented 1 month ago

Thank you, but DB is not getting up and getting the following error... (but healthcheck is there in Dockerfile)

"dependency failed to start: container isard-db has no healthcheck configured"

e-munivel commented 1 month ago

isard-portal also getting down, and log is as follows,

_:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 [NOTICE] (1) : haproxy version is 2.8.9-1842fd0 [ALERT] (1) : config : parsing [/usr/local/etc/haproxy/haproxy.cfg:114] : error detected in frontend 'fesecured' while parsing 'http-response add-header' rule : expects exactly 2 arguments. [ALERT] (1) : config : Error(s) found in configuration file : /usr/local/etc/haproxy/haproxy.cfg