jekyll-docker icon indicating copy to clipboard operation
jekyll-docker copied to clipboard

⛴ Docker images, and CI builders for Jekyll.

Results 63 jekyll-docker issues
Sort by recently updated
recently updated
newest added

I noticed that new build for my website started failing suddenly with a `cannot load such file -- webrick (LoadError)`. I pulled the latest `jekyll/jekyll:4.2.2` image and can reproduce the...

bug

Currently the Jekyll docker image 4.0 points to latest (which is 4.2.2) - this is unexpected. I would expect 4.0 to point to the latest 4.0.x patch, whereas 4 should...

**Steps to reproduce** Run this command from README in a jekyll project ```bash docker run --rm \ --volume="$PWD:/srv/jekyll:Z" \ --publish [::1]:4000:4000 \ jekyll/jekyll \ jekyll serve ``` **Expected behavior** localhost:4000...

The 3.9 series has been released since 2020, with the latest 3.9.1 having just been released recently: https://jekyllrb.com/news/2021/04/08/jekyll-3-9-1-released/. Is there anything plans in the works to get these versions pushed...

This almost works using GitHub Codespaces (preview). But the command is complaining about `bundle install` needing to run. Not sure if the Docker image was supposed to already have bundle...

Docker image for Jekyll 4.2.2 is badly broken. Consider: ``` $ docker run --rm -v "$PWD:/srv/jekyll/" jekyll/jekyll:4.2.2 jekyll new ./ Unable to find image 'jekyll/jekyll:4.2.2' locally 4.2.2: Pulling from jekyll/jekyll...

I work with an organization that uses GitHub Pages to host their website, and Docker to enable devs to work on changes to the site locally. Beginning several weeks ago,...