wulliam / sti-grunt-nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt and nginx - CentOS Docker image

This repository contains the source for building various versions of the Grunt.js frontends as a reproducible Docker image using source-to-image. The resulting image can be run using Docker.

Versions

CentOS versions currently provided are:

  • CentOS7

OpenShift 3 Usage

First ensure you have a working OpenShift 3 environment with the oc command in your path.

$ oc new-build https://github.com/wulliam/sti-grunt-nginx.git --context-dir=/1.0 --strategy=docker --to=sti-grunt-nginx -n openshift

Wait for that buld to complete. Monitor it with oc status.

Changes

  • Update to Node.js 6.x
  • Run as root to avoid change ownership and permissions failures

About

License:Other


Languages

Language:ApacheConf 40.4%Language:JavaScript 26.5%Language:Shell 16.2%Language:HTML 12.9%Language:CSS 2.4%Language:Makefile 1.6%