Skip to content

Node: Merge pull request #1255 from PeterDaveHello/update-node.js #7898

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 1 commit into from
Apr 29, 2020

Conversation

nodejs-github-bot
Copy link
Contributor

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 2c5eb51..310eb3e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -54,16 +54,16 @@ node:12.16-buster-slim
 node:12.16-slim
 node:12.16-stretch
 node:12.16-stretch-slim
-node:12.16.2
-node:12.16.2-alpine
-node:12.16.2-alpine3.9
-node:12.16.2-alpine3.10
-node:12.16.2-alpine3.11
-node:12.16.2-buster
-node:12.16.2-buster-slim
-node:12.16.2-slim
-node:12.16.2-stretch
-node:12.16.2-stretch-slim
+node:12.16.3
+node:12.16.3-alpine
+node:12.16.3-alpine3.9
+node:12.16.3-alpine3.10
+node:12.16.3-alpine3.11
+node:12.16.3-buster
+node:12.16.3-buster-slim
+node:12.16.3-slim
+node:12.16.3-stretch
+node:12.16.3-stretch-slim
 node:13
 node:13-alpine
 node:13-alpine3.10
diff --git a/node_lts-alpine/Dockerfile b/node_lts-alpine/Dockerfile
index 8462ba3..842dc18 100644
--- a/node_lts-alpine/Dockerfile
+++ b/node_lts-alpine/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.11
 
-ENV NODE_VERSION 12.16.2
+ENV NODE_VERSION 12.16.3
 
 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="f6b8bb0ee376cd1e7096f15b68efc3bb6adbd2cb33a12002d5982384b733dcab" \
+          CHECKSUM="af47aa64de372d9a9d16307b6af9785ee28bdf9892f1de28a78b85917dacf257" \
           ;; \
         *) ;; \
       esac \
diff --git a/node_lts-alpine3.10/Dockerfile b/node_lts-alpine3.10/Dockerfile
index f1792f1..7706798 100644
--- a/node_lts-alpine3.10/Dockerfile
+++ b/node_lts-alpine3.10/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.10
 
-ENV NODE_VERSION 12.16.2
+ENV NODE_VERSION 12.16.3
 
 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="f6b8bb0ee376cd1e7096f15b68efc3bb6adbd2cb33a12002d5982384b733dcab" \
+          CHECKSUM="af47aa64de372d9a9d16307b6af9785ee28bdf9892f1de28a78b85917dacf257" \
           ;; \
         *) ;; \
       esac \
diff --git a/node_lts-alpine3.9/Dockerfile b/node_lts-alpine3.9/Dockerfile
index 3dbf92e..4907965 100644
--- a/node_lts-alpine3.9/Dockerfile
+++ b/node_lts-alpine3.9/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.9
 
-ENV NODE_VERSION 12.16.2
+ENV NODE_VERSION 12.16.3
 
 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="f6b8bb0ee376cd1e7096f15b68efc3bb6adbd2cb33a12002d5982384b733dcab" \
+          CHECKSUM="af47aa64de372d9a9d16307b6af9785ee28bdf9892f1de28a78b85917dacf257" \
           ;; \
         *) ;; \
       esac \
diff --git a/node_lts-buster-slim/Dockerfile b/node_lts-buster-slim/Dockerfile
index a681392..984c3f3 100644
--- a/node_lts-buster-slim/Dockerfile
+++ b/node_lts-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 12.16.2
+ENV NODE_VERSION 12.16.3
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \
diff --git a/node_lts-buster/Dockerfile b/node_lts-buster/Dockerfile
index f901c38..0cf65c3 100644
--- a/node_lts-buster/Dockerfile
+++ b/node_lts-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 12.16.2
+ENV NODE_VERSION 12.16.3
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \
diff --git a/node_lts-slim/Dockerfile b/node_lts-slim/Dockerfile
index 4e76d62..c58959c 100644
--- a/node_lts-slim/Dockerfile
+++ b/node_lts-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 12.16.2
+ENV NODE_VERSION 12.16.3
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \
diff --git a/node_lts/Dockerfile b/node_lts/Dockerfile
index 149ad29..c4399c0 100644
--- a/node_lts/Dockerfile
+++ b/node_lts/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 12.16.2
+ENV NODE_VERSION 12.16.3
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \

@yosifkit
Copy link
Member

Build test of #7898; c5443d5; amd64 (node):

$ bashbrew build node:14.0.0-stretch
Using bashbrew/cache:322044b61fa63b455e202a6537c33c4dba8727f5e23764fcce8e2a36bb0e9f18 (node:14.0.0-stretch)
Tagging node:14.0.0-stretch
Tagging node:14.0-stretch
Tagging node:14-stretch
Tagging node:stretch
Tagging node:current-stretch
Tagging node:14.0.0
Tagging node:14.0
Tagging node:14
Tagging node:latest
Tagging node:current

$ test/run.sh node:14.0.0-stretch
testing node:14.0.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:14.0.0-stretch-slim
Using bashbrew/cache:62de1f60711d7c2e282ea93d186fa8f66c55b69e36bd1cdcfbd97df22615e16c (node:14.0.0-stretch-slim)
Tagging node:14.0.0-stretch-slim
Tagging node:14.0-stretch-slim
Tagging node:14-stretch-slim
Tagging node:stretch-slim
Tagging node:current-stretch-slim
Tagging node:14.0.0-slim
Tagging node:14.0-slim
Tagging node:14-slim
Tagging node:slim
Tagging node:current-slim

$ test/run.sh node:14.0.0-stretch-slim
testing node:14.0.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:14.0.0-buster
Using bashbrew/cache:3bb9ce07ac1942fb94dad88bc2e2c31ea82a4646ceea2d982440b20f159f7ec5 (node:14.0.0-buster)
Tagging node:14.0.0-buster
Tagging node:14.0-buster
Tagging node:14-buster
Tagging node:buster
Tagging node:current-buster

$ test/run.sh node:14.0.0-buster
testing node:14.0.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:14.0.0-buster-slim
Using bashbrew/cache:57da7838fdc8485b24c08e17e4107f3f3df337eb0c715c5697a2c9b041c46ab6 (node:14.0.0-buster-slim)
Tagging node:14.0.0-buster-slim
Tagging node:14.0-buster-slim
Tagging node:14-buster-slim
Tagging node:buster-slim
Tagging node:current-buster-slim

$ test/run.sh node:14.0.0-buster-slim
testing node:14.0.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:14.0.0-alpine3.10
Using bashbrew/cache:157163b98e04744f9a6ffa353e185010c779cfbd7d3f3e62b13d736caea23e07 (node:14.0.0-alpine3.10)
Tagging node:14.0.0-alpine3.10
Tagging node:14.0-alpine3.10
Tagging node:14-alpine3.10
Tagging node:alpine3.10
Tagging node:current-alpine3.10

$ test/run.sh node:14.0.0-alpine3.10
testing node:14.0.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:14.0.0-alpine3.11
Using bashbrew/cache:09a2eaf6d1d163a8190f6c3b82ab0a88c0dcd4a73d84eee4d80274cfe4c9b688 (node:14.0.0-alpine3.11)
Tagging node:14.0.0-alpine3.11
Tagging node:14.0-alpine3.11
Tagging node:14-alpine3.11
Tagging node:alpine3.11
Tagging node:current-alpine3.11
Tagging node:14.0.0-alpine
Tagging node:14.0-alpine
Tagging node:14-alpine
Tagging node:alpine
Tagging node:current-alpine

$ test/run.sh node:14.0.0-alpine3.11
testing node:14.0.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:13.13.0-stretch
Using bashbrew/cache:2f38f4d606a4b445de80346b9d64ece5e6fc0072f0a9366a438e34d8eb19c2b7 (node:13.13.0-stretch)
Tagging node:13.13.0-stretch
Tagging node:13.13-stretch
Tagging node:13-stretch
Tagging node:13.13.0
Tagging node:13.13
Tagging node:13

$ test/run.sh node:13.13.0-stretch
testing node:13.13.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.13.0-stretch-slim
Using bashbrew/cache:db79c8edbe117e57c0fdbcbae303fce4a8467b78a5308e8dc9cecf58735658d9 (node:13.13.0-stretch-slim)
Tagging node:13.13.0-stretch-slim
Tagging node:13.13-stretch-slim
Tagging node:13-stretch-slim
Tagging node:13.13.0-slim
Tagging node:13.13-slim
Tagging node:13-slim

$ test/run.sh node:13.13.0-stretch-slim
testing node:13.13.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.13.0-buster
Using bashbrew/cache:c0be608772315c926574613faf779c2d51284a90bdea3bd3debf81abf7c75069 (node:13.13.0-buster)
Tagging node:13.13.0-buster
Tagging node:13.13-buster
Tagging node:13-buster

$ test/run.sh node:13.13.0-buster
testing node:13.13.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.13.0-buster-slim
Using bashbrew/cache:c3bcca25ca5053e9f519101a54f035a75ca6c89368a352b00dc00c6dbc2b920b (node:13.13.0-buster-slim)
Tagging node:13.13.0-buster-slim
Tagging node:13.13-buster-slim
Tagging node:13-buster-slim

$ test/run.sh node:13.13.0-buster-slim
testing node:13.13.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.13.0-alpine3.10
Using bashbrew/cache:89dddb535c1ce02af71fd3cdb83bdd903f2039ac20c14d6f3a33ccf0b5e9eab4 (node:13.13.0-alpine3.10)
Tagging node:13.13.0-alpine3.10
Tagging node:13.13-alpine3.10
Tagging node:13-alpine3.10

$ test/run.sh node:13.13.0-alpine3.10
testing node:13.13.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.13.0-alpine3.11
Using bashbrew/cache:eae0acbd2f92fe7c2c8471ad15ab52270289adca7019937b0fc0a27edf9d0dcc (node:13.13.0-alpine3.11)
Tagging node:13.13.0-alpine3.11
Tagging node:13.13-alpine3.11
Tagging node:13-alpine3.11
Tagging node:13.13.0-alpine
Tagging node:13.13-alpine
Tagging node:13-alpine

$ test/run.sh node:13.13.0-alpine3.11
testing node:13.13.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.3-stretch
Building bashbrew/cache:9c321b59f6af5c3b0ad2634d94fdd37f6045475ece9dc849df40860e120ed970 (node:12.16.3-stretch)
Tagging node:12.16.3-stretch
Tagging node:12.16-stretch
Tagging node:12-stretch
Tagging node:erbium-stretch
Tagging node:lts-stretch
Tagging node:12.16.3
Tagging node:12.16
Tagging node:12
Tagging node:erbium
Tagging node:lts

$ test/run.sh node:12.16.3-stretch
testing node:12.16.3-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.3-stretch-slim
Building bashbrew/cache:7a404d6daebf1d153eef1c3f2991d23212320be713c3bd371848c364eb76b73a (node:12.16.3-stretch-slim)
Tagging node:12.16.3-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:12.16.3-slim
Tagging node:12.16-slim
Tagging node:12-slim
Tagging node:erbium-slim
Tagging node:lts-slim

$ test/run.sh node:12.16.3-stretch-slim
testing node:12.16.3-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.3-buster
Building bashbrew/cache:60d75a1d5e2d1e9c97eef4e44a83d2906a79fcc259d47c19cd8a981e4584588a (node:12.16.3-buster)
Tagging node:12.16.3-buster
Tagging node:12.16-buster
Tagging node:12-buster
Tagging node:erbium-buster
Tagging node:lts-buster

$ test/run.sh node:12.16.3-buster
testing node:12.16.3-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.3-buster-slim
Building bashbrew/cache:a43ee494245294f43a64c495c4ba0a135f441a7beb72cb8cefb758f176931659 (node:12.16.3-buster-slim)
Tagging node:12.16.3-buster-slim
Tagging node:12.16-buster-slim
Tagging node:12-buster-slim
Tagging node:erbium-buster-slim
Tagging node:lts-buster-slim

$ test/run.sh node:12.16.3-buster-slim
testing node:12.16.3-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.3-alpine3.9
Building bashbrew/cache:1cafd886554e50824a579846057157df0cc2c61f8b5927b744df9544cde50985 (node:12.16.3-alpine3.9)
Tagging node:12.16.3-alpine3.9
Tagging node:12.16-alpine3.9
Tagging node:12-alpine3.9
Tagging node:erbium-alpine3.9
Tagging node:lts-alpine3.9

$ test/run.sh node:12.16.3-alpine3.9
testing node:12.16.3-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.3-alpine3.10
Building bashbrew/cache:8ae1ee2630608a23569eddccc872c444acdc9040c0962e7989035579bd73e5ce (node:12.16.3-alpine3.10)
Tagging node:12.16.3-alpine3.10
Tagging node:12.16-alpine3.10
Tagging node:12-alpine3.10
Tagging node:erbium-alpine3.10
Tagging node:lts-alpine3.10

$ test/run.sh node:12.16.3-alpine3.10
testing node:12.16.3-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.3-alpine3.11
Building bashbrew/cache:3d7ea42215d1e0d8c96420e603f3d17851c887b1c325cf621c3e597f2cd0858c (node:12.16.3-alpine3.11)
Tagging node:12.16.3-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:12.16.3-alpine
Tagging node:12.16-alpine
Tagging node:12-alpine
Tagging node:erbium-alpine
Tagging node:lts-alpine

$ test/run.sh node:12.16.3-alpine3.11
testing node:12.16.3-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.20.1-jessie
Using bashbrew/cache:0ad7be665ada41a08a58218dcd80b6ac1b74f77ca3cbb8829545fe8d801022cf (node:10.20.1-jessie)
Tagging node:10.20.1-jessie
Tagging node:10.20-jessie
Tagging node:10-jessie
Tagging node:dubnium-jessie

$ test/run.sh node:10.20.1-jessie
testing node:10.20.1-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.20.1-jessie-slim
Using bashbrew/cache:d4d8da5827fa20f864406fec49c41510812eb1b3da618e5e539dfe8d36d5516d (node:10.20.1-jessie-slim)
Tagging node:10.20.1-jessie-slim
Tagging node:10.20-jessie-slim
Tagging node:10-jessie-slim
Tagging node:dubnium-jessie-slim

$ test/run.sh node:10.20.1-jessie-slim
testing node:10.20.1-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.20.1-stretch
Using bashbrew/cache:b5152adbb12e1a79cf35d124ff226198e099c7da3c290f57f234104b6fba3c7c (node:10.20.1-stretch)
Tagging node:10.20.1-stretch
Tagging node:10.20-stretch
Tagging node:10-stretch
Tagging node:dubnium-stretch
Tagging node:10.20.1
Tagging node:10.20
Tagging node:10
Tagging node:dubnium

$ test/run.sh node:10.20.1-stretch
testing node:10.20.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:10.20.1-stretch-slim
Using bashbrew/cache:7b45ae5827333cc282f6b3126b1b7677817d4c54ec50315de39dd806ed10ac4b (node:10.20.1-stretch-slim)
Tagging node:10.20.1-stretch-slim
Tagging node:10.20-stretch-slim
Tagging node:10-stretch-slim
Tagging node:dubnium-stretch-slim
Tagging node:10.20.1-slim
Tagging node:10.20-slim
Tagging node:10-slim
Tagging node:dubnium-slim

$ test/run.sh node:10.20.1-stretch-slim
testing node:10.20.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:10.20.1-buster
Using bashbrew/cache:d52f382a4aae183e93c027b0f899dbf18158487b30ae2d0d5000192e982cda23 (node:10.20.1-buster)
Tagging node:10.20.1-buster
Tagging node:10.20-buster
Tagging node:10-buster
Tagging node:dubnium-buster

$ test/run.sh node:10.20.1-buster
testing node:10.20.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:10.20.1-buster-slim
Using bashbrew/cache:a25351f4e8872384b18cb781b0298fe57bb5418c9b815f9b5fb00fbd734d4775 (node:10.20.1-buster-slim)
Tagging node:10.20.1-buster-slim
Tagging node:10.20-buster-slim
Tagging node:10-buster-slim
Tagging node:dubnium-buster-slim

$ test/run.sh node:10.20.1-buster-slim
testing node:10.20.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:10.20.1-alpine3.9
Using bashbrew/cache:5370c9c791cae69d195181bff34e86361b8780bd5b401a32f2b89a9e8d4e740b (node:10.20.1-alpine3.9)
Tagging node:10.20.1-alpine3.9
Tagging node:10.20-alpine3.9
Tagging node:10-alpine3.9
Tagging node:dubnium-alpine3.9

$ test/run.sh node:10.20.1-alpine3.9
testing node:10.20.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:10.20.1-alpine3.10
Using bashbrew/cache:c1f1643f2da59d21d513afaebc95f20b6f04fa9d220fc741e29be6ba03ba5388 (node:10.20.1-alpine3.10)
Tagging node:10.20.1-alpine3.10
Tagging node:10.20-alpine3.10
Tagging node:10-alpine3.10
Tagging node:dubnium-alpine3.10

$ test/run.sh node:10.20.1-alpine3.10
testing node:10.20.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:10.20.1-alpine3.11
Using bashbrew/cache:bd6833351ff57bb3366618fc5f3ec21005bb2f02f027cedd2e3a90042750f4b9 (node:10.20.1-alpine3.11)
Tagging node:10.20.1-alpine3.11
Tagging node:10.20-alpine3.11
Tagging node:10-alpine3.11
Tagging node:dubnium-alpine3.11
Tagging node:10.20.1-alpine
Tagging node:10.20-alpine
Tagging node:10-alpine
Tagging node:dubnium-alpine

$ test/run.sh node:10.20.1-alpine3.11
testing node:10.20.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

@yosifkit yosifkit merged commit fee8f9f into docker-library:master Apr 29, 2020
@PeterDaveHello
Copy link
Contributor

hmmm ... shouldn't use this PR title 😱

@nschonni nschonni deleted the travis-162465904 branch January 5, 2021 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants