-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
bundle
and jekyll serve
both fail in jekyll/jekyll docker container
#829
Comments
I should have done a little bit more searching... #826 solves this error. |
Hi @mattpopovich, The image NotImplementedError: sass_embedded for x86_64-linux-musl not available at https://github.com/sass/dart-sass-embedded/releases/tag/1.57.1 And the So, it is necessary to lock the version of |
…tes2020#829) See: https://github.com/jekyll/jekyll-sass-converter#migrate-from-2x-to-3x (cherry picked from commit 9f88426)
Also, make the division formula backward compatible with `jekyll-sass-converter 2.x` (#848, #849) Ref: https://github.com/jekyll/jekyll-sass-converter#migrate-from-2x-to-3x
author Gaurav Gaur <[email protected]> 1673866009 +0000 committer Gaurav Gaur <[email protected]> 1674946094 +0000 Jan23 upstream merge (#7) * chore(editorconfig): keep trailing spaces in Markdown (cotes2020#830) * feat(i18n): add Czech language (cotes2020#833) * fix: correct encoding of spaces in share URLs (cotes2020#835) Resolves cotes2020#835 * fix: post's image would cover the PWA update alert * feat(i18n): add Finnish translations (cotes2020#843) * docs: update tutorials - remove outdated content - append instructions for SASS overrides (cotes2020#827) * chore(deps): lock `jekyll-sass-converter` to `v2.x` on Linux-musl (cotes2020#829) Also, make the division formula backward compatible with `jekyll-sass-converter 2.x` (cotes2020#848, cotes2020#849) Ref: https://github.com/jekyll/jekyll-sass-converter#migrate-from-2x-to-3x * chore(bundler): deprecate `:install_if` option in Gemfile * feat(i18n): add Italian translation (cotes2020#850) * fix: copy command line incomplete(`.gp` part) Co-authored-by: Jarda Beran <[email protected]> Co-authored-by: MatyIRG <[email protected]> Co-authored-by: Cotes Chung <[email protected]> Co-authored-by: Kalle Lahtinen <[email protected]> Co-authored-by: Eduardo <[email protected]> feat(i18n): add Czech language (cotes2020#833) fix: correct encoding of spaces in share URLs (cotes2020#835) Resolves cotes2020#835 fix: post's image would cover the PWA update alert feat(i18n): add Finnish translations (cotes2020#843) chore(bundler): deprecate `:install_if` option in Gemfile feat(i18n): add Italian translation (cotes2020#850)
Checklist
master
branch.Describe the bug
The README states that we can use the docker image jekyll/jekyll to serve the website:
It appears that no longer works:
To Reproduce
Steps to reproduce the behavior:
Create a docker container using the jekyll/jekyll image, mount chirpy code, attempt to
bundle
orjekyll serve
.Expected behavior
The website is served at port 4000 successfully.
Screenshots
Environment
ruby -v
gem -v
bundle -v
bundle exec jekyll -v
bundle info jekyll-theme-chirpy
Desktop
Tested on both Ubuntu 20.04 and M1 Mac running Monterey 12.6.2.
Smartphone
Additional context
This used to work. Not sure if the docker image is still supported or if I'm doing something wrong. I will investigate a fix in the meantime but you will probably beat me to it per usual!
The text was updated successfully, but these errors were encountered: