Commit Graph

12 Commits

Author SHA1 Message Date
Paolo Mainardi fb4d1b39fe fix templates 2018-02-05 23:48:07 +01:00
Paolo Mainardi 43458812d3 better support of gpg keys installation behind a proxy 2018-02-05 13:52:34 +01:00
Christopher Horrell 0d53412448 Use --no-same-owner to enforce root ownership 2017-11-07 20:46:19 -05:00
Christopher Horrell ca6f742e5c Set ownership for Node.js tarball. Fixes #505 2017-11-07 20:46:19 -05:00
Simen Bekkhus 001cfa3930
Add i386 arch support (#576)
* Add i386 arch support

Fixes #574

* download is x86, not i386

* Remove wheezy from i386 builds

* No alpine-3.4 i386 build
2017-11-05 16:41:03 +01:00
Peter Dave Hello 94a739297f Update GPG keys 2017-11-01 03:33:36 +08:00
Laurent Goderre 9861e1b843 Revert log level to npm's default level
Fixes #528
2017-10-18 12:05:45 -04:00
Robert (Jamie) Munro 9d82d3ff6e Update list of gpg keys (#546)
* Update list of gpg keys 

from https://github.com/nodejs/node#release-team

The former first key no longer seems to exist on the keyservers.

* Update gpg keys in other templates
2017-10-18 14:56:17 +02:00
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
longquan7 35dbf01b34 Support arm64 architecture (#497)
* master

* Regenerate dockerfiles to update case statements

* Update architectures
2017-08-14 14:15:40 +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
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