jeantil commented on PR #2953: URL: https://github.com/apache/james-project/pull/2953#issuecomment-3976572572
This is going to be painful than expected. I don't know exactly how I ended up generating the Gemfile.lock with jekyll 4.2.2 but that was a stroke of luck: its the very last version which works with the jekyll/jekyll docker images ! Trying to upgrade to jekyll 4.4.1 or any version beyond 4.2.2 means upgrading the jekyll-sass-converter lib to a version which depends on a libc which is [only available in alpine linux > 3.16](https://github.com/jekyll/jekyll/issues/9381) and the jekyll/jekyll docker images use 3.15 (of course) Unfortunately it seems there has been a conflict between the docker images maintainer and jekyll/github/microsoft about [2-3 years ago](https://github.com/envygeeks/jekyll-docker/issues/364#issuecomment-2700196624) and he stopped updating the repo and the associated docker images. see also - https://github.com/jekyll/jekyll-sass-converter/issues/156 - https://github.com/envygeeks/jekyll-docker/issues/363 updating jekyll to 4.4.1 means using a different docker image or dropping the docker build entirely -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
