-
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
Update nodejs library #3711
Merged
Merged
Update nodejs library #3711
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
This was referenced Nov 15, 2017
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index a5f95b5..4391386 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -58,18 +58,18 @@ node:9-onbuild
node:9-slim
node:9-stretch
node:9-wheezy
-node:9.1
-node:9.1-alpine
-node:9.1-onbuild
-node:9.1-slim
-node:9.1-stretch
-node:9.1-wheezy
-node:9.1.0
-node:9.1.0-alpine
-node:9.1.0-onbuild
-node:9.1.0-slim
-node:9.1.0-stretch
-node:9.1.0-wheezy
+node:9.2
+node:9.2-alpine
+node:9.2-onbuild
+node:9.2-slim
+node:9.2-stretch
+node:9.2-wheezy
+node:9.2.0
+node:9.2.0-alpine
+node:9.2.0-onbuild
+node:9.2.0-slim
+node:9.2.0-stretch
+node:9.2.0-wheezy
node:alpine
node:argon
node:argon-alpine
diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index 200ee9b..7239249 100644
--- a/node_alpine/Dockerfile
+++ b/node_alpine/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.6
-ENV NODE_VERSION 9.1.0
+ENV NODE_VERSION 9.2.0
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 fbb6d22..cfb5071 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
done
-ENV NODE_VERSION 9.1.0
+ENV NODE_VERSION 9.2.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_onbuild/Dockerfile b/node_onbuild/Dockerfile
index 4b8f37c..e677c4c 100644
--- a/node_onbuild/Dockerfile
+++ b/node_onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:9.1.0
+FROM node:9.2.0
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 96b33ed..88c929d 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
done
-ENV NODE_VERSION 9.1.0
+ENV NODE_VERSION 9.2.0
RUN buildDeps='xz-utils' \
&& ARCH= && dpkgArch="$(dpkg --print-architecture)" \
diff --git a/node_stretch/Dockerfile b/node_stretch/Dockerfile
index a68f688..125a8c6 100644
--- a/node_stretch/Dockerfile
+++ b/node_stretch/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
done
-ENV NODE_VERSION 9.1.0
+ENV NODE_VERSION 9.2.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_wheezy/Dockerfile b/node_wheezy/Dockerfile
index 4499b3a..9e4f15e 100644
--- a/node_wheezy/Dockerfile
+++ b/node_wheezy/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
done
-ENV NODE_VERSION 9.1.0
+ENV NODE_VERSION 9.2.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \ |
LGTM Build test of #3711; 164c249; $ bashbrew build node:9.2.0
Building bashbrew/cache:6412bfc144f44cd9499407eb8e9c57ef3ed9212a4790a7442fc5b38a112f6207 (node:9.2.0)
Tagging node:9.2.0
Tagging node:9.2
Tagging node:9
Tagging node:latest
$ test/run.sh node:9.2.0
testing node:9.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:9.2.0-alpine
Building bashbrew/cache:ab4b4dfbfe171393603b8864d068730177e85d4a49d0d6eb56f3bf4f6bb5791d (node:9.2.0-alpine)
Tagging node:9.2.0-alpine
Tagging node:9.2-alpine
Tagging node:9-alpine
Tagging node:alpine
$ test/run.sh node:9.2.0-alpine
testing node:9.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:9.2.0-onbuild
Building bashbrew/cache:62ac7b1296fc944dc61d9129c5a1dbbffb7baae472a12407e4d8da919c37dde5 (node:9.2.0-onbuild)
Tagging node:9.2.0-onbuild
Tagging node:9.2-onbuild
Tagging node:9-onbuild
Tagging node:onbuild
$ test/run.sh node:9.2.0-onbuild
testing node:9.2.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:9.2.0-slim
Building bashbrew/cache:953b48d5b84f4fbcd4225c2774fbe6e07adad87c2d69270410728628d9352991 (node:9.2.0-slim)
Tagging node:9.2.0-slim
Tagging node:9.2-slim
Tagging node:9-slim
Tagging node:slim
$ test/run.sh node:9.2.0-slim
testing node:9.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:9.2.0-stretch
Building bashbrew/cache:0ed59137a1c10d11832d379a49bd3b9e6a65a0fe27ffdd5f725278221dd7173f (node:9.2.0-stretch)
Tagging node:9.2.0-stretch
Tagging node:9.2-stretch
Tagging node:9-stretch
Tagging node:stretch
$ test/run.sh node:9.2.0-stretch
testing node:9.2.0-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:9.2.0-wheezy
Building bashbrew/cache:c6c7578bebeb14e103503f679f86bd2d5789706f405af7d0186c141d4161990f (node:9.2.0-wheezy)
Tagging node:9.2.0-wheezy
Tagging node:9.2-wheezy
Tagging node:9-wheezy
Tagging node:wheezy
$ test/run.sh node:9.2.0-wheezy
testing node:9.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:8.9.1
Building bashbrew/cache:f7b10b8c783ec2286be1ebd02b27e06de748307d525940e6c355bea8bb55a538 (node:8.9.1)
Tagging node:8.9.1
Tagging node:8.9
Tagging node:8
Tagging node:carbon
$ test/run.sh node:8.9.1
testing node:8.9.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.9.1-alpine
Building bashbrew/cache:ffc786fb0870948bb63df0a988d53cf69251c7dda888822733b06a052bbc774d (node:8.9.1-alpine)
Tagging node:8.9.1-alpine
Tagging node:8.9-alpine
Tagging node:8-alpine
Tagging node:carbon-alpine
$ test/run.sh node:8.9.1-alpine
testing node:8.9.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.9.1-onbuild
Building bashbrew/cache:3080d91d92291a2d7934a6f23393c7b2d4395782b46f4ba380f33fe755c8d736 (node:8.9.1-onbuild)
Tagging node:8.9.1-onbuild
Tagging node:8.9-onbuild
Tagging node:8-onbuild
Tagging node:carbon-onbuild
$ test/run.sh node:8.9.1-onbuild
testing node:8.9.1-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:8.9.1-slim
Building bashbrew/cache:ad86c3a3290ec90ef14cde6ad14a3c6755b35c48b6b3e4222e27ba40e5343ce0 (node:8.9.1-slim)
Tagging node:8.9.1-slim
Tagging node:8.9-slim
Tagging node:8-slim
Tagging node:carbon-slim
$ test/run.sh node:8.9.1-slim
testing node:8.9.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.9.1-stretch
Building bashbrew/cache:c0df8d0730ded92ecb32a7d1b6f469b9a6b3047aeb6f6c9d725014da12ecc174 (node:8.9.1-stretch)
Tagging node:8.9.1-stretch
Tagging node:8.9-stretch
Tagging node:8-stretch
Tagging node:carbon-stretch
$ test/run.sh node:8.9.1-stretch
testing node:8.9.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.9.1-wheezy
Building bashbrew/cache:44bc3495fa469db791ed8b6098c6618be3ef3743e346f9da7602ba922f282fe6 (node:8.9.1-wheezy)
Tagging node:8.9.1-wheezy
Tagging node:8.9-wheezy
Tagging node:8-wheezy
Tagging node:carbon-wheezy
$ test/run.sh node:8.9.1-wheezy
testing node:8.9.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.12.0
Building bashbrew/cache:0cff2ced69fd3fccd3233c6d9e1a218189985a12bfe13af88e0c429d2464b270 (node:6.12.0)
Tagging node:6.12.0
Tagging node:6.12
Tagging node:6
Tagging node:boron
$ test/run.sh node:6.12.0
testing node:6.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:6.12.0-alpine
Building bashbrew/cache:e6a1fd92f3b11b85047f3493cd2a4833fa21874468c2ec24eb2929fbd1d2b686 (node:6.12.0-alpine)
Tagging node:6.12.0-alpine
Tagging node:6.12-alpine
Tagging node:6-alpine
Tagging node:boron-alpine
$ test/run.sh node:6.12.0-alpine
testing node:6.12.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.12.0-onbuild
Building bashbrew/cache:7d199edd7591caa29db2a466824e189e41c38163fcd47efe9252d2ec7253b74b (node:6.12.0-onbuild)
Tagging node:6.12.0-onbuild
Tagging node:6.12-onbuild
Tagging node:6-onbuild
Tagging node:boron-onbuild
$ test/run.sh node:6.12.0-onbuild
testing node:6.12.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:6.12.0-slim
Building bashbrew/cache:221a8d2efea5c3e0a88372d61770223f5c429f8a7e7fe8ac8f05b8253fe16a69 (node:6.12.0-slim)
Tagging node:6.12.0-slim
Tagging node:6.12-slim
Tagging node:6-slim
Tagging node:boron-slim
$ test/run.sh node:6.12.0-slim
testing node:6.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:6.12.0-stretch
Building bashbrew/cache:4c547c79bd9aee8c6e37700db76cce0ef70969b5cc48b2a9405a136abe2bcffa (node:6.12.0-stretch)
Tagging node:6.12.0-stretch
Tagging node:6.12-stretch
Tagging node:6-stretch
Tagging node:boron-stretch
$ test/run.sh node:6.12.0-stretch
testing node:6.12.0-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.12.0-wheezy
Building bashbrew/cache:96c231f6b58eca19ea8f4bd87d3342b1ac64f750b41b73d12754bcff521bd2b8 (node:6.12.0-wheezy)
Tagging node:6.12.0-wheezy
Tagging node:6.12-wheezy
Tagging node:6-wheezy
Tagging node:boron-wheezy
$ test/run.sh node:6.12.0-wheezy
testing node:6.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:4.8.6
Building bashbrew/cache:488e36440f111f30c3602e800363878472074cab817da03d2118015417da4db5 (node:4.8.6)
Tagging node:4.8.6
Tagging node:4.8
Tagging node:4
Tagging node:argon
$ test/run.sh node:4.8.6
testing node:4.8.6
'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.6-alpine
Building bashbrew/cache:e9a6896ffd32fe2bdcd8750cfe40d8946498527e9123b53766d641cacabe2cef (node:4.8.6-alpine)
Tagging node:4.8.6-alpine
Tagging node:4.8-alpine
Tagging node:4-alpine
Tagging node:argon-alpine
$ test/run.sh node:4.8.6-alpine
testing node:4.8.6-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.6-onbuild
Building bashbrew/cache:39dda4959a3da9f80c8377aca1eb2bcf9b2a6b9794e63af57e8b7accc8befeed (node:4.8.6-onbuild)
Tagging node:4.8.6-onbuild
Tagging node:4.8-onbuild
Tagging node:4-onbuild
Tagging node:argon-onbuild
$ test/run.sh node:4.8.6-onbuild
testing node:4.8.6-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:4.8.6-slim
Building bashbrew/cache:9ded4c9f2bb96f7187d1e32d494c86b7370383a4fa47f48c659c7d2aa8f9a913 (node:4.8.6-slim)
Tagging node:4.8.6-slim
Tagging node:4.8-slim
Tagging node:4-slim
Tagging node:argon-slim
$ test/run.sh node:4.8.6-slim
testing node:4.8.6-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.6-stretch
Building bashbrew/cache:96fa6f231f1b48e2ba1b81ac2d4e76a08801569f14871b030ed9bf997d8de7ed (node:4.8.6-stretch)
Tagging node:4.8.6-stretch
Tagging node:4.8-stretch
Tagging node:4-stretch
Tagging node:argon-stretch
$ test/run.sh node:4.8.6-stretch
testing node:4.8.6-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.6-wheezy
Building bashbrew/cache:2daa193ab45251ba26d223ef0fc2eae04d0a8a1a8c36933ca78c8696610604c1 (node:4.8.6-wheezy)
Tagging node:4.8.6-wheezy
Tagging node:4.8-wheezy
Tagging node:4-wheezy
Tagging node:argon-wheezy
$ test/run.sh node:4.8.6-wheezy
testing node:4.8.6-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.
Ref: