Commit Graph

382 Commits

Author SHA1 Message Date
Christopher Horrell d351310c07 Merge pull request #301 from chorrell/v0.12-eol
EOL v0.12. Fixes #241
2017-01-03 19:48:32 -05:00
Christopher Horrell 3fb0c520d9 EOL v0.12. Fixes #241
Node.js v0.12 reached end-of-life on December 31, 2016:

- https://github.com/nodejs/LTS/#lts-schedule
2017-01-03 09:24:50 -05:00
Hans Kristian Flaatten 60d0add76b Merge pull request #299 from styfle/patch-2
Update BestPractices.md with alpine user
2016-12-28 22:48:43 +01:00
Steven 7183790a18 Change user from `app` to `node` for consistency 2016-12-28 14:30:04 -05:00
Steven 26ba1103c1 Update BestPractices.md with alpine user
Added entry to **Non-root User** section to show adding user & group in the alpine variant since the commands are a little different.
2016-12-28 14:22:26 -05:00
Christopher Horrell f7fc1e0e31 Merge pull request #293 from chorrell/node.js-v0.12.18
Update for Node.js v0.12.18
2016-12-21 12:05:04 -05:00
Christopher Horrell 38829d6654 Update for Node.js v0.12.18
See:

- https://nodejs.org/en/blog/release/v0.12.18/
2016-12-21 10:11:59 -05:00
Christopher Horrell cb775a3bc8 Merge pull request #292 from timbru31/heading-level
docs: fix best-practices memory heading level
2016-12-21 08:57:40 -05:00
Christopher Horrell 80ffe326a4 Merge pull request #291 from chorrell/v7.3.0
Update for Node.js v7.3.0
2016-12-21 08:57:13 -05:00
Tim Brust 5feca06d21 docs: fix best-practices memory heading level 2016-12-21 14:10:12 +01:00
Christopher Horrell 57f7537d35 Update for Node.js v7.3.0
See:

- https://nodejs.org/en/blog/release/v7.3.0/
2016-12-20 19:41:30 -05:00
Christopher Horrell 1541d51565 Merge pull request #284 from chorrell/v7.2.1-v4.7.0
Update for Node.js v7.2.1 and v4.7.0
2016-12-07 14:08:04 -05:00
Christopher Horrell cee890b875 Update Travis and stack brew for v4.7.0 2016-12-06 20:49:43 -05:00
Christopher Horrell 926106f27e Update for v4.7.0 2016-12-06 20:09:32 -05:00
Christopher Horrell 5ac624bae8 Update for v7.2.1 2016-12-06 20:08:38 -05:00
Christopher Horrell b5949cdddc Merge pull request #283 from chorrell/v6.9.2
Update for Node.js v6.9.2
2016-12-06 16:28:43 -05:00
Christopher Horrell 6948057bbd Update for Node.js v6.9.2 2016-12-06 15:48:15 -05:00
Christopher Horrell 0cc4ebee1b Merge pull request #279 from Japh/readme-typo
Incorrect backtick
2016-11-28 08:53:14 -05:00
Christopher Horrell ca3e711e0b Merge pull request #278 from PeterDaveHelloKitchen/alpine
Alpine Dockfile update
2016-11-28 08:52:38 -05:00
Japh c78d21e5a6 Incorrect backtick 2016-11-28 11:08:02 +11:00
Peter Dave Hello a3489450fc Alpine doesn't need tar package, builtin via busybox 2016-11-27 22:56:49 +08:00
Peter Dave Hello fc912b8e1f Use xz instead of gz to get src tarball for alpine 2016-11-27 22:23:52 +08:00
Christopher Horrell 0adb477aee Merge pull request #276 from LaurentGoderre/alpine-docs
Added the alpine docs to the readme
2016-11-25 09:14:58 -05:00
Laurent Goderre e89b57fcb2 Added the alpine docs to the readme
Fixes #267
2016-11-25 08:39:55 -05:00
Christopher Horrell aaeb98173d Merge pull request #275 from chorrell/7.2.0-stackbrew
Update for v7.2.0
2016-11-23 08:48:52 -08:00
Christopher Horrell e8ca1f773d Update Travis config for 7.2 2016-11-23 10:43:51 -05:00
Christopher Horrell 62183100a0 Update for v7.2.0
Sets 7.2.0 as the 'latest'
2016-11-23 10:11:14 -05:00
Christopher Horrell 02fb483ac3 Merge pull request #274 from chorrell/node-user-home
Update for Node.js v7.2.0
2016-11-23 07:09:16 -08:00
Christopher Horrell 718102a587 Update for Node.js v7.2.0 2016-11-23 09:10:36 -05:00
Christopher Horrell 4a722c29c0 Add node group/user with gid/uid 1000 and a home directory. 2016-11-23 09:08:02 -05:00
Christopher Horrell 87b641c1f3 Merge pull request #270 from davidbarton/patch-2
In docs example use home dir as work dir
2016-11-23 05:53:41 -08:00
Peter Petrov 5fab0fc387 Merge pull request #263 from blueimp/master
Add node group/user with gid/uid 1000 and a home directory
2016-11-19 00:49:45 +02:00
Christopher Horrell 1707a31688 Merge pull request #272 from SimenB/patch-1
Remove mention of 0.10 from update script
2016-11-16 11:41:34 -05:00
Simen Bekkhus 5bd74bb188 Remove mention of 0.10 from update script
Ref #240
2016-11-16 16:46:17 +01:00
Christopher Horrell 9b581c79ee Merge pull request #268 from chorrell/v0.10-eol
Drop Node.js v0.10. Fixes #240
2016-11-15 15:18:36 -05:00
Sebastian Tschan 3d8dc7666d Add node group/user with gid/uid 1000 and a home directory.
This is a workaround for boot2docker issue 581, see
https://github.com/boot2docker/boot2docker/issues/581
2016-11-15 16:02:51 +01:00
Christopher Horrell 9d7725cbaa Merge pull request #269 from davidbarton/patch-1
Wrong username mentioned in docs
2016-11-15 09:17:58 -05:00
David Barton 70b9081d18 In docs example change home dir for work dir
I think user home dir works better instead of `-w "/usr/src/app"` use `-w "/home/node/app"`
2016-11-15 13:53:11 +01:00
David Barton e0cf6e2d24 Wrong username mentioned in docs
`app` should be `node`
2016-11-15 13:49:11 +01:00
Christopher Horrell 09e03a2e52 Drop Node.js v0.10. Fixes #240 2016-11-14 22:12:21 -05:00
Christopher Horrell 4ac0faf1ff Merge pull request #156 from LaurentGoderre/alpine
Added an alpine variant
2016-11-10 11:13:52 -05:00
Laurent Goderre d20d305f0b Added the default user to the alpine variant 2016-11-09 20:57:36 -05:00
Laurent Goderre 218686835d Seperate the build by version
Attempt to get the build to work with alpine
2016-11-09 20:57:36 -05:00
Laurent Goderre fa01818156 Added an alpine variant 2016-11-09 20:57:36 -05:00
Christopher Horrell 872c8b21e8 Merge pull request #255 from LaurentGoderre/fix-172
Added LaurentGoderre as a collaborator
2016-11-09 12:32:11 -05:00
Christopher Horrell 938a1be6ee Merge pull request #266 from chorrell/v7.10-v4.6.2
Update for V7.10 and v4.6.2
2016-11-09 11:25:40 -05:00
Christopher Horrell 655aea9585 Node.js v7.1.0 is now the latest
Updates generate-stackbrew-library.sh
2016-11-09 10:26:08 -05:00
Christopher Horrell 2c1bba840c Update for Node.js v7.1.0. See #265 2016-11-09 09:40:21 -05:00
Christopher Horrell 1d00e55ede Update for Node.js v4.6.2. See #265 2016-11-09 09:39:37 -05:00
Christopher Horrell fef7a2ca49 Merge pull request #264 from LaurentGoderre/docs
Updated the non-root section of the Best Practices
2016-11-07 16:29:28 -05:00