Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.35 KB

README-DockerHub.md

File metadata and controls

33 lines (25 loc) · 1.35 KB

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.