Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
e-munivel opened this issue May 17, 2024 · 4 comments
Closed

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

e-munivel opened this issue May 17, 2024 · 4 comments
Assignees

Comments

@e-munivel
Copy link

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

@sim6
Copy link
Member

sim6 commented May 17, 2024

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?

@sim6 sim6 self-assigned this May 17, 2024
@e-munivel
Copy link
Author

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
Copy link
Author

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 'fe_secured' 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

@jvinolas
Copy link
Contributor

Feel free to reopen it at gitlab.

Issues from now on will only be held at https://gitlab.com/isard/isardvdi/-/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants