-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Node: Update node.js v13 from 13.11.0 to 13.12.0 #7697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 24175a3..762ffdf 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -73,24 +73,24 @@ node:13-buster-slim
node:13-slim
node:13-stretch
node:13-stretch-slim
-node:13.11
-node:13.11-alpine
-node:13.11-alpine3.10
-node:13.11-alpine3.11
-node:13.11-buster
-node:13.11-buster-slim
-node:13.11-slim
-node:13.11-stretch
-node:13.11-stretch-slim
-node:13.11.0
-node:13.11.0-alpine
-node:13.11.0-alpine3.10
-node:13.11.0-alpine3.11
-node:13.11.0-buster
-node:13.11.0-buster-slim
-node:13.11.0-slim
-node:13.11.0-stretch
-node:13.11.0-stretch-slim
+node:13.12
+node:13.12-alpine
+node:13.12-alpine3.10
+node:13.12-alpine3.11
+node:13.12-buster
+node:13.12-buster-slim
+node:13.12-slim
+node:13.12-stretch
+node:13.12-stretch-slim
+node:13.12.0
+node:13.12.0-alpine
+node:13.12.0-alpine3.10
+node:13.12.0-alpine3.11
+node:13.12.0-buster
+node:13.12.0-buster-slim
+node:13.12.0-slim
+node:13.12.0-stretch
+node:13.12.0-stretch-slim
node:alpine
node:alpine3.10
node:alpine3.11
diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index 4485f93..ad5e576 100644
--- a/node_alpine/Dockerfile
+++ b/node_alpine/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.11
-ENV NODE_VERSION 13.11.0
+ENV NODE_VERSION 13.12.0
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
@@ -12,7 +12,7 @@ RUN addgroup -g 1000 node \
&& case "${alpineArch##*-}" in \
x86_64) \
ARCH='x64' \
- CHECKSUM="3bbdfc77adc4682ac5d9907021494b37f365c3d7e3952b2efbc70d0512fad907" \
+ CHECKSUM="2be1914d44aafdb6d0b41b8f78eb19dc7cbec21738e1f06d37ac2d06405c260f" \
;; \
*) ;; \
esac \
diff --git a/node_alpine3.10/Dockerfile b/node_alpine3.10/Dockerfile
index d63a228..5963ded 100644
--- a/node_alpine3.10/Dockerfile
+++ b/node_alpine3.10/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.10
-ENV NODE_VERSION 13.11.0
+ENV NODE_VERSION 13.12.0
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
@@ -12,7 +12,7 @@ RUN addgroup -g 1000 node \
&& case "${alpineArch##*-}" in \
x86_64) \
ARCH='x64' \
- CHECKSUM="3bbdfc77adc4682ac5d9907021494b37f365c3d7e3952b2efbc70d0512fad907" \
+ CHECKSUM="2be1914d44aafdb6d0b41b8f78eb19dc7cbec21738e1f06d37ac2d06405c260f" \
;; \
*) ;; \
esac \
diff --git a/node_buster-slim/Dockerfile b/node_buster-slim/Dockerfile
index a617b24..a42cd2c 100644
--- a/node_buster-slim/Dockerfile
+++ b/node_buster-slim/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:buster-slim
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
-ENV NODE_VERSION 13.11.0
+ENV NODE_VERSION 13.12.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_buster/Dockerfile b/node_buster/Dockerfile
index 4cb1794..fa1a036 100644
--- a/node_buster/Dockerfile
+++ b/node_buster/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:buster
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
-ENV NODE_VERSION 13.11.0
+ENV NODE_VERSION 13.12.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index 1b09ba0..a160cbc 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:stretch
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
-ENV NODE_VERSION 13.11.0
+ENV NODE_VERSION 13.12.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 229feba..f70dc77 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
-ENV NODE_VERSION 13.11.0
+ENV NODE_VERSION 13.12.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \ |
|
Build test of #7697; 1ee3ab3; $ bashbrew build node:13.12.0-stretch
Building bashbrew/cache:e7f5804e3b592e331ca2bdf6d917337cae518b6e47e231c1b464bcb8be6dde31 (node:13.12.0-stretch)
Tagging node:13.12.0-stretch
Tagging node:13.12-stretch
Tagging node:13-stretch
Tagging node:stretch
Tagging node:13.12.0
Tagging node:13.12
Tagging node:13
Tagging node:latest
$ test/run.sh node:13.12.0-stretch
testing node:13.12.0-stretch
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:13.12.0-stretch-slim
Building bashbrew/cache:2471d662ec495810d7427be5f6831b982658fdf3c4ad4e123ae892ebcf24aa0f (node:13.12.0-stretch-slim)
Tagging node:13.12.0-stretch-slim
Tagging node:13.12-stretch-slim
Tagging node:13-stretch-slim
Tagging node:stretch-slim
Tagging node:13.12.0-slim
Tagging node:13.12-slim
Tagging node:13-slim
Tagging node:slim
$ test/run.sh node:13.12.0-stretch-slim
testing node:13.12.0-stretch-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:13.12.0-buster
Building bashbrew/cache:806fb4696935a605cd2e2b3a3ce1c94a4a8dfb80a5c1edaebb0a32c99f854b59 (node:13.12.0-buster)
Tagging node:13.12.0-buster
Tagging node:13.12-buster
Tagging node:13-buster
Tagging node:buster
$ test/run.sh node:13.12.0-buster
testing node:13.12.0-buster
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:13.12.0-buster-slim
Building bashbrew/cache:9134fd9dec81da01402959d88fe9796a1c6ae821fdd96c56defd49c1ea4230bc (node:13.12.0-buster-slim)
Tagging node:13.12.0-buster-slim
Tagging node:13.12-buster-slim
Tagging node:13-buster-slim
Tagging node:buster-slim
$ test/run.sh node:13.12.0-buster-slim
testing node:13.12.0-buster-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:13.12.0-alpine3.10
Building bashbrew/cache:041cc5a0fb33771003aef6473146c8fddd05be2e0d750fa2216713f1759cb77b (node:13.12.0-alpine3.10)
Tagging node:13.12.0-alpine3.10
Tagging node:13.12-alpine3.10
Tagging node:13-alpine3.10
Tagging node:alpine3.10
$ test/run.sh node:13.12.0-alpine3.10
testing node:13.12.0-alpine3.10
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:13.12.0-alpine3.11
Building bashbrew/cache:f84eea621cc060b87d155032f46cfda1232a535dac440c5b840a501947262420 (node:13.12.0-alpine3.11)
Tagging node:13.12.0-alpine3.11
Tagging node:13.12-alpine3.11
Tagging node:13-alpine3.11
Tagging node:alpine3.11
Tagging node:13.12.0-alpine
Tagging node:13.12-alpine
Tagging node:13-alpine
Tagging node:alpine
$ test/run.sh node:13.12.0-alpine3.11
testing node:13.12.0-alpine3.11
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:12.16.1-stretch
Using bashbrew/cache:46bbf5f035073bf295017bfe7935fac4237b9e924b01590ad73c6ca9417e885d (node:12.16.1-stretch)
Tagging node:12.16.1-stretch
Tagging node:12.16-stretch
Tagging node:12-stretch
Tagging node:erbium-stretch
Tagging node:lts-stretch
Tagging node:current-stretch
Tagging node:12.16.1
Tagging node:12.16
Tagging node:12
Tagging node:erbium
Tagging node:lts
Tagging node:current
$ test/run.sh node:12.16.1-stretch
testing node:12.16.1-stretch
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:12.16.1-stretch-slim
Using bashbrew/cache:4781972ef21b4080fa724983924a421d7fe1b9e102946e3ca1a9cf4748143b97 (node:12.16.1-stretch-slim)
Tagging node:12.16.1-stretch-slim
Tagging node:12.16-stretch-slim
Tagging node:12-stretch-slim
Tagging node:erbium-stretch-slim
Tagging node:lts-stretch-slim
Tagging node:current-stretch-slim
Tagging node:12.16.1-slim
Tagging node:12.16-slim
Tagging node:12-slim
Tagging node:erbium-slim
Tagging node:lts-slim
Tagging node:current-slim
$ test/run.sh node:12.16.1-stretch-slim
testing node:12.16.1-stretch-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:12.16.1-buster
Using bashbrew/cache:137c56c044dd76654ef2f03c1df7b4c9eec43d66d81d8aa3ea3808abb380b007 (node:12.16.1-buster)
Tagging node:12.16.1-buster
Tagging node:12.16-buster
Tagging node:12-buster
Tagging node:erbium-buster
Tagging node:lts-buster
Tagging node:current-buster
$ test/run.sh node:12.16.1-buster
testing node:12.16.1-buster
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:12.16.1-buster-slim
Using bashbrew/cache:a416e4a0615d92003c3e6beef226626700dcd4dfd633109b1e8d34ba6eef01cd (node:12.16.1-buster-slim)
Tagging node:12.16.1-buster-slim
Tagging node:12.16-buster-slim
Tagging node:12-buster-slim
Tagging node:erbium-buster-slim
Tagging node:lts-buster-slim
Tagging node:current-buster-slim
$ test/run.sh node:12.16.1-buster-slim
testing node:12.16.1-buster-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:12.16.1-alpine3.9
Using bashbrew/cache:dcfc6db39e858b648956315c924e060ac8db2f6f6dd1431f74aa9fd0785d31f4 (node:12.16.1-alpine3.9)
Tagging node:12.16.1-alpine3.9
Tagging node:12.16-alpine3.9
Tagging node:12-alpine3.9
Tagging node:erbium-alpine3.9
Tagging node:lts-alpine3.9
Tagging node:current-alpine3.9
$ test/run.sh node:12.16.1-alpine3.9
testing node:12.16.1-alpine3.9
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:12.16.1-alpine3.10
Using bashbrew/cache:bd73c0a4d8bcabe941f4970da98520d1b0a3c9841cf1b60bd9d9261a8a98d707 (node:12.16.1-alpine3.10)
Tagging node:12.16.1-alpine3.10
Tagging node:12.16-alpine3.10
Tagging node:12-alpine3.10
Tagging node:erbium-alpine3.10
Tagging node:lts-alpine3.10
Tagging node:current-alpine3.10
$ test/run.sh node:12.16.1-alpine3.10
testing node:12.16.1-alpine3.10
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:12.16.1-alpine3.11
Using bashbrew/cache:cd5525f779727b8f7bbe6b7ed8a15704e2f6a3e1ccb9878648df2641c0aa4648 (node:12.16.1-alpine3.11)
Tagging node:12.16.1-alpine3.11
Tagging node:12.16-alpine3.11
Tagging node:12-alpine3.11
Tagging node:erbium-alpine3.11
Tagging node:lts-alpine3.11
Tagging node:current-alpine3.11
Tagging node:12.16.1-alpine
Tagging node:12.16-alpine
Tagging node:12-alpine
Tagging node:erbium-alpine
Tagging node:lts-alpine
Tagging node:current-alpine
$ test/run.sh node:12.16.1-alpine3.11
testing node:12.16.1-alpine3.11
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-jessie
Using bashbrew/cache:723177567266bd2ff6051ea7c6880ebf3833ff3afe33e2f0e9feb2c8e81deaa4 (node:10.19.0-jessie)
Tagging node:10.19.0-jessie
Tagging node:10.19-jessie
Tagging node:10-jessie
Tagging node:dubnium-jessie
$ test/run.sh node:10.19.0-jessie
testing node:10.19.0-jessie
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-jessie-slim
Using bashbrew/cache:230aa6cf70b48aa65f5dcc3190924f3eab33f52ecd02be16a40fd7de076bfa41 (node:10.19.0-jessie-slim)
Tagging node:10.19.0-jessie-slim
Tagging node:10.19-jessie-slim
Tagging node:10-jessie-slim
Tagging node:dubnium-jessie-slim
$ test/run.sh node:10.19.0-jessie-slim
testing node:10.19.0-jessie-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-stretch
Using bashbrew/cache:399c79ad4deb4cd64febae5f29b54ef7fab588c5051dbb1efda33911b7971024 (node:10.19.0-stretch)
Tagging node:10.19.0-stretch
Tagging node:10.19-stretch
Tagging node:10-stretch
Tagging node:dubnium-stretch
Tagging node:10.19.0
Tagging node:10.19
Tagging node:10
Tagging node:dubnium
$ test/run.sh node:10.19.0-stretch
testing node:10.19.0-stretch
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-stretch-slim
Using bashbrew/cache:2b725cf8761b11ff49ea1aa93e449af5f686cb29a35e28000520d5273c941098 (node:10.19.0-stretch-slim)
Tagging node:10.19.0-stretch-slim
Tagging node:10.19-stretch-slim
Tagging node:10-stretch-slim
Tagging node:dubnium-stretch-slim
Tagging node:10.19.0-slim
Tagging node:10.19-slim
Tagging node:10-slim
Tagging node:dubnium-slim
$ test/run.sh node:10.19.0-stretch-slim
testing node:10.19.0-stretch-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-buster
Using bashbrew/cache:1c70e5faf1a4ece8b1d3c14250acd605e20b22988dbb77e00ba4c295b9cf3c7d (node:10.19.0-buster)
Tagging node:10.19.0-buster
Tagging node:10.19-buster
Tagging node:10-buster
Tagging node:dubnium-buster
$ test/run.sh node:10.19.0-buster
testing node:10.19.0-buster
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-buster-slim
Using bashbrew/cache:8fce6ce72a910ea6fb7cac06ccd9d53d64c7263bb22ba735310b2f9fa95b6213 (node:10.19.0-buster-slim)
Tagging node:10.19.0-buster-slim
Tagging node:10.19-buster-slim
Tagging node:10-buster-slim
Tagging node:dubnium-buster-slim
$ test/run.sh node:10.19.0-buster-slim
testing node:10.19.0-buster-slim
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-alpine3.9
Using bashbrew/cache:86849e843ba3b34b8be15343b1731a4376cd395fc8c70a4a3afb02d312697497 (node:10.19.0-alpine3.9)
Tagging node:10.19.0-alpine3.9
Tagging node:10.19-alpine3.9
Tagging node:10-alpine3.9
Tagging node:dubnium-alpine3.9
$ test/run.sh node:10.19.0-alpine3.9
testing node:10.19.0-alpine3.9
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-alpine3.10
Using bashbrew/cache:67bf764d2476e509b5f29ba6fa83b639b9e83bc5160d9bdb5d55bf856c1e56ad (node:10.19.0-alpine3.10)
Tagging node:10.19.0-alpine3.10
Tagging node:10.19-alpine3.10
Tagging node:10-alpine3.10
Tagging node:dubnium-alpine3.10
$ test/run.sh node:10.19.0-alpine3.10
testing node:10.19.0-alpine3.10
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
$ bashbrew build node:10.19.0-alpine3.11
Using bashbrew/cache:f0b55a795e73269ebd4d4db5d8cdc844f75acf5b062749ffdf39ffb7fdb8efcd (node:10.19.0-alpine3.11)
Tagging node:10.19.0-alpine3.11
Tagging node:10.19-alpine3.11
Tagging node:10-alpine3.11
Tagging node:dubnium-alpine3.11
Tagging node:10.19.0-alpine
Tagging node:10.19-alpine
Tagging node:10-alpine
Tagging node:dubnium-alpine
$ test/run.sh node:10.19.0-alpine3.11
testing node:10.19.0-alpine3.11
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'node-hello-world' [5/5]...passed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: nodejs/docker-node#1234.
cc @LaurentGoderre @pesho @PeterDaveHello @SimenB @Starefossen