https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35927 --- Comment #5 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Oh no, it's Debian 9 and it's not supported anymore :o After many attempts, here is how to start an old image: # Somehow it needs elasticsearch, here opensearch works fine KOHA_IMAGE=22.05-stretch bin/ktd --os1 up # It works with the master branch of KTD repo # After trying, older branches don't help to simplify the operation. # and **while** it's starting go into the container and edit the repositories vim /etc/apt/sources.list # replace "httpredir" with "archive" and removed the 2nd line. # In the end the content should be ``` deb http://archive.debian.org/debian stretch main ``` # otherwise it will 404 when trying to install the cpanoutdated package and crash -- You are receiving this mail because: You are watching all bug changes.