Skip to content

rockstorm101/arm-jekyll-docker

 
 

Repository files navigation

Jekyll on Docker ARM

Version

Clone of the official Jekyll image built for ARM and other platforms. Sadly, I will not maintain this repository:

  • The Docker image for Jekyll is unmaintained upstream (almost 2 years dead now)
  • I prefer an approach where one uses customized Docker images for each individual blog/site, which feels much more efficient. See https://github.com/rockstorm101/jekyll-docker.

Supported Tags and Variants

  • X.Y.Z: Default image with a standard set of packages. (Corresponding to jekyll/jekyll)
  • X.Y.Z -minimal: Standard image without any extra gems or packages. (Corresponding to jekyll/minimal)
  • X.Y.Z -builder: Packs extra stuff not included in the standard image like Git or SSH. (Corresponding to jekyll/builder)
  • pages-vX: Contains Jekyll configured as used by GitHub Pages. Corresponding Jekyll version and gems are listed here.

More information on variant content and usage in the official image documentation.

About

Clone of the official Jekyll image built for ARM and other platforms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 61.4%
  • Dockerfile 30.2%
  • Ruby 8.4%