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

Upgrade Node to 8.1.2 #3072

Merged
merged 1 commit into from
Jun 15, 2017
Merged

Upgrade Node to 8.1.2 #3072

merged 1 commit into from
Jun 15, 2017

Conversation

Starefossen
Copy link
Contributor

@Starefossen Starefossen commented Jun 15, 2017

Upgrade Node to 8.1.2.

Related: nodejs/docker-node#434

Signed-off-by: Hans Kristian Flaatten hans@starefossen.com

PR-URL docker-library#3072

Related: nodejs/docker-node#434

Signed-off-by: Hans Kristian Flaatten <hans@starefossen.com>
@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 94fa634..06e0436 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -38,11 +38,11 @@ node:8.1-alpine
 node:8.1-onbuild
 node:8.1-slim
 node:8.1-wheezy
-node:8.1.1
-node:8.1.1-alpine
-node:8.1.1-onbuild
-node:8.1.1-slim
-node:8.1.1-wheezy
+node:8.1.2
+node:8.1.2-alpine
+node:8.1.2-onbuild
+node:8.1.2-slim
+node:8.1.2-wheezy
 node:alpine
 node:argon
 node:argon-alpine
diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index 37a76d0..0ab1dd3 100644
--- a/node_alpine/Dockerfile
+++ b/node_alpine/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.6
 
 ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 8.1.1
+ENV NODE_VERSION 8.1.2
 
 RUN addgroup -g 1000 node \
     && adduser -u 1000 -G node -s /bin/sh -D node \
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index abb8f38..5f49b8d 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -21,7 +21,7 @@ RUN set -ex \
   done
 
 ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 8.1.1
+ENV NODE_VERSION 8.1.2
 
 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
   && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
diff --git a/node_onbuild/Dockerfile b/node_onbuild/Dockerfile
index 0dd447f..3f0ef7d 100644
--- a/node_onbuild/Dockerfile
+++ b/node_onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:8.1.1
+FROM node:8.1.2
 
 RUN mkdir -p /usr/src/app
 WORKDIR /usr/src/app
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 8c63f83..040bc0d 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -21,7 +21,7 @@ RUN set -ex \
   done
 
 ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 8.1.1
+ENV NODE_VERSION 8.1.2
 
 RUN buildDeps='xz-utils' \
     && set -x \
diff --git a/node_wheezy/Dockerfile b/node_wheezy/Dockerfile
index 473f72d..bc14039 100644
--- a/node_wheezy/Dockerfile
+++ b/node_wheezy/Dockerfile
@@ -21,7 +21,7 @@ RUN set -ex \
   done
 
 ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 8.1.1
+ENV NODE_VERSION 8.1.2
 
 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
   && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

@tianon
Copy link
Member

tianon commented Jun 15, 2017

Build test of #3072; 7c3a489 (node):

$ bashbrew build node:8.1.2
Building bashbrew/cache:df90fe3ff987ad7a1c4a19a3ec541ea70f4deaf7f0d0b0336e6b4063bd5f5fad (node:8.1.2)
Tagging node:8.1.2
Tagging node:8.1
Tagging node:8
Tagging node:latest

$ test/run.sh node:8.1.2
testing node:8.1.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.1.2-alpine
Building bashbrew/cache:5663008a765ddc541167098d5b5febb361ca39c5b484a6b6c8be9e07b973cae8 (node:8.1.2-alpine)
Tagging node:8.1.2-alpine
Tagging node:8.1-alpine
Tagging node:8-alpine
Tagging node:alpine

$ test/run.sh node:8.1.2-alpine
testing node:8.1.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.1.2-onbuild
Building bashbrew/cache:97945c8b38b0c61c8c8cc883e220c195cab11735a31f507edd621abff37ab7f3 (node:8.1.2-onbuild)
Tagging node:8.1.2-onbuild
Tagging node:8.1-onbuild
Tagging node:8-onbuild
Tagging node:onbuild

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


$ bashbrew build node:8.1.2-slim
Building bashbrew/cache:11569c6dbd8afe4e5fcabcb3a584b7bf1fa84861e5ce9f32a38323975bf62d0b (node:8.1.2-slim)
Tagging node:8.1.2-slim
Tagging node:8.1-slim
Tagging node:8-slim
Tagging node:slim

$ test/run.sh node:8.1.2-slim
testing node:8.1.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.1.2-wheezy
Building bashbrew/cache:66d0152a3b24410e491047b8a1c1b74ba6ba9ca30c014c94189d999da83bd5a3 (node:8.1.2-wheezy)
Tagging node:8.1.2-wheezy
Tagging node:8.1-wheezy
Tagging node:8-wheezy
Tagging node:wheezy

$ test/run.sh node:8.1.2-wheezy
testing node:8.1.2-wheezy
	'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.11.0
Using bashbrew/cache:c64b27854664e1f3344341d7065d79adfb4d63436da164fce51045fa2ede14d8 (node:6.11.0)
Tagging node:6.11.0
Tagging node:6.11
Tagging node:6
Tagging node:boron

$ test/run.sh node:6.11.0
testing node:6.11.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


$ bashbrew build node:6.11.0-alpine
Using bashbrew/cache:5c868e46fa11baa213f17778af446c0da2e851a77bda156c6383446d270770bc (node:6.11.0-alpine)
Tagging node:6.11.0-alpine
Tagging node:6.11-alpine
Tagging node:6-alpine
Tagging node:boron-alpine

$ test/run.sh node:6.11.0-alpine
testing node:6.11.0-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.11.0-onbuild
Using bashbrew/cache:0c3daff7b12f8761dbd16d5d13c883ccd405d76a3ea23220ef821f2f00bae306 (node:6.11.0-onbuild)
Tagging node:6.11.0-onbuild
Tagging node:6.11-onbuild
Tagging node:6-onbuild
Tagging node:boron-onbuild

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


$ bashbrew build node:6.11.0-slim
Using bashbrew/cache:9b1e50ec6babedaab83553ca9d5e2ea7293bb12c4ac082266b78a9bbd79b35cf (node:6.11.0-slim)
Tagging node:6.11.0-slim
Tagging node:6.11-slim
Tagging node:6-slim
Tagging node:boron-slim

$ test/run.sh node:6.11.0-slim
testing node:6.11.0-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.11.0-wheezy
Using bashbrew/cache:d104a2c6aea7d2cb70329addba83ad6325494bacde460786e2cf1cbcbbaef0c8 (node:6.11.0-wheezy)
Tagging node:6.11.0-wheezy
Tagging node:6.11-wheezy
Tagging node:6-wheezy
Tagging node:boron-wheezy

$ test/run.sh node:6.11.0-wheezy
testing node:6.11.0-wheezy
	'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:4.8.3
Using bashbrew/cache:3df90742f2568c6d7c9f4c771b6e2efaa007480f67ac737944ae9dccdd3eb265 (node:4.8.3)
Tagging node:4.8.3
Tagging node:4.8
Tagging node:4
Tagging node:argon

$ test/run.sh node:4.8.3
testing node:4.8.3
	'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:4.8.3-alpine
Using bashbrew/cache:02a45d693c174d53c8f4b86a85b04a34103010208dbf18d12c8ec7ef79a788c2 (node:4.8.3-alpine)
Tagging node:4.8.3-alpine
Tagging node:4.8-alpine
Tagging node:4-alpine
Tagging node:argon-alpine

$ test/run.sh node:4.8.3-alpine
testing node:4.8.3-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:4.8.3-onbuild
Using bashbrew/cache:cdfd085aeb467fc3cff96906f01208f9275d335b6f92c014248302876691a7d0 (node:4.8.3-onbuild)
Tagging node:4.8.3-onbuild
Tagging node:4.8-onbuild
Tagging node:4-onbuild
Tagging node:argon-onbuild

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


$ bashbrew build node:4.8.3-slim
Using bashbrew/cache:66d117703e29e2eeeeccdc6f89826c8c2e0c0d828f09db092ab6162bf1b8e4c8 (node:4.8.3-slim)
Tagging node:4.8.3-slim
Tagging node:4.8-slim
Tagging node:4-slim
Tagging node:argon-slim

$ test/run.sh node:4.8.3-slim
testing node:4.8.3-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:4.8.3-wheezy
Using bashbrew/cache:b8cc27e4ca54b443eb868dd04a42911c68b30f4b7ddf88e5b7f8e8d21a84b44b (node:4.8.3-wheezy)
Tagging node:4.8.3-wheezy
Tagging node:4.8-wheezy
Tagging node:4-wheezy
Tagging node:argon-wheezy

$ test/run.sh node:4.8.3-wheezy
testing node:4.8.3-wheezy
	'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 717a9dd into docker-library:master Jun 15, 2017
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.

4 participants