Commit Graph

60 Commits

Author SHA1 Message Date
Node.js GitHub Bot f82af606ac feat: Node.js 14.20.0, 16.16.0, 18.5.0 2022-07-07 23:48:34 +00:00
Nick Schonning 4f1d6a3875
chore: drop EOL Stretch images 2022-07-01 22:34:13 -04:00
Jesper Noordsij 23e032fd53 Add Alpine 3.16 variant
Also remove Alpine 3.14
2022-06-07 20:31:41 +02:00
Node.js GitHub Bot 4e8fe34165 feat: Node.js 14.19.3, 18.2.0 2022-05-17 22:23:19 +00:00
Nick Schonning 34b6fe9dc8
feat: Node.js 14.9.2 2022-05-14 19:13:14 -04:00
SimenB 6e8f32de3f Update to 12.22.11,14.19.1,16.14.2,17.7.2 2022-03-18 08:23:38 +00:00
Peter Dave Hello b36041b26d Update node.js v14 from 14.18.3 to 14.19.0 with Yarn v1.22.17
- https://nodejs.org/en/blog/release/v14.19.0/
- https://github.com/nodejs/node/releases/tag/v14.19.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.19.0
2022-02-01 23:34:02 +08:00
Simen Bekkhus 85ca389386 chore: update with security releases 2022-01-11 10:22:45 +01:00
Petr Mikusek 3760675a3f Added Alpine 3.15
- removed Alpine 3.12 and 3.13 to keep only two Alpine variants
2021-12-27 00:42:41 +01:00
Nick Schonning b695e030ea
feat: NodeJS 14.18.2 and 17.2.0 2021-11-30 20:51:13 -05:00
Nick Schonning 3249d350bd
fix: Drop Apline 3.11 for EOL 2021-11-03 21:20:43 -04:00
Mason Malone 3101ce6b5b fix: docker-entrypoint.sh file handling, closes #1456
The docker-entrypoint.sh script added in
https://github.com/nodejs/docker-node/issues/1039 is intended to run the
supplied command with "node" if it contains a "-" or doesn't correspond
to a system command. In Alpine, this doesn't work if the supplied
command corresponds to a regular, non-executable JS file.

The root issue is a bug in ash/dash: its implementation of "command -v"
incorrectly outputs the supplied command_name even for non-executable
files. This is a violation of the POSIX standard and has been reported
to the Debian team in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264, though there's
been no activity in several years.

As a workaround, this adds an additional check to docker-entrypoint.sh
for regular files that aren't marked as executable.
2021-10-17 16:10:56 -07:00
Nick Schonning a70c43d475
feat: NodeJS October 12 2021 Security Release 2021-10-12 18:22:30 -04:00
Peter Dave Hello a049b4da06 Update node.js v14 from 14.17.6 to 14.18.0
- https://nodejs.org/en/blog/release/v14.18.0/
- https://github.com/nodejs/node/releases/tag/v14.18.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.18.0
2021-09-28 22:02:31 +08:00
Rafał Maciejewski dc340d0bf2 feat: Node.js August 2021 security release 2021-08-31 19:44:52 +02:00
Nick Schonning ceafcc63d4
fix: chmod bullseye entrypoint script 2021-08-16 21:28:17 -04:00
Nick Schonning 17466c81a5
feat: Add Debian Bullseye images
Closes #1415
2021-08-16 16:38:13 -04:00
Nick Schonning a16a841095
feat: Node.js August 2021 security release 2021-08-11 17:20:08 -04:00
Nick Schonning d1fe16fecf
feat: Second July Node security release 2021-07-30 00:41:34 -04:00
Petr Mikusek 26a3ec0d3a Added Alpine 3.14 2021-07-08 12:51:36 +02:00
Nick Schonning fd130acf06
chore: July Security Windows Installer fix 2021-07-07 00:23:57 -04:00
Nick Schonning 71f47ea79d
feat: July 2021 Security 12, 14, 16 releases 2021-07-06 13:11:16 -04:00
Nick Schonning 66b46292a6
chore: Use openpgp and Ubuntu keyservers 2021-07-01 15:12:18 -04:00
Rafał Maciejewski 1d04d72efc chore: update to node 14.17.1 2021-06-15 18:12:56 +02:00
Nick Schonning a95b461c4c
chore: Drop EOL Apline 3.10 2021-05-31 10:26:20 -04:00
Simen Bekkhus b1035ac19b chore: update to node 14.17.0 2021-05-12 08:12:49 +02:00
Nick Schonning 106a81baa0
chore: Migrate to JS based stackbrew 2021-04-24 16:46:21 -04:00
Nick Schonning 31246f5f77
[Security]: Node.js April 2021 patch 2021-04-07 00:25:09 -04:00
Nick Schonning 6e7d6511ab
[security]: Node.js February 23 release for v10-15
- v10.24.0
- v12.21.0
- v14.16.0
- v15.10.0
2021-02-23 15:51:03 -05:00
Vincent Composieux dbee85cde7
Added alpine 3.13 base distrib for node.js v14 and v15
Alpine just released its v3.13 version with some performances
improvements in the way on how NodeJS is built.

For more information, see release blog post: https://alpinelinux.org/posts/Alpine-3.13.0-released.html
2021-02-12 22:45:57 +01:00
Simen Bekkhus 884bf23823 chore: update to v14.15.5 2021-02-09 20:34:47 +01:00
Nick Schonning ad676318f0
fix: January 2021 Node 10, 12, 14, 15 release 2021-01-04 19:22:26 -05:00
Simen Bekkhus a876b9aa22 chore: update to 14.15.3 2020-12-18 10:02:30 +01:00
Peter Dave Hello 9a348664d8 Update node.js v14 from 14.15.1 to 14.15.2
- https://nodejs.org/en/blog/release/v14.15.2/
- https://github.com/nodejs/node/releases/tag/v14.15.2
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.15.2
2020-12-16 16:26:42 +08:00
Nick Schonning 41ea056228 feat: November 16 Security Updates for Apline 2020-11-16 16:18:34 -05:00
Peter Dave Hello ba99d6d8df November 2020 Security Releases for Debian base images
References:

- https://nodejs.org/en/blog/release/v12.19.1
- https://nodejs.org/en/blog/release/v14.15.1
- https://nodejs.org/en/blog/release/v15.2.1
- https://nodejs.org/en/blog/vulnerability/november-2020-security-releases/
2020-11-17 00:41:30 +08:00
Simen Bekkhus c2604466d0 chore: update to v10.23.0 & v14.15.0
https://nodejs.org/en/blog/release/v10.23.0/

https://nodejs.org/en/blog/release/v14.15.0/
2020-10-27 19:46:59 +01:00
Travis Shivers 7b11db1cab
feat: upgrade node to 14.14.0 2020-10-15 21:22:12 -05:00
Travis Shivers bcd3607a38
feat: upgrade node to 14.13.1
https://github.com/nodejs/node/releases/tag/v14.13.1
2020-10-07 20:29:14 -05:00
Travis Shivers b161a740df
refactor(architectures): sort and align 2020-10-07 00:06:56 -05:00
Nick Schonning 56fd8929ed fix: Remove 386 architecture for v12 and v14
Official support stopped in v8 and is currnetly all failing in the
official-images CI.
Can be re-enabled if support is fixed
2020-10-06 12:33:45 -04:00
Travis Shivers 80ded64083
feat(node): upgrade node to 14.13.0 2020-10-02 13:44:50 -05:00
Nick Schonning a554ca357f
Merge pull request #1336 from nschonni/v14-12-0
feat: Upgrade v14.11.0 to v14.12.0
2020-10-02 14:23:05 -04:00
Nick Schonning 0e8c6f58d5 feat: Upgrade v14.11.0 to v14.12.0 2020-09-23 17:40:42 -04:00
Travis Shivers 3d290f8d6d
fix: use python3 or python2 for alpine
In alpine3.12, they removed the python package in favor of either
python2 or python3.
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel

However, nodejs 12, 10 require python2 for building from source. I added
a change in update.sh that swaps out python3 for python2 in those older
versions for alpine Dockerfiles.

Refs #1330
2020-09-22 18:50:21 -05:00
Nick Schonning c7bc3b9da1 feat: v14.11.0 securty release 2020-09-15 19:34:33 -04:00
Peter Dave Hello 87e7f479d6 Update node.js v14 from 14.10.0 to 14.10.1
- https://nodejs.org/en/blog/release/v14.10.1/
- https://github.com/nodejs/node/releases/tag/v14.10.1
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.10.1
2020-09-11 03:03:17 +08:00
Nick Schonning 6614c14c32 feat: Update v14.9.0 to v14.10.0 2020-09-09 00:41:31 -04:00
Peter Dave Hello 41467a844e Update node.js v14 from 14.8.0 to 14.9.0
- https://nodejs.org/en/blog/release/v14.9.0/
- https://github.com/nodejs/node/releases/tag/v14.9.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.9.0
2020-08-28 03:05:09 +08:00
Nick Schonning afee5ceeb1 feat: Update v14.7.0 to v14.8.0 2020-08-11 17:47:10 -04:00