Commit Graph

543 Commits

Author SHA1 Message Date
Yihong Wang d001b4cfef Support s390x architecture (#490)
- Support `s390x` in all of the version except 4.8 and the following
  variants: default, alpine, stretch and onbuild
- Generate proper `architectures` for the stackbrew
- Update `update.sh` in order to be used on s390x
- `s390` is not supported in v4.8, therefore, add a local architectures
  under 4.8 and remove `s390x` there

Signed-off-by: Yihong Wang <yh.wang@ibm.com>
2017-08-09 11:13:50 +02:00
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
Peter Dave Hello d77913eb25 Update nodejs 6 to v6.11.2 with yarn v0.27.5 (#481) 2017-08-01 12:12:12 +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
Simen Bekkhus 9c25cbe93f Update all dockerfiles with template changes (#477) 2017-07-26 18:01:39 +02:00
Christopher Horrell 09e784bb05 Add stretch variant (#465)
* Add stretch variant

This is the first step to transitioning over to stretch for the base
images

* Update for Node.js 8.2.1

Also updates yarn to 0.27.5

* Include arch updates from #452

* Add stretch to x64

* Add stretch to ppc64le architecture
2017-07-25 21:27:50 +02:00
Christopher Horrell 7fd6af298f Use shell expansion when selecting which NODE_VERSION to build (#322)
* Use shell expansion when selecting which NODE_VERSION to build

With this change we no longer need to update the .travis.yml file for
each minor update of a given Node.js image. Bash shell expansion will
determine the right version to build based on the available directories
(4.7, 6.9, 7.5 etc.)

* Call out which major.minor version is being tested

* Add trailing newline back
2017-07-25 21:01:51 +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
Yihong Wang bc4e7eecfe Generate 'Architectures' information (#472)
Enhance the `generate-stackbrew-library.sh` to generate `Architectures`
information.

Signed-off-by: Yihong Wang <yh.wang@ibm.com>
2017-07-23 09:24:35 +02:00
Peter Dave Hello f547c4c728 Update nodejs v8.2.0 to v8.2.1 (#470) 2017-07-21 09:13:01 +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
Simen Bekkhus 4f2354e558 Update Node to 8.2.0 (#469)
https://nodejs.org/en/blog/release/v8.2.0/
2017-07-20 04:13:57 +02:00
Christopher Horrell 2d4c7b0fdc Merge pull request #468 from styfle/patch-5
Update readme to deprecate ONBUILD variable
2017-07-19 12:21:29 -04: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
Christopher Horrell ec6da31525 Merge pull request #461 from chorrell/drop-7.10-ci
Drop 7.10 from Travis CI.
2017-07-13 10:57:33 -04:00
Christopher Horrell 1ba822597e Add missing newline 2017-07-13 10:57:04 -04:00
Christopher Horrell 58f05e67fa Merge branch 'master' into drop-7.10-ci 2017-07-12 21:43:27 -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
Christopher Horrell 752fb8ad99 Merge pull request #447 from nodejs/test-build.sh
Refactor to make test-build.sh shorter
2017-07-12 16:55:10 -04:00
Christopher Horrell d20ce3a789 Drop 7.10 from Travis CI.
We temporarily added 7.10 back for an important security fix. This
removes it from the automated build/test and eventually we will remove
7.10 again
2017-07-12 10:36:59 -04:00
Christopher Horrell 0eeef25f1d Merge pull request #460 from pesho/fix_yarn_policy
Correct mistaken Yarn update policy.
2017-07-12 09:26:05 -04:00
Laurent Goderre 041952fd16 Merge pull request #445 from nodejs/update-contributors
Update contributors in README.md
2017-07-12 08:23:41 -04: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 0ac987d111 Refactor .travis.yml to speed up Travis CI
Separate shellcheck and only install shellcheck package for it.
2017-07-12 19:53:09 +08:00
Peter Petrov dcfef5bf15 Correct mistaken Yarn update policy. 2017-07-12 12:22:20 +03:00
Simen Bekkhus 22d3787186 Merge pull request #458 from chorrell/v7.10.1
Update for Node.js v7.10.1. Fixes #456.
2017-07-11 23:32:22 +02:00
Simen Bekkhus e249c2e67a Merge pull request #455 from nodejs/update-node
Update node
2017-07-11 22:10:11 +02:00
Peter Dave Hello 3ffba881ad Update nodejs 4.8 to v4.8.4 2017-07-12 03:08:38 +08:00
Peter Dave Hello bb200caf20 Update nodejs 6.11 to v6.11.1 2017-07-12 03:08:38 +08:00
Peter Dave Hello a5e2d0fab5 Update nodejs 8.1 to v8.1.4 2017-07-12 03:08:09 +08:00
Christopher Horrell 0aadad9c44 yarn version should be 0.24.4 2017-07-11 15:07:38 -04:00
Christopher Horrell 0fcdf0b266 Update for Node.js v7.10.1. Fixes #456.
Note that we had to resurrect 7.10/ to include the v7.10.1 security fix.

See:

- https://nodejs.org/en/blog/release/v7.10.1/
- https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
2017-07-11 14:16:27 -04:00
Simen Bekkhus f0644d0756 Merge pull request #454 from floriantraber/patch-1
documentation fix: init flag is included in docker only after 1.13 not 1.3
2017-07-11 09:18:47 +02:00
Florian Traber 1efc018dad fix: init flag is included in docker only after 1.13 not 1.3
see https://docs.docker.com/release-notes/docker-engine/#1130-2017-01-18
2017-07-11 09:13:44 +02:00
Peter Dave Hello 712ead7e6e Refactor to make test-build.sh shorter 2017-07-06 01:01:59 +08:00
Peter Dave Hello 1197ee456a Update contributors in README.md 2017-07-06 00:46:01 +08:00
Hans Kristian Flaatten 8cbad29a9f Merge pull request #440 from PeterDaveHelloKitchen/update-node-version
Update to node 8.1.3
2017-07-04 16:15:21 +02:00
Peter Dave Hello f131cc81c0 Update to node 8.1.3 2017-06-29 15:01:50 +08:00
Hans Kristian Flaatten 61336a7bb2 Merge pull request #433 from nschonni/shellcheck
Add Shellcheck to Travis and fix existing checks
2017-06-15 18:19:19 +02:00
Hans Kristian Flaatten df1d938137 Merge pull request #434 from SimenB/node-8.1.2
Update to node 8.1.2
2017-06-15 18:11:58 +02:00
Simen Bekkhus 12ba2e5432
Update to node 8.1.2
https://nodejs.org/en/blog/release/v8.1.2/
2017-06-15 14:58:10 +02:00
Peter Petrov 4c8dc50683 Merge pull request #432 from SimenB/node-8.1.1
Update to node 8.1.1
2017-06-14 14:15:25 +03:00
Nick Schonning c11be06fa4 Shellcheck: SC2164 Use 'cd ... || exit' or 'cd ... || return' in case cd fails 2017-06-14 03:54:55 -04:00
Nick Schonning cce56a99b9 Shellcheck: SC2128 Expanding an array without an index only gives the first element 2017-06-14 03:51:35 -04:00
Nick Schonning 19d6c12219 Spellcheck: SC2002 useless cat 2017-06-14 03:46:09 -04:00
Nick Schonning d2d0efe69c Shellcheck: SC2046 and SC2086 quoting 2017-06-14 03:46:04 -04:00