├── README.md ├── debian ├── iojs-stable │ └── Dockerfile ├── iojs-testing │ └── Dockerfile ├── libuv-stable │ └── Dockerfile └── libuv-testing │ └── Dockerfile └── ubuntu ├── iojs-lucid └── Dockerfile ├── iojs-precise └── Dockerfile ├── iojs-trusty └── Dockerfile ├── libuv-lucid └── Dockerfile ├── libuv-precise └── Dockerfile └── libuv-trusty └── Dockerfile /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/README.md -------------------------------------------------------------------------------- /debian/iojs-stable/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/debian/iojs-stable/Dockerfile -------------------------------------------------------------------------------- /debian/iojs-testing/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/debian/iojs-testing/Dockerfile -------------------------------------------------------------------------------- /debian/libuv-stable/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/debian/libuv-stable/Dockerfile -------------------------------------------------------------------------------- /debian/libuv-testing/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/debian/libuv-testing/Dockerfile -------------------------------------------------------------------------------- /ubuntu/iojs-lucid/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/ubuntu/iojs-lucid/Dockerfile -------------------------------------------------------------------------------- /ubuntu/iojs-precise/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/ubuntu/iojs-precise/Dockerfile -------------------------------------------------------------------------------- /ubuntu/iojs-trusty/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/ubuntu/iojs-trusty/Dockerfile -------------------------------------------------------------------------------- /ubuntu/libuv-lucid/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/ubuntu/libuv-lucid/Dockerfile -------------------------------------------------------------------------------- /ubuntu/libuv-precise/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/ubuntu/libuv-precise/Dockerfile -------------------------------------------------------------------------------- /ubuntu/libuv-trusty/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/build-containers/HEAD/ubuntu/libuv-trusty/Dockerfile --------------------------------------------------------------------------------