GithubHelp home page GithubHelp logo

bucharest-gold / s2i-nodejs-container Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sclorg/s2i-nodejs-container

1.0 2.0 1.0 199 KB

NodeJS images intended for OpenShift and general usage, that provide a platform for building and running NodeJS applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.

License: Apache License 2.0

Shell 85.68% JavaScript 12.15% Makefile 2.17%

s2i-nodejs-container's Introduction

NodeJS Docker images

This repository contains the source for building various versions of the Node.JS runtime as Docker images using source-to-image. Users can choose between RHEL and CentOS based builder images. The resulting image can be run using Docker.

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

For more information about contributing, see the Contribution Guidelines. For more information about concepts used in these docker images, see the Landing page.

Versions

Node.JS versions currently provided are:

RHEL versions currently supported are:

  • RHEL7

CentOS versions currently supported are:

  • CentOS7

Build

Choose either the CentOS or RHEL based image:

  • RHEL based image

    To build a RHEL based Node.JS builder, you need to run the build on a properly subscribed RHEL machine.

    $ git clone --recursive https://github.com/bucharest-gold/s2i-nodejs-container.git
    $ cd s2i-nodejs-container
    $ git submodule update --init
    $ make build TARGET=rhel7 VERSIONS=8
    
  • CentOS based image

    To build a CentOS based Node.JS builder run:

    $ git clone --recursive https://github.com/bucharest-gold/s2i-nodejs-container.git
    $ cd s2i-nodejs-container
    $ git submodule update --init
    $ make build TARGET=centos7 VERSIONS=8
    

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of Node.JS.

Usage

For information about usage of Dockerfile for NodeJS 8, see usage documentation. For information about usage of Dockerfile for NodeJS 9, see usage documentation.

Test

This repository also provides a S2I test framework, which launches tests to check functionality of a simple Node.JS application built on top of the s2i-nodejs image.

Users can choose between testing a Node.JS test application based on a RHEL or CentOS image.

  • RHEL based image

    To test a RHEL7 based Node.JS image, you need to run the test on a properly subscribed RHEL machine.

    $ cd s2i-nodejs-container
    $ git submodule update --init
    $ make test TARGET=rhel7 VERSIONS=8
    
  • CentOS based image

    $ cd s2i-nodejs-container
    $ git submodule update --init
    $ make test TARGET=centos7 VERSIONS=8
    

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of Node.JS.

s2i-nodejs-container's People

Contributors

bparees avatar csrwng avatar dinhxuanvu avatar eliskasl avatar ewolinetz avatar hhorak avatar humaton avatar jhadvig avatar lance avatar mfojtik avatar mohammedzee1000 avatar omron93 avatar philipgough avatar pkubatrh avatar praiskup avatar rhcarvalho avatar ryanj avatar sdodson avatar soltysh avatar spinolacastro avatar stevekuznetsov avatar torsava avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

onophris

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.