-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update node to 8.2.0 #3210
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
Update node to 8.2.0 #3210
Conversation
This file contains hidden or 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
Member
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 285b6eb..889550e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -48,16 +48,16 @@ node:8-alpine
node:8-onbuild
node:8-slim
node:8-wheezy
-node:8.1
-node:8.1-alpine
-node:8.1-onbuild
-node:8.1-slim
-node:8.1-wheezy
-node:8.1.4
-node:8.1.4-alpine
-node:8.1.4-onbuild
-node:8.1.4-slim
-node:8.1.4-wheezy
+node:8.2
+node:8.2-alpine
+node:8.2-onbuild
+node:8.2-slim
+node:8.2-wheezy
+node:8.2.0
+node:8.2.0-alpine
+node:8.2.0-onbuild
+node:8.2.0-slim
+node:8.2.0-wheezy
node:alpine
node:argon
node:argon-alpine
diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index e15f5c5..da50c8c 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.4
+ENV NODE_VERSION 8.2.0
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
@@ -46,7 +46,7 @@ RUN addgroup -g 1000 node \
&& rm -Rf "node-v$NODE_VERSION" \
&& rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt
-ENV YARN_VERSION 0.24.6
+ENV YARN_VERSION 0.27.5
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index 3798103..f78dde4 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.4
+ENV NODE_VERSION 8.2.0
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" \
@@ -31,7 +31,7 @@ RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-
&& rm "node-v$NODE_VERSION-linux-x64.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt \
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs
-ENV YARN_VERSION 0.24.6
+ENV YARN_VERSION 0.27.5
RUN set -ex \
&& for key in \
diff --git a/node_onbuild/Dockerfile b/node_onbuild/Dockerfile
index 7ba6cda..2952a03 100644
--- a/node_onbuild/Dockerfile
+++ b/node_onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:8.1.4
+FROM node:8.2.0
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 56ce599..684729e 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.4
+ENV NODE_VERSION 8.2.0
RUN buildDeps='xz-utils' \
&& set -x \
@@ -36,7 +36,7 @@ RUN buildDeps='xz-utils' \
&& apt-get purge -y --auto-remove $buildDeps \
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs
-ENV YARN_VERSION 0.24.6
+ENV YARN_VERSION 0.27.5
RUN set -ex \
&& for key in \
diff --git a/node_wheezy/Dockerfile b/node_wheezy/Dockerfile
index d12189d..9904411 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.4
+ENV NODE_VERSION 8.2.0
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" \
@@ -31,7 +31,7 @@ RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-
&& rm "node-v$NODE_VERSION-linux-x64.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt \
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs
-ENV YARN_VERSION 0.24.6
+ENV YARN_VERSION 0.27.5
RUN set -ex \
&& for key in \ |
Member
|
Build test of #3210; d103675 ( $ bashbrew build node:8.2.0
Building bashbrew/cache:bb7fbe286205388c1dca97cc5671c1dcbb3c43dfca78f779fb7f68fec0cef7fa (node:8.2.0)
Tagging node:8.2.0
Tagging node:8.2
Tagging node:8
Tagging node:latest
$ test/run.sh node:8.2.0
testing node:8.2.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:8.2.0-alpine
Building bashbrew/cache:65767c7c50fad59b94ae639710a9260b64a23011c1998c605f56be263fef5f65 (node:8.2.0-alpine)
Tagging node:8.2.0-alpine
Tagging node:8.2-alpine
Tagging node:8-alpine
Tagging node:alpine
$ test/run.sh node:8.2.0-alpine
testing node:8.2.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:8.2.0-onbuild
Building bashbrew/cache:f2ab26d53f9f3dec00d06f81af034d1aec3b0406101e134158132cff7a1a35d4 (node:8.2.0-onbuild)
Tagging node:8.2.0-onbuild
Tagging node:8.2-onbuild
Tagging node:8-onbuild
Tagging node:onbuild
$ test/run.sh node:8.2.0-onbuild
testing node:8.2.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:8.2.0-slim
Building bashbrew/cache:1ed5463ec1a975feff952fff19e875f32e81d902e8266a414142f27fc0bf7e5f (node:8.2.0-slim)
Tagging node:8.2.0-slim
Tagging node:8.2-slim
Tagging node:8-slim
Tagging node:slim
$ test/run.sh node:8.2.0-slim
testing node:8.2.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:8.2.0-wheezy
Building bashbrew/cache:3e0d4a9aef5d6cabdfd18b5a533b629471f1c24c2ee0b8cb732793f37cc4fd13 (node:8.2.0-wheezy)
Tagging node:8.2.0-wheezy
Tagging node:8.2-wheezy
Tagging node:8-wheezy
Tagging node:wheezy
$ test/run.sh node:8.2.0-wheezy
testing node:8.2.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:7.10.1
Using bashbrew/cache:ca166743b578f53494912722c0eb6f8cd1b5c21f8527fc7312db49a7e82f9c19 (node:7.10.1)
Tagging node:7.10.1
Tagging node:7.10
Tagging node:7
$ test/run.sh node:7.10.1
testing node:7.10.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:7.10.1-alpine
Using bashbrew/cache:8d702fb5f4919f66660116cea9cc21caaf7112ab1be631eae9a2ca43f5ec04ab (node:7.10.1-alpine)
Tagging node:7.10.1-alpine
Tagging node:7.10-alpine
Tagging node:7-alpine
$ test/run.sh node:7.10.1-alpine
testing node:7.10.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:7.10.1-onbuild
Using bashbrew/cache:60966527fae1afebba9ae51e6ebc6fc3e42e306e100770400a192e5948986a9d (node:7.10.1-onbuild)
Tagging node:7.10.1-onbuild
Tagging node:7.10-onbuild
Tagging node:7-onbuild
$ test/run.sh node:7.10.1-onbuild
testing node:7.10.1-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:7.10.1-slim
Using bashbrew/cache:5108cffdaf3420a8e1b71465275bf913bc4703c7dbe6039fbeb20e14cabdd348 (node:7.10.1-slim)
Tagging node:7.10.1-slim
Tagging node:7.10-slim
Tagging node:7-slim
$ test/run.sh node:7.10.1-slim
testing node:7.10.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:7.10.1-wheezy
Using bashbrew/cache:a185ad6182c95899bd3fd4fbdb7d1e2e455abee6ee8c9338298268817e1bb641 (node:7.10.1-wheezy)
Tagging node:7.10.1-wheezy
Tagging node:7.10-wheezy
Tagging node:7-wheezy
$ test/run.sh node:7.10.1-wheezy
testing node:7.10.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.1
Using bashbrew/cache:d0908e5f34381f33e6e9343d877b953d65b50db8bda2c4966d64db7c2a1c8aa8 (node:6.11.1)
Tagging node:6.11.1
Tagging node:6.11
Tagging node:6
Tagging node:boron
$ test/run.sh node:6.11.1
testing node:6.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:6.11.1-alpine
Using bashbrew/cache:4e6197dc5ce92f807aee8028400fd8487d0f94fb1df2f805890ce512f71ef0e3 (node:6.11.1-alpine)
Tagging node:6.11.1-alpine
Tagging node:6.11-alpine
Tagging node:6-alpine
Tagging node:boron-alpine
$ test/run.sh node:6.11.1-alpine
testing node:6.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:6.11.1-onbuild
Using bashbrew/cache:0a6bfbc0a9c6ffa14f7c4a1a9852a4e10deccdf4fae58b54184e1a951e804d11 (node:6.11.1-onbuild)
Tagging node:6.11.1-onbuild
Tagging node:6.11-onbuild
Tagging node:6-onbuild
Tagging node:boron-onbuild
$ test/run.sh node:6.11.1-onbuild
testing node:6.11.1-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:6.11.1-slim
Using bashbrew/cache:cd8df797057c1d163b1488333ca11de829164f1a4963d3aef5a00d422a2633a4 (node:6.11.1-slim)
Tagging node:6.11.1-slim
Tagging node:6.11-slim
Tagging node:6-slim
Tagging node:boron-slim
$ test/run.sh node:6.11.1-slim
testing node:6.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:6.11.1-wheezy
Using bashbrew/cache:9f4ef5c5eab58c8ddfb943098935ddd9f9aab80a70213e021b39b50c2a1e4421 (node:6.11.1-wheezy)
Tagging node:6.11.1-wheezy
Tagging node:6.11-wheezy
Tagging node:6-wheezy
Tagging node:boron-wheezy
$ test/run.sh node:6.11.1-wheezy
testing node:6.11.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:4.8.4
Using bashbrew/cache:ecba35b7bc10d3ec8f35ace45caad1ada46566d794403e5de8836fb5f9c2f529 (node:4.8.4)
Tagging node:4.8.4
Tagging node:4.8
Tagging node:4
Tagging node:argon
$ test/run.sh node:4.8.4
testing node:4.8.4
'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.4-alpine
Using bashbrew/cache:e6272cd77c7c2bca3cbf32e910a9f28c11b9e697e108300cc83a832be8fb1aa2 (node:4.8.4-alpine)
Tagging node:4.8.4-alpine
Tagging node:4.8-alpine
Tagging node:4-alpine
Tagging node:argon-alpine
$ test/run.sh node:4.8.4-alpine
testing node:4.8.4-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.4-onbuild
Using bashbrew/cache:44b397e6d060f4d2ac9418abc28d35f02b21ddf817338278e1f0bace4e398c38 (node:4.8.4-onbuild)
Tagging node:4.8.4-onbuild
Tagging node:4.8-onbuild
Tagging node:4-onbuild
Tagging node:argon-onbuild
$ test/run.sh node:4.8.4-onbuild
testing node:4.8.4-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:4.8.4-slim
Using bashbrew/cache:f3255edcec21784390ba88d8b7d6c4467c83b71063174c4f64b92abdac1229ac (node:4.8.4-slim)
Tagging node:4.8.4-slim
Tagging node:4.8-slim
Tagging node:4-slim
Tagging node:argon-slim
$ test/run.sh node:4.8.4-slim
testing node:4.8.4-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.4-wheezy
Using bashbrew/cache:0f41131f424e70f5e031f52e03e39b198c1befd2d1fe8a6795c9951f595296b4 (node:4.8.4-wheezy)
Tagging node:4.8.4-wheezy
Tagging node:4.8-wheezy
Tagging node:4-wheezy
Tagging node:argon-wheezy
$ test/run.sh node:4.8.4-wheezy
testing node:4.8.4-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.
Related: nodejs/docker-node#469