Skip to content

Base Docker image for NodeJS projects, based on our consul-template-base image. Used in BookBrainz website.

License

Notifications You must be signed in to change notification settings

metabrainz/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Docker images with node

Introduction

This repository contains Docker images with different versions of node installed. All are based on the consul-template-base image, which comes with Consul Template and other tools like runit installed.

Consul Template

Consul Template runs as a separate service managed by runit, and is turned on by default. If you don't need to use Consul Template, that service needs to be removed explicitly in the Dockerfile that you are writing.

Configuration for it must be stored in the /etc/consul-template.conf file. See its documentation for setup details.

Usage

To use these images simply specify FROM metabrainz/node:<TAG> at the beginning of your Dockerfile. <TAG> is a version of node that you need to use. List of available tags is at https://hub.docker.com/r/metabrainz/node/tags/.

Building and deploying images

Use push.sh script.

About

Base Docker image for NodeJS projects, based on our consul-template-base image. Used in BookBrainz website.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published