Commit Graph

65 Commits

Author SHA1 Message Date
Nick Schonning 4f1d6a3875
chore: drop EOL Stretch images 2022-07-01 22:34:13 -04:00
Peter Dave Hello 84755fd94e
Merge pull request #1739 from PeterDaveHello/update-docs 2022-06-17 19:21:54 +08:00
Peter Dave Hello 07c284ebe5 docs: Improve markdown format in README.md
There should be a blank line after the headings
2022-06-16 17:35:05 +08:00
Issei Horie 44a6c4796b docs: clarify docker compose volume explanation 2022-04-24 09:52:55 +09:00
Md. Rashad Tanjim 9cc4a3efb7
node version update 2022-03-12 03:04:07 +06:00
Nick Schonning b88e1dd1de
chore: Update docs to point to versions.json 2021-04-30 18:36:00 -04:00
Nick Schonning 4113acde9f
chore: Update master -> main 2021-03-03 15:46:54 -05:00
Nick Schonning 1341198d71
docs: Add buster and stretch to the image variant list 2020-12-20 01:08:27 -05:00
Peter Petrov e966aef2a6 Remove Peter Petrov from Working Group 2020-12-14 04:47:44 +02:00
Rishab Arora b34318aeb9
Update README.md
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
2020-11-02 21:01:25 +05:30
Rishab Arora 3be20797f9
Update README.md 2020-11-02 17:42:00 +05:30
Rishab Arora c65f06c86b
Add buster and stretch to the image variant list
As the title suggests, please add buster and stretch in the image variants list.
2020-11-02 17:37:24 +05:30
Nick Schonning b7a069e833 chore: Remove OnBuild variant 2019-12-31 19:08:52 -05:00
Laurent Goderre 9cecb11b8a
Merge pull request #1076 from fulldecent/patch-1
Cross-reference Node.js release schedule to set project scope, fixes …
2019-10-09 13:46:48 +00:00
William Entriken 32ceb312ec
Switch to recommend node version 2019-08-16 23:33:12 -04:00
Christopher Horrell c8dbaa63d6 meta: move chorrell to Docker Working Group Emeriti list 2019-08-07 09:13:37 -04:00
William Entriken 20db412351
Cross-reference Node.js release schedule to set project scope, fixes #1071 2019-08-01 17:35:23 -04:00
Peter Dave Hello e788c21cd5 Improve markdown syntax/style [ci skip] 2018-08-02 03:04:17 +08:00
Peter Dave Hello dae54a2a2f Fix README.md indent 2018-05-16 00:04:24 +08:00
Seth Westphal 36135d58af Remove Node.js 4. 2018-04-30 09:26:41 -05:00
Peter Dave Hello a1b2c2443d Fix few typos [ci skip] 2018-03-03 21:34:16 +08:00
LboAnn a09ecfc424 Fix link to CONTRIBUTING.md (#595) 2017-12-14 08:09:48 +01:00
Carl Manaster ba9e91518e
Fix typo 2017-11-08 14:48:16 -08:00
Laurent Goderre 5acf85812e Updated documentation for new log level (#550)
Completes #535
2017-10-24 07:46:51 +02:00
William Blankenship b2813c168a Remove @retrohacker as a collaborator 2017-10-11 15:33:03 -07:00
Joni Salmi 1d71e2a31f Move onbuild related notes under onbuild image variant docs (#542)
* Move onbuild related notes under onbuild docs

* Document docker compose example assumptions
2017-10-11 14:43:46 +02:00
Laurent Goderre 42207ca097 README: Updated the docker-compose example
Switched to a snippet that works out of the box with a package.json that has a start script.
2017-10-03 10:55:41 -04:00
Alexis Tyler 7a020f9fa3 Remove unneeded new line 2017-09-12 21:42:01 +09:30
Steven 1a86465462 Remove the "Usage" section (#483)
There was nothing in the "Usage" section so I removed it
2017-08-03 06:04:46 +02:00
Bea 778cfef0cb Update Dockerfile example in README (#482) 2017-08-01 12:22:02 +02:00
Adam Weiner 85050c4d15 Add libc6-compat to Alpine Docker docs (#319)
* add libc6-compat

* add libc6-compat

* add libc6-compat to 7.4 alpine image

* rm libc6-compat from alpine Dockerfiles

* add libc6-compat to node:alpine docs

* include apk add command in docs
2017-07-27 18:44:05 +02:00
fcosrno 22f21ff536 Add Docker Compose example (#316)
* Add Docker Compose example

* Update README.md

* Update README.md
2017-07-26 18:31:23 +02:00
Codruț Constantin Gușoi 6bed057e2a Fixes TOC (#475) 2017-07-25 20:35:26 +02:00
Codruț Constantin Gușoi c3694d8baa Adds instructions for modifying the `node` user (#328)
Also highlights the `Best Practices` section in the `README.md` file so
the new instructions are easier to find.

Special thanks to:
* @blueimp for the uid/gid change command
* @LaurentGoderre for the user rename command

Refs #289
2017-07-25 15:45:47 +02:00
Christopher Horrell 2b30b83512 Merge pull request #452 from yhwang/ppc64le-support
Support Linux on ppc64le
2017-07-20 15:56:17 -04:00
Yihong Wang 8305e4c32f Support Linux on ppc64le
- Add an architectures file to list supported architectures and
  variants.
- Add new `ARCH` ENV into Dockerfile. It represents the architecture.
- Add a functions.sh to put utility functions, including
  - get_arch: get the current running architecture.
  - get_variants: get corresponding supported variants based on the
    running architecture.

Signed-off-by: Yihong Wang <yh.wang@ibm.com>
2017-07-20 10:41:22 -07:00
Steven 24f9ad5ca8 Update readme to deprecate ONBUILD variable
It looks like the ONBUILD variant was deprecated in https://github.com/docker-library/official-images/issues/2076
This change adds one line to the README.md file.
2017-07-19 11:33:16 -04:00
Peter Dave Hello fe96ba0be4 Merge pull request #448 from nodejs/doctoc-check
Refactor .travis.yml and add doctoc check
2017-07-13 06:00:26 +08:00
Peter Dave Hello 876f13a0ea Use doctoc to check if "Table of Contents" up-to-date 2017-07-12 19:53:24 +08:00
Peter Dave Hello 1197ee456a Update contributors in README.md 2017-07-06 00:46:01 +08:00
Hans Kristian Flaatten f93ce25ed4
Add Simen Brekkhus (@SimenB) as a collaborator 2017-05-31 08:43:45 +02:00
Peter Dave Hello f5113b03be Add "Table of Contents" in README and docs 2017-05-04 00:02:07 +08:00
Hans Kristian Flaatten d46f9eb95a
Mention yarn in the README.md 2017-03-03 21:44:45 +01:00
Japh c78d21e5a6 Incorrect backtick 2016-11-28 11:08:02 +11:00
Laurent Goderre e89b57fcb2 Added the alpine docs to the readme
Fixes #267
2016-11-25 08:39:55 -05:00
Laurent Goderre 6abfa80a80 Added LaurentGoderre as a collaborator
Fixes #172
2016-10-21 08:56:44 -04:00
fcosrno 92549c8114 Update README.md
Maybe this should be node_modules instead of npm_modules
2016-10-12 22:31:11 -04:00
Mark Woodbridge e71d35ffe6 Document build argument 2016-09-16 16:18:00 +01:00
Joan-Diego Rodriguez d84f90c86e Update README.md
Mentioned of npm_modules in .dockerignore when using onbuild image
2016-08-24 12:07:43 +02:00
William Blankenship 614e8e7e70 Merge pull request #113 from Starefossen/docs/npm-verbose-output
Explain the npm verbosity in the node image
2016-07-29 15:14:28 -07:00