Commit Graph

18 Commits

Author SHA1 Message Date
Dāvis b502aa0163 Support arm32v7 architecture (#504)
* Support arm32v7

* Fix update script for armv7

* Fix get_arch function for arm32v7

* Fix indent
2017-08-18 21:21:26 +02:00
Simen Bekkhus 9312dc9980 Add arm64 to slim and 4.8 (#501) 2017-08-15 15:47:03 +02:00
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
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
Peter Petrov 1b7702bd04 Change Yarn installation method. Tarball is used now. 2017-05-16 03:55:35 +03:00
Peter Petrov 7014a1a7db Reorder keyservers 2017-05-15 05:20:23 +03:00
Peter Dave Hello 178e7a18a2 Enable curl "--compressed" 2017-05-04 00:03:16 +08:00
Christopher Horrell 06bb597f0a Try other key servers if ha.pool.sks-keyservers.net is unreachable
If ha.pool.sks-keyservers.net times out we try pgp.mit.edu then
keyserver.pgp.com.

This should hopefully resolve the occasional build errors we see in
Travis and for issues like #340
2017-04-06 15:52:48 -04:00
Christopher Horrell 0633e31db9
Merge pull request #358 from chorrell/v7.7.3
Update for Node.js v7.7.3
2017-03-15 18:59:17 +02:00
Peter Petrov debf4ea17c Build stability improvements (curl & gpg) 2017-03-01 02:12:21 +02:00
Peter Petrov a86d32ab9a Add Yarn 2017-02-25 00:58:44 +02:00
Christopher Horrell 0f84465129 Update for Node.js v7.6.0; add new sig
See:

- https://nodejs.org/en/blog/release/v7.6.0/

Also Adds fignerprint for Italo A. Casas

See:

- https://github.com/nodejs/node#release-team
2017-02-22 09:00:19 -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
Laurent Goderre 9234116f2a Added a non root user
Allows running non-root commands (such as npm). Fixes #253
2016-10-25 14:35:44 -04:00
Christopher Horrell 5ad063e3ba Add symlink to nodejs. Fixes #181
This adds compatibility with the Debian/Ubuntu  packages that assume a
'nodejs' binary
2016-08-29 15:23:21 -04:00
Christopher Horrell b3367b8845 Revert "Moved the environment variables to the top of the Dockerfile" 2016-04-26 15:38:38 -04:00
Laurent Goderre 8f4f83a54a Moved the environment variables to the top of the Dockerfile 2016-04-25 09:22:43 -04:00
Laurent Goderre ced0aa8af2 Added templates for generating the variants 2016-04-08 09:10:42 -04:00