Christopher Horrell
6778e14c0c
Update for v0.12.14
2016-05-06 09:52:39 -04:00
Christopher Horrell
5e058d36cc
Update for v0.10.45
2016-05-06 09:21:55 -04:00
Christopher Horrell
06cd6a984e
Update for v4.4.4
2016-05-05 21:14:20 -04:00
Christopher Horrell
a385a80fb4
v6.1.0 is now the latest
2016-05-05 20:42:13 -04:00
Christopher Horrell
10940306b6
Update for v6.1.0
2016-05-05 20:32:12 -04:00
Christopher Horrell
cbdacad677
Update for v5.11.1
2016-05-05 20:30:51 -04:00
Christopher Horrell
3fd8ca2aa6
Merge pull request #175 from chorrell/5.11-fix
...
Set correct default version for node:5
2016-05-03 14:00:30 -04:00
Christopher Horrell
c37b329896
Set correct default version for node:5
...
It should default to v5.11.0. Partially fixes #174 .
2016-05-03 13:50:02 -04:00
Christopher Horrell
c7888bed49
Merge pull request #171 from chorrell/fix-update.sh
...
Fix update.sh to account for default Dockerfile
2016-05-02 09:06:14 -04:00
Hans Kristian Flaatten
0793c39fcf
Merge pull request #173 from Starefossen/docs/docker-wg-collaborators
...
Seperate list of working group members and collaborators in README
2016-04-29 07:10:08 +02:00
Hans Kristian Flaatten
f5d15a69ac
Merge pull request #160 from noduh/dco
...
Update Developer's Certificate of Origin to v1.1
2016-04-29 07:09:27 +02:00
Hans Kristian Flaatten
31343376f6
docs: add list of working group collaborators to readme
2016-04-27 09:00:26 +02:00
Christopher Horrell
e541be578f
Fix update.sh to account for default Dockerfile
...
Fixes #170
2016-04-26 17:04:04 -04:00
Christopher Horrell
629b37d578
Merge pull request #169 from chorrell/v6.0.0
...
Update for Node.js v6.0.0
2016-04-26 16:41:11 -04:00
Christopher Horrell
5367524ce6
Update for Node.js v6.0.0
2016-04-26 16:22:06 -04:00
Christopher Horrell
cbb4a22a06
Merge pull request #167 from nodejs/revert-162-env-var-top
...
Revert "Moved the environment variables to the top of the Dockerfile"
2016-04-26 15:45:53 -04:00
Christopher Horrell
b3367b8845
Revert "Moved the environment variables to the top of the Dockerfile"
2016-04-26 15:38:38 -04:00
Christopher Horrell
353e7d5ae4
Merge pull request #165 from chorrell/build-debug
...
Make test builds more debugable
2016-04-26 11:08:43 -04:00
Christopher Horrell
1e1a59de96
Make test builds more debugable
2016-04-26 10:33:03 -04:00
Christopher Horrell
53529e6364
Merge pull request #164 from LaurentGoderre/update-variant-detect
...
Reused the variant detection code from the test-build script
2016-04-25 22:51:52 -04:00
Laurent Goderre
1746c216e5
Reused the variant detection code from the test-build script
2016-04-25 11:14:48 -04:00
Christopher Horrell
dc0192d6b0
Merge pull request #162 from LaurentGoderre/env-var-top
...
Moved the environment variables to the top of the Dockerfile
2016-04-25 10:27:41 -04:00
Laurent Goderre
8f4f83a54a
Moved the environment variables to the top of the Dockerfile
2016-04-25 09:22:43 -04:00
William Kapke
4dc91d4b35
Update DCO to v1.1
...
See: https://github.com/nodejs/TSC/issues/92
2016-04-22 23:54:03 -07:00
Christopher Horrell
6419a05bd2
Merge pull request #159 from chorrell/v5.11.0
...
Update for v5.11.0
2016-04-21 19:11:45 -04:00
Christopher Horrell
5e6d1e950a
Update for v5.11.0
...
Also formatting tweaks to make 0.10 and 0.12 consistent with the other
images
2016-04-21 19:00:03 -04:00
Christopher Horrell
1f85af2f56
Merge pull request #157 from chorrell/better-variant-test
...
Better variant test
2016-04-20 10:43:08 -04:00
Christopher Horrell
af265e1692
Don't hard code variants when testing
...
This allows for easily testing newer variants without having to update
test-build.sh
2016-04-19 23:24:15 -04:00
Christopher Horrell
5bde64769f
Npm log level exclusion for 0.10 and 0.12 ( #155 )
...
* Don't set npm log info for 0.10 and 0.12.
Reference: #57 , #144
2016-04-18 11:13:15 -04:00
Christopher Horrell
f5bcf5c60e
Merge pull request #144 from LaurentGoderre/alpine
...
WIP: Add templates for generating the variants
2016-04-18 10:46:54 -04:00
Christopher Horrell
0d692d90ad
Merge pull request #149 from chorrell/slim-consistency
...
Use buildpack-deps:jessie-curl for 0.10 and 0.12 slim images. See #144
2016-04-18 10:37:18 -04:00
Christopher Horrell
a3a1c6a2f4
Use buildpack-deps:jessie-curl for 0.10 and 0.12 slim images
2016-04-13 16:32:33 -04:00
Christopher Horrell
bf54cb3054
Merge pull request #148 from chorrell/v4.4.3
...
Update for Node.js v4.4.3
2016-04-12 18:34:45 -04:00
Christopher Horrell
41b505ae71
Update for Node.js v4.4.3
2016-04-12 18:26:17 -04:00
Laurent Goderre
ced0aa8af2
Added templates for generating the variants
2016-04-08 09:10:42 -04:00
Christopher Horrell
084a11e99b
Merge pull request #143 from chorrell/v5.10.1
...
Update to v5.10.1. See #142
2016-04-05 21:21:22 -04:00
Christopher Horrell
baad247b9d
Update to v5.10.1
2016-04-05 21:07:52 -04:00
Christopher Horrell
4acc37bce5
Merge pull request #140 from pesho/enhance-test-build
...
Enhance test-build.sh to also perform simple execution tests
2016-04-05 08:42:00 -04:00
Peter Petrov
d128c325ce
Enhance test-build.sh to also perform simple execution tests
...
In addition to testing that the images build correctly, now test-build.sh also
validates that Node executes successfully, and that it is the expected version.
Also fixed some inconsistent whitespace.
2016-04-05 04:37:43 +03:00
Christopher Horrell
ea40956261
Merge pull request #139 from chorrell/travis-ci
...
Enable travis-ci test builds. Closes #13
2016-04-04 21:13:06 -04:00
Christopher Horrell
cfdcfd4b35
Enable travis-ci test builds
2016-04-04 14:19:16 -04:00
Christopher Horrell
11400d95d2
Merge pull request #138 from chorrell/v0.10.44
...
v0.10.44
2016-04-01 07:59:22 -04:00
Christopher Horrell
b39ddbb7be
White space
2016-04-01 07:57:15 -04:00
Christopher Horrell
9d0a1897a9
Remove npm update logic for v0.10. Closes #114
2016-04-01 07:53:43 -04:00
Christopher Horrell
f8deeccd53
Update for v0.10.44
2016-04-01 07:50:15 -04:00
Christopher Horrell
351a7e101a
Merge pull request #137 from chorrell/v5.10.0
...
Update for v5.10.0. See #134
2016-03-31 23:41:41 -04:00
Christopher Horrell
78c9ef30b3
Update for v5.10.0
2016-03-31 23:40:16 -04:00
Christopher Horrell
01114012c5
Merge pull request #136 from chorrell/v4.4.2
...
Update to v4.4.2
2016-03-31 22:02:13 -04:00
Christopher Horrell
fd8e6c3434
Update to v4.4.2
2016-03-31 21:59:51 -04:00
Christopher Horrell
5850bfa80e
Merge pull request #135 from chorrell/v0.12.13
...
v0.12.13
2016-03-31 20:55:24 -04:00