Node.js on Docker.
docker pull quay.io/aptible/nodejs
docker run quay.io/aptible/nodejs
v8.1.x
: Node.js v8.1.4v6.11.x
: Node.js v6.11.1v6.9.x
: Node.js v6.9.5v6.7.x
: Node.js v6.7.0v6.4.x
: Node.js v6.4.0v6.3.x
: Node.js v6.3.1v6.2.x
: Node.js v6.2.2v6.1.x
: Node.js v6.1.0v4.6.x
: Node.js v4.6.2v4.5.x
: Node.js v4.5.0v4.4.x
: Node.js v4.4.7v4.3.x
: Node.js v4.3.2v4.2.x
: Node.js v4.2.6v0.12.x
: Node.js v0.12.18v0.10.x
: Node.js v0.10.48
Tests are run as part of the Dockerfile
build. To execute them separately within a container, run:
bats test
To push the Docker image to Quay, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2014 Aptible and contributors.