Skip to content

thedigitalgarage/s2i-jekyll-nginx-18-centos7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Docker Images

This repository contains the source for building static websites using Jekyll that will be served with nginx 1.8 for a reproducible Docker image using source-to-image. The resulting image can be run using Docker or preferably hosted in OpenShift.

For more information about using these images with OpenShift, please see the official OpenShift Documentation.

Versions

Ruby versions currently provided are:

  • ruby-2.2

nginx versions currently provided are:

  • nginx-1.8

CentOS versions currently supported are:

  • CentOS7

Installation

To build the Jekyll Builder Ruby image:

  • CentOS based image

    This image is available on DockerHub. To download it run:

    $ docker pull mrjoshuap/s2i-jekyll-nginx-18-centos7
    

    To build this image from scratch run:

    $ git clone https://github.com/mrjoshuap/s2i-jekyll-nginx-18-centos7.git
    $ cd s2i-jekyll-nginx-18-centos7
    $ make
    

Usage

To build a Jekyll application image:

  1. run the resulting application image
# docker run -p 8080:8080 <application image>

About

OpenShift v3 Source-to-Image Builder for Jekyll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.8%
  • CSS 11.6%
  • Ruby 10.0%
  • HTML 6.3%
  • Makefile 2.3%