Skip to content
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

Unable to launch container #337

Open
TaylorHuston opened this issue Apr 18, 2022 · 4 comments
Open

Unable to launch container #337

TaylorHuston opened this issue Apr 18, 2022 · 4 comments

Comments

@TaylorHuston
Copy link

TaylorHuston commented Apr 18, 2022

The following comment has been working fine to launch my container for some time, stopped working within the last week.

$ docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll jekyll serve

Output:

Bundler 2.3.11 is running, but your lockfile was generated with 2.2.14. Installing Bundler 2.2.14 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.2.14
Installing bundler 2.2.14
Fetching gem metadata from https://rubygems.org/.........
nokogiri-1.11.2-x86_64-linux requires ruby version < 3.1.dev, >= 2.5,
which is incompatible with the current version, ruby 3.1.1p18

@alexellis
Copy link

I'm getting a very similar error, ironically with the image tag stable.

What is the resolution?

@isabryant
Copy link

Same issue here

1 similar comment
@fullbright
Copy link

Same issue here

@jomivz
Copy link

jomivz commented Sep 8, 2024

I had the same issue with the latest version.

As workaround, you can specify the tag of the previous image:

docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants