Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

agiledigital/node012-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node 0.12 Runner

This is an alpine based image with libraries and tools installed for running NodeJS 0.12 web apps. Primarily designed for the hosting of static content, but also supports config loading from Hocon configuration via ngConstant for Angular 1. Expects build artifacts mounted at /home/runner/artifacts.

This runner also provides ability to fetch prebuilt artifacts from an AWS S3 bucket location. The S3 URI should be provided to the runner image as argument and also you need to provide ENVs for AWS credentials (that is configured to fetch artifacts from specified S3 bucket) to the runner.

e.g. docker run -e AWS_ACCESS_KEY_ID={you_access_key_id} -e AWS_SECRET_ACCESS_KEY={your_secret} node012-runner s3://artifacts/component/release_number

About

Docker image with tools and scripts installed to support the running of a Node 0.12 web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •