-
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
Node.js v7.7.1 #2712
Merged
Merged
Node.js v7.7.1 #2712
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
diff --git a/_bashbrew-list b/_bashbrew-list
index eb927e7..566df89 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -38,11 +38,11 @@ node:7.7-alpine
node:7.7-onbuild
node:7.7-slim
node:7.7-wheezy
-node:7.7.0
-node:7.7.0-alpine
-node:7.7.0-onbuild
-node:7.7.0-slim
-node:7.7.0-wheezy
+node:7.7.1
+node:7.7.1-alpine
+node:7.7.1-onbuild
+node:7.7.1-slim
+node:7.7.1-wheezy
node:alpine
node:argon
node:argon-alpine
diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index fe6906f..a602d95 100644
--- a/node_alpine/Dockerfile
+++ b/node_alpine/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.4
ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 7.7.0
+ENV NODE_VERSION 7.7.1
RUN adduser -D -u 1000 node \
&& apk add --no-cache \
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index 8e937fa..f9471ba 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 7.7.0
+ENV NODE_VERSION 7.7.1
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 916a40b..76dfb98 100644
--- a/node_onbuild/Dockerfile
+++ b/node_onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:7.7.0
+FROM node:7.7.1
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 6187139..15a02a1 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 7.7.0
+ENV NODE_VERSION 7.7.1
RUN buildDeps='xz-utils' \
&& set -x \
diff --git a/node_wheezy/Dockerfile b/node_wheezy/Dockerfile
index 1f5a1e2..afb395d 100644
--- a/node_wheezy/Dockerfile
+++ b/node_wheezy/Dockerfile
@@ -20,7 +20,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
-ENV NODE_VERSION 7.7.0
+ENV NODE_VERSION 7.7.1
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 #2712; 8f7c3f9 ( $ bashbrew build node:7.7.1
Building bashbrew/cache:3e99c8e399da731f750009a813fdb8eabfe7533c0afa957852a8d62825d31339 (node:7.7.1)
Tagging node:7.7.1
Tagging node:7.7
Tagging node:7
Tagging node:latest
$ test/run.sh node:7.7.1
testing node:7.7.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.7.1-alpine
Building bashbrew/cache:2be6a8ad35ee5afe6b2541ebf6e1cf753db485d6a263f7de9e301efeb28f3007 (node:7.7.1-alpine)
Tagging node:7.7.1-alpine
Tagging node:7.7-alpine
Tagging node:7-alpine
Tagging node:alpine
$ test/run.sh node:7.7.1-alpine
testing node:7.7.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.7.1-onbuild
Building bashbrew/cache:76bbe6a7320f02359550a17c38dab0048abe1154d01c777057eb246f1f239940 (node:7.7.1-onbuild)
Tagging node:7.7.1-onbuild
Tagging node:7.7-onbuild
Tagging node:7-onbuild
Tagging node:onbuild
$ test/run.sh node:7.7.1-onbuild
testing node:7.7.1-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:7.7.1-slim
Building bashbrew/cache:495c585535660ef0702431ed1bb03098ce254f01207777ef2fa1d23a8dce2a1a (node:7.7.1-slim)
Tagging node:7.7.1-slim
Tagging node:7.7-slim
Tagging node:7-slim
Tagging node:slim
$ test/run.sh node:7.7.1-slim
testing node:7.7.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.7.1-wheezy
Building bashbrew/cache:72e55f29cb2b6031d162cf5f6701c5c86066d2829fffc9f8ee0eff5448368bc6 (node:7.7.1-wheezy)
Tagging node:7.7.1-wheezy
Tagging node:7.7-wheezy
Tagging node:7-wheezy
Tagging node:wheezy
$ test/run.sh node:7.7.1-wheezy
testing node:7.7.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.10.0
Using bashbrew/cache:44840d3bb996dbd4056bb73a57de8570263a30f1a468d7a3b5e52626f517ffa3 (node:6.10.0)
Tagging node:6.10.0
Tagging node:6.10
Tagging node:6
Tagging node:boron
$ test/run.sh node:6.10.0
testing node:6.10.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.10.0-alpine
Using bashbrew/cache:727e02eddcd670f251a30c61bdcc1df6da14d830a5de412b8da89ed8f689a427 (node:6.10.0-alpine)
Tagging node:6.10.0-alpine
Tagging node:6.10-alpine
Tagging node:6-alpine
Tagging node:boron-alpine
$ test/run.sh node:6.10.0-alpine
testing node:6.10.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.10.0-onbuild
Using bashbrew/cache:860c3a555181a487843b46393d1533144116b6e1514cb7ddfd652a4b0e319395 (node:6.10.0-onbuild)
Tagging node:6.10.0-onbuild
Tagging node:6.10-onbuild
Tagging node:6-onbuild
Tagging node:boron-onbuild
$ test/run.sh node:6.10.0-onbuild
testing node:6.10.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:6.10.0-slim
Using bashbrew/cache:0f0e13be8d3c465f8ed6d49199d557338b949f851234b92e99b77baf925b791a (node:6.10.0-slim)
Tagging node:6.10.0-slim
Tagging node:6.10-slim
Tagging node:6-slim
Tagging node:boron-slim
$ test/run.sh node:6.10.0-slim
testing node:6.10.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.10.0-wheezy
Using bashbrew/cache:2ba1f3c148b48eb9e56f2b1b2722b7455abd153373043dc6fc0c1cd0c4d9e6c5 (node:6.10.0-wheezy)
Tagging node:6.10.0-wheezy
Tagging node:6.10-wheezy
Tagging node:6-wheezy
Tagging node:boron-wheezy
$ test/run.sh node:6.10.0-wheezy
testing node:6.10.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.0
Using bashbrew/cache:a5a8de48803f06f569e1b96a7d908279252012601fc606146ba4251a9a65adcb (node:4.8.0)
Tagging node:4.8.0
Tagging node:4.8
Tagging node:4
Tagging node:argon
$ test/run.sh node:4.8.0
testing node:4.8.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:4.8.0-alpine
Using bashbrew/cache:b3806fed596b33eb4840d79c9c5e73943b32dc77be97efd4b7d68a8f7745b1c8 (node:4.8.0-alpine)
Tagging node:4.8.0-alpine
Tagging node:4.8-alpine
Tagging node:4-alpine
Tagging node:argon-alpine
$ test/run.sh node:4.8.0-alpine
testing node:4.8.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:4.8.0-onbuild
Using bashbrew/cache:1a2400528bad43816b40ad74abf4d4741dc2b4a06a38068357dc842e2860671d (node:4.8.0-onbuild)
Tagging node:4.8.0-onbuild
Tagging node:4.8-onbuild
Tagging node:4-onbuild
Tagging node:argon-onbuild
$ test/run.sh node:4.8.0-onbuild
testing node:4.8.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:4.8.0-slim
Using bashbrew/cache:eacd6b4f3b45e661e9e7211a81bb9ee4721728f58253431f501a37af02fdb06c (node:4.8.0-slim)
Tagging node:4.8.0-slim
Tagging node:4.8-slim
Tagging node:4-slim
Tagging node:argon-slim
$ test/run.sh node:4.8.0-slim
testing node:4.8.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:4.8.0-wheezy
Using bashbrew/cache:8fede358b5953972b88a9dbcc5bc1b616c64928cedd6205022a34f0d92332876 (node:4.8.0-wheezy)
Tagging node:4.8.0-wheezy
Tagging node:4.8-wheezy
Tagging node:4-wheezy
Tagging node:argon-wheezy
$ test/run.sh node:4.8.0-wheezy
testing node:4.8.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.
See: