Simen Bekkhus
cbbf60da58
Merge pull request #1579 from MasonM/fix-permission-denied
2021-10-22 08:46:21 +02:00
Simen Bekkhus
f63b83d4c4
Merge pull request #1587 from Jeve-Stobs/version-update
2021-10-21 12:35:59 +02:00
Jeve-Stobs
eeed4a818e
Update node.js v17 from 17.0.0 to 17.0.1
2021-10-20 22:41:33 -04:00
Nick Schonning
abf273aabf
Merge pull request #1586 from PeterDaveHello/update-node.js
...
Update node.js v16 from 16.11.1 to 16.12.0
2021-10-20 22:36:16 -04:00
Peter Dave Hello
9dffc91623
Update node.js v16 from 16.11.1 to 16.12.0
...
- https://nodejs.org/en/blog/release/v16.12.0/
- https://github.com/nodejs/node/releases/tag/v16.12.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.12.0
2021-10-21 02:05:48 +08:00
Simen Bekkhus
82599e7b2b
Merge pull request #1585 from nschonni/14-maintanence
...
fix: change Node 14 maintenace date
2021-10-20 18:16:04 +02:00
Nick Schonning
bd74e0ce21
fix: change Node 14 maintenace date
...
Temporary workaround for LTS tag generation on Docker Hub
2021-10-20 12:10:44 -04:00
Mason Malone
be42a31be4
Update entrypoints for Node 17
2021-10-19 23:05:32 -07:00
Mason Malone
dc060bd8cc
Merge branch 'main' into fix-permission-denied
2021-10-19 23:05:10 -07:00
Simen Bekkhus
fe30a98e02
Merge pull request #1582 from nschonni/fix-17
2021-10-20 07:29:50 +02:00
Mason Malone
f89451f17b
Add regression test
2021-10-19 18:41:13 -07:00
Nick Schonning
d23d09bf6a
fix: Add execute bit to entrypoint.sh
2021-10-19 21:03:07 -04:00
Nick Schonning
90f2ec33f6
Merge pull request #1581 from nschonni/node-17
...
feat: Node 17.0.0
2021-10-19 16:15:57 -04:00
Nick Schonning
609a4d2796
feat: NodeJS 17.0.0
2021-10-19 16:08:44 -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
6149e3369d
Merge pull request #1317 from nschonni/missing-checksum
...
chore: Add check for missing Alpine CHECKSUM
2021-10-16 17:28:02 -04:00
Nick Schonning
73f32c4757
Update .github/workflows/missing-checksum.yml
...
Co-authored-by: Mason Malone <mason.malone@gmail.com>
2021-10-16 15:40:31 -04:00
Nick Schonning
611f4b5372
chore: Add check for missing Alpine CHECKSUM
2021-10-16 15:16:45 -04:00
Nick Schonning
3bfbca7b95
Merge pull request #1577 from MasonM/better-error-handling-in-updatesh
...
fix: Better error handling in update.sh
2021-10-16 15:14:42 -04:00
Mason Malone
8261a0234e
fix: Better error handling in update.sh
...
This makes a couple tweaks to the error handling in update.sh:
1. If one of the background jobs exits with a non-zero exit status, the
script will no longer exit with status 0. Closes #1269
2. For Alpine, immediately exit if checksum is zero length to avoid
corrupting a Dockerfile.
2021-10-12 19:43:53 -07:00
Simen Bekkhus
961785b30d
Merge pull request #1576 from nschonni/oct-2021-security
...
feat: NodeJS October 12 2021 Security Release
2021-10-13 01:39:39 +02:00
Nick Schonning
a70c43d475
feat: NodeJS October 12 2021 Security Release
2021-10-12 18:22:30 -04:00
Simen Bekkhus
d54066bdef
Merge pull request #1575 from nschonni/16.11.0
2021-10-11 07:07:17 +02:00
Nick Schonning
feeac50791
feat: NodeJS 16.11.0
2021-10-11 00:26:11 -04:00
Nick Schonning
a09c4c2e41
Merge pull request #1569 from PeterDaveHello/update-node.js
...
Update node.js v14 from 14.17.6 to 14.18.0
2021-09-28 12:20:33 -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
Peter Dave Hello
3072fcb727
Merge pull request #1568 from nodejs/dependabot/github_actions/actions/setup-node-2.4.1
2021-09-28 20:19:48 +08:00
dependabot[bot]
5dde251000
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-28 07:04:27 +00:00
Nick Schonning
6e777d1cf5
Merge pull request #1565 from PeterDaveHello/update-node.js
...
Update node.js v16 from 16.9.1 to 16.10.0
2021-09-22 21:50:08 -04:00
Peter Dave Hello
e886c2c1d3
Update node.js v16 from 16.9.1 to 16.10.0
...
- https://nodejs.org/en/blog/release/v16.10.0/
- https://github.com/nodejs/node/releases/tag/v16.10.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.10.0
2021-09-23 09:37:03 +08:00
Nick Schonning
c2b08fb23d
Merge pull request #1560 from SimenB/16.9.1
...
chore: update to v16.9.1
2021-09-11 08:54:02 -04:00
Simen Bekkhus
e7d1cdd4b9
chore: update to v16.9.1
2021-09-11 14:10:23 +02:00
Simen Bekkhus
71a47e01dd
Merge pull request #1557 from nschonni/16.9.0
2021-09-09 08:56:50 +02:00
Nick Schonning
efbd2fac72
feat: Node 16.9.0
2021-09-08 21:43:13 -04:00
Nick Schonning
9bf034ef1f
Merge pull request #1555 from rafalmaciejewski/14-17-6
...
feat: Node.js August 2021 security release
2021-08-31 14:02:24 -04:00
Rafał Maciejewski
dc340d0bf2
feat: Node.js August 2021 security release
2021-08-31 19:44:52 +02:00
Simen Bekkhus
d2d6eb793f
Merge pull request #1553 from nschonni/16.8.0
2021-08-26 06:56:59 +02:00
Nick Schonning
3047652162
feat: Node.js 16.8.0
2021-08-25 20:07:38 -04:00
Nick Schonning
86e9297166
Merge pull request #1549 from nodejs/dependabot/github_actions/actions/github-script-4.1
...
chore(deps): bump actions/github-script from 4.0.2 to 4.1
2021-08-20 08:28:56 -04:00
dependabot[bot]
8479accc03
chore(deps): bump actions/github-script from 4.0.2 to 4.1
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 4.0.2 to 4.1.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v4.0.2...v4.1 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 07:03:08 +00:00
Nick Schonning
52e241d681
Merge pull request #1547 from SimenB/16-17
...
chore: update to 16.7.0
2021-08-18 10:17:37 -04:00
Simen Bekkhus
706364e992
chore: update to 16.7.0
2021-08-18 15:15:43 +02:00
Nick Schonning
6c94e033cf
Merge pull request #1546 from nschonni/stackbrew-directory
...
fix: Use folder commmit for Stackbrew
2021-08-17 15:31:17 -04:00
Nick Schonning
5f1570b634
fix: Use folder commmit for Stackbrew
2021-08-17 13:12:00 -04:00
Simen Bekkhus
52991e7cd4
Merge pull request #1545 from nschonni/chmod
2021-08-17 10:00:00 +02:00
Nick Schonning
ceafcc63d4
fix: chmod bullseye entrypoint script
2021-08-16 21:28:17 -04:00
Nick Schonning
9fffd34154
Merge pull request #1544 from nschonni/bullseye
...
feat: Add Debian Bullseye images
2021-08-16 21:20:03 -04:00
Nick Schonning
17466c81a5
feat: Add Debian Bullseye images
...
Closes #1415
2021-08-16 16:38:13 -04:00
Nick Schonning
be6dead1ee
feat: Updated 16.6.2 Alpine checksum
...
Unoffical builds has recently made changes to the tooling, that appears
to have changed the checksum
2021-08-16 16:07:46 -04:00
Nick Schonning
b0b3d91fe0
Merge pull request #1540 from nschonni/git-attributes
...
chore: Add gitattributes for Git Bash LF checkout
2021-08-16 16:02:50 -04:00