openzim / sotoki

StackExchange websites to ZIM scraper
https://library.kiwix.org/?category=stack_exchange
GNU General Public License v3.0
216 stars 25 forks source link

Use same Debian release for redis and final container #297

Closed benoit74 closed 4 months ago

benoit74 commented 4 months ago

Fix #294

Changes

Align Debian release (buster for now) between the Redis image and the final container image

Nota: we will obviously have to upgrade to bookworm and Python 3.12 at some point, but let's live with it for the coming weeks

benoit74 commented 4 months ago

The CI is failing because it is running a (too recent) zimcheck and it complains that description is longer than 80 chars. I propose to ignore this problem for now, we know we have to fix it with #290