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

Update node v8.8.0 to v8.8.1 #3628

Merged
merged 1 commit into from
Oct 26, 2017

Conversation

@tianon
Copy link
Member

tianon commented Oct 26, 2017

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 5fbe217..a497264 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -46,12 +46,12 @@ node:8.8-onbuild
 node:8.8-slim
 node:8.8-stretch
 node:8.8-wheezy
-node:8.8.0
-node:8.8.0-alpine
-node:8.8.0-onbuild
-node:8.8.0-slim
-node:8.8.0-stretch
-node:8.8.0-wheezy
+node:8.8.1
+node:8.8.1-alpine
+node:8.8.1-onbuild
+node:8.8.1-slim
+node:8.8.1-stretch
+node:8.8.1-wheezy
 node:alpine
 node:argon
 node:argon-alpine
diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index 80a80c9..56d8e42 100644
--- a/node_alpine/Dockerfile
+++ b/node_alpine/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.6
 
-ENV NODE_VERSION 8.8.0
+ENV NODE_VERSION 8.8.1
 
 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 236f034..1339c40 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -19,7 +19,7 @@ RUN set -ex \
     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
   done
 
-ENV NODE_VERSION 8.8.0
+ENV NODE_VERSION 8.8.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \
diff --git a/node_onbuild/Dockerfile b/node_onbuild/Dockerfile
index 356af6c..a363cba 100644
--- a/node_onbuild/Dockerfile
+++ b/node_onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:8.8.0
+FROM node:8.8.1
 
 RUN mkdir -p /usr/src/app
 WORKDIR /usr/src/app
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 9cc703f..03b2ccf 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -19,7 +19,7 @@ RUN set -ex \
     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
   done
 
-ENV NODE_VERSION 8.8.0
+ENV NODE_VERSION 8.8.1
 
 RUN buildDeps='xz-utils' \
     && ARCH= && dpkgArch="$(dpkg --print-architecture)" \
diff --git a/node_stretch/Dockerfile b/node_stretch/Dockerfile
index 198f583..683e1e0 100644
--- a/node_stretch/Dockerfile
+++ b/node_stretch/Dockerfile
@@ -19,7 +19,7 @@ RUN set -ex \
     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
   done
 
-ENV NODE_VERSION 8.8.0
+ENV NODE_VERSION 8.8.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \
diff --git a/node_wheezy/Dockerfile b/node_wheezy/Dockerfile
index 5f88d49..60ad43d 100644
--- a/node_wheezy/Dockerfile
+++ b/node_wheezy/Dockerfile
@@ -19,7 +19,7 @@ RUN set -ex \
     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
   done
 
-ENV NODE_VERSION 8.8.0
+ENV NODE_VERSION 8.8.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
   && case "${dpkgArch##*-}" in \

@tianon
Copy link
Member

tianon commented Oct 26, 2017

LGTM

Build test of #3628; 1b32098 (node):

$ bashbrew build node:8.8.1
Using bashbrew/cache:65223b135eb99fda0bc99101c29796c76c9845a9c3c98112f03d375b07487aaa (node:8.8.1)
Tagging node:8.8.1
Tagging node:8.8
Tagging node:8
Tagging node:latest

$ test/run.sh node:8.8.1
testing node:8.8.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:8.8.1-alpine
Using bashbrew/cache:9f89bde9997e7f9398588ef7cef5434adf3de5165dbed86185c68e50c3711813 (node:8.8.1-alpine)
Tagging node:8.8.1-alpine
Tagging node:8.8-alpine
Tagging node:8-alpine
Tagging node:alpine

$ test/run.sh node:8.8.1-alpine
testing node:8.8.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:8.8.1-onbuild
Using bashbrew/cache:d42937e86c33ac15d829ffd53538dabe4ab05ce2e6f23d8e978e931d2a3fc814 (node:8.8.1-onbuild)
Tagging node:8.8.1-onbuild
Tagging node:8.8-onbuild
Tagging node:8-onbuild
Tagging node:onbuild

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


$ bashbrew build node:8.8.1-slim
Using bashbrew/cache:50fccf884203da251be05e2fd1fd70bb83c90e5be202d3d389f2de21b5fc8511 (node:8.8.1-slim)
Tagging node:8.8.1-slim
Tagging node:8.8-slim
Tagging node:8-slim
Tagging node:slim

$ test/run.sh node:8.8.1-slim
testing node:8.8.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:8.8.1-stretch
Using bashbrew/cache:9a5febb24d93d25d045575d768c684c94dd31e6facc4cdd2c23b0f01c5088a77 (node:8.8.1-stretch)
Tagging node:8.8.1-stretch
Tagging node:8.8-stretch
Tagging node:8-stretch
Tagging node:stretch

$ test/run.sh node:8.8.1-stretch
testing node:8.8.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.8.1-wheezy
Using bashbrew/cache:fdd30e59f565fcc54675a2ec3691289a28537a2f4d95332cccfc7da69ceee121 (node:8.8.1-wheezy)
Tagging node:8.8.1-wheezy
Tagging node:8.8-wheezy
Tagging node:8-wheezy
Tagging node:wheezy

$ test/run.sh node:8.8.1-wheezy
testing node:8.8.1-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.5
Using bashbrew/cache:af074d6a389d017eab8861a5e463068ceeabe69d1ffe8635c0c6b83eabca1c64 (node:6.11.5)
Tagging node:6.11.5
Tagging node:6.11
Tagging node:6
Tagging node:boron

$ test/run.sh node:6.11.5
testing node:6.11.5
	'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.5-alpine
Using bashbrew/cache:68d5615063ae4ee6a0745c762036d15a825a5a8360586fd81c4d66c31de989c9 (node:6.11.5-alpine)
Tagging node:6.11.5-alpine
Tagging node:6.11-alpine
Tagging node:6-alpine
Tagging node:boron-alpine

$ test/run.sh node:6.11.5-alpine
testing node:6.11.5-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.5-onbuild
Using bashbrew/cache:2d906d81e0a13aceb60a0a8018ab90c317fe468003ec3e594098f6fbbf4ea515 (node:6.11.5-onbuild)
Tagging node:6.11.5-onbuild
Tagging node:6.11-onbuild
Tagging node:6-onbuild
Tagging node:boron-onbuild

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


$ bashbrew build node:6.11.5-slim
Using bashbrew/cache:7ab0880e64b64a7907d8c37c045e6db3e50124646c9bd7b1a4705bb572e7c116 (node:6.11.5-slim)
Tagging node:6.11.5-slim
Tagging node:6.11-slim
Tagging node:6-slim
Tagging node:boron-slim

$ test/run.sh node:6.11.5-slim
testing node:6.11.5-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.5-stretch
Using bashbrew/cache:96be7aaa3df447fa6533a8d0410f0c93f797f0cc9e3dda858af626618a62c5b1 (node:6.11.5-stretch)
Tagging node:6.11.5-stretch
Tagging node:6.11-stretch
Tagging node:6-stretch
Tagging node:boron-stretch

$ test/run.sh node:6.11.5-stretch
testing node:6.11.5-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.11.5-wheezy
Using bashbrew/cache:ec918cee134daf6f22d1f5c5f265e0654cd879860d14cec9ad24fb3826469827 (node:6.11.5-wheezy)
Tagging node:6.11.5-wheezy
Tagging node:6.11-wheezy
Tagging node:6-wheezy
Tagging node:boron-wheezy

$ test/run.sh node:6.11.5-wheezy
testing node:6.11.5-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.5
Using bashbrew/cache:cc91dfe5ba1f62247fa18c16bf5833af7a2868f4f1ab62ebb64d49709794f2fb (node:4.8.5)
Tagging node:4.8.5
Tagging node:4.8
Tagging node:4
Tagging node:argon

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

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

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


$ bashbrew build node:4.8.5-slim
Using bashbrew/cache:e19792361cad44b8bd4f75cff02e6ff4949baab9e2498caad62dc47b4aa00ada (node:4.8.5-slim)
Tagging node:4.8.5-slim
Tagging node:4.8-slim
Tagging node:4-slim
Tagging node:argon-slim

$ test/run.sh node:4.8.5-slim
testing node:4.8.5-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.5-stretch
Using bashbrew/cache:db9fbdf4bbc3195e3cfb32f6718d40d270c9cfd2c8b5431a74402c4a33124d2f (node:4.8.5-stretch)
Tagging node:4.8.5-stretch
Tagging node:4.8-stretch
Tagging node:4-stretch
Tagging node:argon-stretch

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

$ test/run.sh node:4.8.5-wheezy
testing node:4.8.5-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 12e868e into docker-library:master Oct 26, 2017
@PeterDaveHello PeterDaveHello deleted the nodejs-v8.8.1 branch October 26, 2017 17:08
@PeterDaveHello
Copy link
Contributor Author

Thanks!

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