Skip to content
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

Node: Update for v10.2.1 and update chakracore to v10.1.0 #4394

Merged
merged 1 commit into from
May 25, 2018
Merged

Node: Update for v10.2.1 and update chakracore to v10.1.0 #4394

merged 1 commit into from
May 25, 2018

Conversation

chorrell
Copy link
Contributor

@tianon
Copy link
Member

tianon commented May 25, 2018

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index ccbe3c4..17399fc 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -51,10 +51,10 @@ node:10.2
 node:10.2-alpine
 node:10.2-slim
 node:10.2-stretch
-node:10.2.0
-node:10.2.0-alpine
-node:10.2.0-slim
-node:10.2.0-stretch
+node:10.2.1
+node:10.2.1-alpine
+node:10.2.1-slim
+node:10.2.1-stretch
 node:alpine
 node:boron
 node:boron-alpine
@@ -71,8 +71,8 @@ node:chakracore-8
 node:chakracore-8.11
 node:chakracore-8.11.1
 node:chakracore-10
-node:chakracore-10.0
-node:chakracore-10.0.0
+node:chakracore-10.1
+node:chakracore-10.1.0
 node:latest
 node:slim
 node:stretch
diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index 0573a2c..931a21b 100644
--- a/node_alpine/Dockerfile
+++ b/node_alpine/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.7
 
-ENV NODE_VERSION 10.2.0
+ENV NODE_VERSION 10.2.1
 
 RUN addgroup -g 1000 node \
     && adduser -u 1000 -G node -s /bin/sh -D node \
diff --git a/node_chakracore/Dockerfile b/node_chakracore/Dockerfile
index e0691bd..5842858 100644
--- a/node_chakracore/Dockerfile
+++ b/node_chakracore/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
 RUN groupadd --gid 1000 node \
   && useradd --uid 1000 --gid node --shell /bin/bash --create-home node
 
-ENV NODE_VERSION 10.0.0
+ENV NODE_VERSION 10.1.0
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \
@@ -17,7 +17,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt \
   && ln -s /usr/local/bin/node /usr/local/bin/nodejs
 
-ENV YARN_VERSION 1.6.0
+ENV YARN_VERSION 1.7.0
 
 RUN set -ex \
   && for key in \
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index 7fa7cda..7a022bd 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
     gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \
   done
 
-ENV NODE_VERSION 10.2.0
+ENV NODE_VERSION 10.2.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index b57810f..94777db 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
     gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \
   done
 
-ENV NODE_VERSION 10.2.0
+ENV NODE_VERSION 10.2.1
 
 RUN buildDeps='xz-utils' \
     && ARCH= && dpkgArch="$(dpkg --print-architecture)" \
diff --git a/node_stretch/Dockerfile b/node_stretch/Dockerfile
index 3fbc335..2e9c6db 100644
--- a/node_stretch/Dockerfile
+++ b/node_stretch/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
     gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys "$key" ; \
   done
 
-ENV NODE_VERSION 10.2.0
+ENV NODE_VERSION 10.2.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \

@tianon
Copy link
Member

tianon commented May 25, 2018

LGTM

Build test of #4394; d4a59be; amd64 (node):

$ bashbrew build node:9.11.1
Using bashbrew/cache:397def18c97a601f220e25f381c79c22c4d2489915b77f8fc4debb1fb2d3c7cc (node:9.11.1)
Tagging node:9.11.1
Tagging node:9.11
Tagging node:9

$ test/run.sh node:9.11.1
testing node:9.11.1
	'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:9.11.1-alpine
Using bashbrew/cache:a0df23398b0e4763ec567d16e677067838e8ad2518ab4a94dc5eb9b2d74622fe (node:9.11.1-alpine)
Tagging node:9.11.1-alpine
Tagging node:9.11-alpine
Tagging node:9-alpine

$ test/run.sh node:9.11.1-alpine
testing node:9.11.1-alpine
	'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:9.11.1-onbuild
Using bashbrew/cache:e0ea45c0ff6867b329cacc1adce23a78d6daca8d6cfc931e9b64bd81aa85b7b4 (node:9.11.1-onbuild)
Tagging node:9.11.1-onbuild
Tagging node:9.11-onbuild
Tagging node:9-onbuild

$ test/run.sh node:9.11.1-onbuild
testing node:9.11.1-onbuild
	'override-cmd' [1/1]...passed


$ bashbrew build node:9.11.1-slim
Using bashbrew/cache:aa85eb6e75274c16d7888282867be3d5c150d931a73f3232d1bb7e604c99512b (node:9.11.1-slim)
Tagging node:9.11.1-slim
Tagging node:9.11-slim
Tagging node:9-slim

$ test/run.sh node:9.11.1-slim
testing node:9.11.1-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:9.11.1-stretch
Using bashbrew/cache:b843ea8832f1f76958ab7585ce9c54d695f01fb6132cdb65d9373af39edee1a7 (node:9.11.1-stretch)
Tagging node:9.11.1-stretch
Tagging node:9.11-stretch
Tagging node:9-stretch

$ test/run.sh node:9.11.1-stretch
testing node:9.11.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:8.11.2
Using bashbrew/cache:8061049fc61b8407a748a9f814373b9214ba641aa994647d7a67464554349fbd (node:8.11.2)
Tagging node:8.11.2
Tagging node:8.11
Tagging node:8
Tagging node:carbon

$ test/run.sh node:8.11.2
testing node:8.11.2
	'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:8.11.2-alpine
Using bashbrew/cache:bef76df9b73afc75fcdc27ac5f3e20ddc37a626dcdba3f283aa4c8ca547cdf9d (node:8.11.2-alpine)
Tagging node:8.11.2-alpine
Tagging node:8.11-alpine
Tagging node:8-alpine
Tagging node:carbon-alpine

$ test/run.sh node:8.11.2-alpine
testing node:8.11.2-alpine
	'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:8.11.2-onbuild
Using bashbrew/cache:4c8c546dbfcf7ff07f76810489ab2b8fe7218539d62d2caa9e9c6c200474e7a5 (node:8.11.2-onbuild)
Tagging node:8.11.2-onbuild
Tagging node:8.11-onbuild
Tagging node:8-onbuild
Tagging node:carbon-onbuild

$ test/run.sh node:8.11.2-onbuild
testing node:8.11.2-onbuild
	'override-cmd' [1/1]...passed


$ bashbrew build node:8.11.2-slim
Using bashbrew/cache:6edc33fe519c936950eb55892480126875099f37dbea9623f5b617e47746a18a (node:8.11.2-slim)
Tagging node:8.11.2-slim
Tagging node:8.11-slim
Tagging node:8-slim
Tagging node:carbon-slim

$ test/run.sh node:8.11.2-slim
testing node:8.11.2-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:8.11.2-stretch
Using bashbrew/cache:4a7d494b46174102d54c84d0fbc3f88f1934dce28b7e7d007675f14db1f5f05c (node:8.11.2-stretch)
Tagging node:8.11.2-stretch
Tagging node:8.11-stretch
Tagging node:8-stretch
Tagging node:carbon-stretch

$ test/run.sh node:8.11.2-stretch
testing node:8.11.2-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:6.14.2
Using bashbrew/cache:de4a565cf17ce7ab84f2368988018bac304d62dd240c56a65928d12a6313b7fc (node:6.14.2)
Tagging node:6.14.2
Tagging node:6.14
Tagging node:6
Tagging node:boron

$ test/run.sh node:6.14.2
testing node:6.14.2
	'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:6.14.2-alpine
Using bashbrew/cache:97e72bd7b9973e52c624360e3b55d0257c2e8328875df02145a14c7f7b5cf13b (node:6.14.2-alpine)
Tagging node:6.14.2-alpine
Tagging node:6.14-alpine
Tagging node:6-alpine
Tagging node:boron-alpine

$ test/run.sh node:6.14.2-alpine
testing node:6.14.2-alpine
	'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:6.14.2-onbuild
Using bashbrew/cache:e9eee7bfe3a44547b532ceb0eb49c37e83299b7e1247b9e2b7b49b46c03175fb (node:6.14.2-onbuild)
Tagging node:6.14.2-onbuild
Tagging node:6.14-onbuild
Tagging node:6-onbuild
Tagging node:boron-onbuild

$ test/run.sh node:6.14.2-onbuild
testing node:6.14.2-onbuild
	'override-cmd' [1/1]...passed


$ bashbrew build node:6.14.2-slim
Using bashbrew/cache:4c3c5e820e00d5b66a6fbe055bd0c2c21228bc5c8415b22cc1796032d85982fa (node:6.14.2-slim)
Tagging node:6.14.2-slim
Tagging node:6.14-slim
Tagging node:6-slim
Tagging node:boron-slim

$ test/run.sh node:6.14.2-slim
testing node:6.14.2-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:6.14.2-stretch
Using bashbrew/cache:8a93684eea8916e5f3e2a0a22c7c082136f6c150e6bfde8dc761c7d90aca8982 (node:6.14.2-stretch)
Tagging node:6.14.2-stretch
Tagging node:6.14-stretch
Tagging node:6-stretch
Tagging node:boron-stretch

$ test/run.sh node:6.14.2-stretch
testing node:6.14.2-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.2.1
Building bashbrew/cache:205addb19f4b814e8dbd113e48bc0fd7f98ec720995d7ff77823a93154b776cb (node:10.2.1)
Tagging node:10.2.1
Tagging node:10.2
Tagging node:10
Tagging node:latest

$ test/run.sh node:10.2.1
testing node:10.2.1
	'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.2.1-alpine
Building bashbrew/cache:529e02a476f41e5ffd579320093394539968211b076923cd27dfed5dddd93aa1 (node:10.2.1-alpine)
Tagging node:10.2.1-alpine
Tagging node:10.2-alpine
Tagging node:10-alpine
Tagging node:alpine

$ test/run.sh node:10.2.1-alpine
testing node:10.2.1-alpine
	'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.2.1-slim
Building bashbrew/cache:ca2990c45f740e5bf3643bd5fcfe4f94cadd9ea4a906b97690e5bc0c781183be (node:10.2.1-slim)
Tagging node:10.2.1-slim
Tagging node:10.2-slim
Tagging node:10-slim
Tagging node:slim

$ test/run.sh node:10.2.1-slim
testing node:10.2.1-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.2.1-stretch
Building bashbrew/cache:74c2f3418dbe0798ec7bdf2b14cd272ca44c8d82656282db2aea96f4d8b8f104 (node:10.2.1-stretch)
Tagging node:10.2.1-stretch
Tagging node:10.2-stretch
Tagging node:10-stretch
Tagging node:stretch

$ test/run.sh node:10.2.1-stretch
testing node:10.2.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:chakracore-8.11.1
Using bashbrew/cache:74a490326566e5942e46dc4c49f64ac16f344f2123de573f1c08cce3d8914940 (node:chakracore-8.11.1)
Tagging node:chakracore-8.11.1
Tagging node:chakracore-8.11
Tagging node:chakracore-8

$ test/run.sh node:chakracore-8.11.1
testing node:chakracore-8.11.1
	'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:chakracore-10.1.0
Building bashbrew/cache:f0f2818c9cfe2c04ba014be5f6d8b3efae503b5d7e527b1f7abb0a07dd1b3c22 (node:chakracore-10.1.0)
Tagging node:chakracore-10.1.0
Tagging node:chakracore-10.1
Tagging node:chakracore-10
Tagging node:chakracore

$ test/run.sh node:chakracore-10.1.0
testing node:chakracore-10.1.0
	'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

@tianon tianon merged commit aa83dac into docker-library:master May 25, 2018
@chorrell chorrell deleted the node-10.2.1 branch January 9, 2019 21:27
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.

3 participants