Open samsagaz opened 1 year ago
Images for 8.0 have been not supported for quite some time. They are not build/tested since https://github.com/Tecnativa/doodba/commit/20dfe8a42487ce00f8220d56e06263c296bfd6db and not included anymore with https://github.com/Tecnativa/doodba/commit/1ad4dfc2b88523cabc260872b40d8832217178d5.
Some things you can try:
@samsagaz Debian Jessie is very old and apt sources are no more reachable. You need to build and host fixed image yourself.
Or you can try to add proper sources in existing build. Create file named: 10-add-jessie_backport
hier: [docker_project]/odoo/custom/build.d/10-add-jessie_backport
and add this inside:
printf "\nAcquire::Check-Valid-Until "false";" >> /etc/apt/apt.conf
printf "deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main\ndeb-src [check-valid-until=no] http://archive.debian.org/debian jessie-backports main\ndeb [check-valid-until=no] http://archive.debian.org/debian-security jessie/updates main\ndeb-src [check-valid-until=no] http://archive.debian.org/debian-security jessie/updates main\ndeb [check-valid-until=no] http://archive.debian.org/debian jessie main\ndeb-src [check-valid-until=no] http://archive.debian.org/debian jessie main" > /etc/apt/sources.list
@samsagaz Hello, I am having the same issue with v.10. Did you solve the problem?
I tried adding the "10-add-jessie_backport" file like @orentol and I modified the Dockerfile adding:
When I build the image I get this error with the bin-deprecated/install.sh file:
Do you know how to build the image correctly?
Thanks!
@yajo @pedrobaeza
Describe the bug I cannot build the doodba image because debian Wheezy and Jessie were recently removed from the mirror network.
To Reproduce
Just run
invoke img-build
ordocker-compose build --no-cache
I think that 7.0 wont work either