New stable release Debian 10 "buster" was released 2019-07-06. Add
new "buster" and "buster-slim" image variants for all currently
supported Node.js versions (v8, v10, v12).
The contents of these files were generated by cross-referencing the available artifacts on https://nodejs.org/dist/ vs the supported architectures of the base image of each variant.
Full support for wheezy ended on April 26, 2016. LTS support will drop
in May 2018:
https://wiki.debian.org/DebianReleases#Production_Releases
We may want to wait until the LTS drop date. However, given the recent
release of Stretch the timing seems appropriate to do it sooner.
Also worth noting is that LTS is not supported by the Debian Security
team but by volunteers and interested companies:
https://wiki.debian.org/LTS
* Add alpine to multi-arch support
Issue #568
* Updated architectures for 4.8 to include alpine
Issue #568
* Removed alpine multi-arch for 4.8 and 6.11 and arm32v6 support
Issue #568
* Restored alpine to amd64 architecture
Issue #568
- 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>
* 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
- 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>