-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 6.3.0 #1922
Merged
Merged
Upgrade Node to 6.3.0 #1922
Conversation
This file contains 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
PR-URL: docker-library#1922 Related: nodejs/docker-node#210, nodejs/node#7550, nodejs/node#7441 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@dnt.no>
warning: insecure protocol git:// detected: git://github.com/nodejs/docker-node
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index 4be0714..ecf7fe4 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 6.2.2
+ENV NODE_VERSION 6.3.0
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
diff --git a/node_onbuild/Dockerfile b/node_onbuild/Dockerfile
index c24d107..bcde1eb 100644
--- a/node_onbuild/Dockerfile
+++ b/node_onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:6.2.2
+FROM node:6.3.0
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 7ba6e7f..4d9da8d 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 6.2.2
+ENV NODE_VERSION 6.3.0
RUN buildDeps='xz-utils' \
&& set -x \
diff --git a/node_wheezy/Dockerfile b/node_wheezy/Dockerfile
index 871590d..3cbcc50 100644
--- a/node_wheezy/Dockerfile
+++ b/node_wheezy/Dockerfile
@@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 6.2.2
+ENV NODE_VERSION 6.3.0
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \ |
Build test of #1922; 1456b32 ( $ bashbrew build node:0.10.46
Using bashbrew/cache:0405302752496e2a6fd3fe1ad41d3274aa88be23f8c068ac7447f9d41c007a14 (node:0.10.46)
Tagging node:0.10.46
Tagging node:0.10
$ test/run.sh node:0.10.46
testing node:0.10.46
'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:0.10.46-onbuild
Using bashbrew/cache:44ae55e1cf68763ab7c2096c1a9bf055c577a6030887f43325d7eda5a2947ebd (node:0.10.46-onbuild)
Tagging node:0.10.46-onbuild
Tagging node:0.10-onbuild
$ test/run.sh node:0.10.46-onbuild
testing node:0.10.46-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:0.10.46-slim
Using bashbrew/cache:f76b22aaa5ad408a0c6ef19ee95c898f1f56919cfa54d09e9b837b7e9da4c537 (node:0.10.46-slim)
Tagging node:0.10.46-slim
Tagging node:0.10-slim
$ test/run.sh node:0.10.46-slim
testing node:0.10.46-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:0.10.46-wheezy
Using bashbrew/cache:62b5d4e3e0762de7bf89d9fc5dda43f47510d482e6b7c19e66d213f0ce9ad750 (node:0.10.46-wheezy)
Tagging node:0.10.46-wheezy
Tagging node:0.10-wheezy
$ test/run.sh node:0.10.46-wheezy
testing node:0.10.46-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:0.12.15
Using bashbrew/cache:f9d522c019e65271b49634db68933afd8b1205ef535e8e7f4fbf4d08d6283f14 (node:0.12.15)
Tagging node:0.12.15
Tagging node:0.12
Tagging node:0
$ test/run.sh node:0.12.15
testing node:0.12.15
'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:0.12.15-onbuild
Using bashbrew/cache:9b9288421355ef93828b28ab3f31611f6a4257443052929c15b460bfa0157248 (node:0.12.15-onbuild)
Tagging node:0.12.15-onbuild
Tagging node:0.12-onbuild
Tagging node:0-onbuild
$ test/run.sh node:0.12.15-onbuild
testing node:0.12.15-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:0.12.15-slim
Using bashbrew/cache:ba355b52277742bc399f41a7fe38c9ff084794fed6e3fd6723d7616fdb318b32 (node:0.12.15-slim)
Tagging node:0.12.15-slim
Tagging node:0.12-slim
Tagging node:0-slim
$ test/run.sh node:0.12.15-slim
testing node:0.12.15-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:0.12.15-wheezy
Using bashbrew/cache:838dfcfd5814bfdff7064521a94d7d9f1a9d7b515aeec6aab17de754a085eddd (node:0.12.15-wheezy)
Tagging node:0.12.15-wheezy
Tagging node:0.12-wheezy
Tagging node:0-wheezy
$ test/run.sh node:0.12.15-wheezy
testing node:0.12.15-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.4.7
Using bashbrew/cache:4c72b69e560c8422d37835dba5c1a3ffd44c49276e350f185f3311209c528cab (node:4.4.7)
Tagging node:4.4.7
Tagging node:4.4
Tagging node:4
Tagging node:argon
$ test/run.sh node:4.4.7
testing node:4.4.7
'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.4.7-onbuild
Using bashbrew/cache:53ca629e12bf580c41340d024167cedbce2b8c7f84dca0a521551303a15f7bb1 (node:4.4.7-onbuild)
Tagging node:4.4.7-onbuild
Tagging node:4.4-onbuild
Tagging node:4-onbuild
Tagging node:argon-onbuild
$ test/run.sh node:4.4.7-onbuild
testing node:4.4.7-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:4.4.7-slim
Using bashbrew/cache:ee92fb8d40195abffb8efe66547fcc114e693b3b358dd9e59ecbcaba5bbd6c48 (node:4.4.7-slim)
Tagging node:4.4.7-slim
Tagging node:4.4-slim
Tagging node:4-slim
Tagging node:argon-slim
$ test/run.sh node:4.4.7-slim
testing node:4.4.7-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.4.7-wheezy
Using bashbrew/cache:1e9e73dba71bc1820b561b2894eb4b47440f6eec2fb6e79fc5cc03b99acbc1e9 (node:4.4.7-wheezy)
Tagging node:4.4.7-wheezy
Tagging node:4.4-wheezy
Tagging node:4-wheezy
Tagging node:argon-wheezy
$ test/run.sh node:4.4.7-wheezy
testing node:4.4.7-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:5.12.0
Using bashbrew/cache:b370cd9f2a3409a5809e8f4429728b472e107c8c5c721b5824c36c82c93c3944 (node:5.12.0)
Tagging node:5.12.0
Tagging node:5.12
Tagging node:5
$ test/run.sh node:5.12.0
testing node:5.12.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:5.12.0-onbuild
Using bashbrew/cache:bda050b103cc162a5a6653c5e081a25267c6705c7e6437632cca6f4de73756d4 (node:5.12.0-onbuild)
Tagging node:5.12.0-onbuild
Tagging node:5.12-onbuild
Tagging node:5-onbuild
$ test/run.sh node:5.12.0-onbuild
testing node:5.12.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:5.12.0-slim
Using bashbrew/cache:01c57aef8c12d54a9abc67e3f3d186a69d35338b1304c026d98624b02bbf3054 (node:5.12.0-slim)
Tagging node:5.12.0-slim
Tagging node:5.12-slim
Tagging node:5-slim
$ test/run.sh node:5.12.0-slim
testing node:5.12.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:5.12.0-wheezy
Using bashbrew/cache:817604f0ca45dea834345febfb3ea39f319c11f80352ab3f69ff192d489eaa95 (node:5.12.0-wheezy)
Tagging node:5.12.0-wheezy
Tagging node:5.12-wheezy
Tagging node:5-wheezy
$ test/run.sh node:5.12.0-wheezy
testing node:5.12.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:6.3.0
warning: insecure protocol git:// detected: git://github.com/nodejs/docker-node
Building bashbrew/cache:551332f2a1049dd5b346a8ff6139c2ed4cfe8f4e94c8658018ef61f632c7126f (node:6.3.0)
Tagging node:6.3.0
Tagging node:6.3
Tagging node:6
Tagging node:latest
$ test/run.sh node:6.3.0
testing node:6.3.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.3.0-onbuild
Building bashbrew/cache:abf8b9da77cf2fb3ac44fc1178c3496a2e9c4408743e34ba175426eef6650673 (node:6.3.0-onbuild)
Tagging node:6.3.0-onbuild
Tagging node:6.3-onbuild
Tagging node:6-onbuild
Tagging node:onbuild
$ test/run.sh node:6.3.0-onbuild
testing node:6.3.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:6.3.0-slim
Building bashbrew/cache:f127e3ae48f321afa94f179e064d6e87a3989c0eb14562d2753b783ba0094026 (node:6.3.0-slim)
Tagging node:6.3.0-slim
Tagging node:6.3-slim
Tagging node:6-slim
Tagging node:slim
$ test/run.sh node:6.3.0-slim
testing node:6.3.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.3.0-wheezy
Building bashbrew/cache:a2c1a03f04e7b079d52f966a4d943e7381cd205de34add1cb86c614a6a8f3b22 (node:6.3.0-wheezy)
Tagging node:6.3.0-wheezy
Tagging node:6.3-wheezy
Tagging node:6-wheezy
Tagging node:wheezy
$ test/run.sh node:6.3.0-wheezy
testing node:6.3.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
|
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.
This PR updates the latest
node
Docker Image to v5.3.0 of Node.js.Changeset: nodejs/docker-node@dc9ceb7...6a984d5
Related: nodejs/node#7550
Related: nodejs/docker-node#210
Signed-off-by: Hans Kristian Flaatten hans.kristian.flaatten@dnt.no