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 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.
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/.
Use push.sh
script.