-
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 Node images with Yarn 0.24.4 #2950
Merged
Merged
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:diff --git a/node_alpine/Dockerfile b/node_alpine/Dockerfile
index 5269915..3f4388e 100644
--- a/node_alpine/Dockerfile
+++ b/node_alpine/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg \
&& for key in \
diff --git a/node_argon-alpine/Dockerfile b/node_argon-alpine/Dockerfile
index 07bb275..f77c750 100644
--- a/node_argon-alpine/Dockerfile
+++ b/node_argon-alpine/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg \
&& for key in \
diff --git a/node_argon-slim/Dockerfile b/node_argon-slim/Dockerfile
index 71a8d8e..b58cbff 100644
--- a/node_argon-slim/Dockerfile
+++ b/node_argon-slim/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_argon-wheezy/Dockerfile b/node_argon-wheezy/Dockerfile
index 59bf193..41d187c 100644
--- a/node_argon-wheezy/Dockerfile
+++ b/node_argon-wheezy/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_argon/Dockerfile b/node_argon/Dockerfile
index 1b44a76..e6a05c5 100644
--- a/node_argon/Dockerfile
+++ b/node_argon/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_boron-alpine/Dockerfile b/node_boron-alpine/Dockerfile
index d0e3388..4f5ae9a 100644
--- a/node_boron-alpine/Dockerfile
+++ b/node_boron-alpine/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg \
&& for key in \
diff --git a/node_boron-slim/Dockerfile b/node_boron-slim/Dockerfile
index ea74fb6..7861189 100644
--- a/node_boron-slim/Dockerfile
+++ b/node_boron-slim/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_boron-wheezy/Dockerfile b/node_boron-wheezy/Dockerfile
index f5f65f1..6ab7e8e 100644
--- a/node_boron-wheezy/Dockerfile
+++ b/node_boron-wheezy/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_boron/Dockerfile b/node_boron/Dockerfile
index eb8aa06..e9a2dbd 100644
--- a/node_boron/Dockerfile
+++ b/node_boron/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index d626d96..5afdc40 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index a8ed703..b466832 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \
diff --git a/node_wheezy/Dockerfile b/node_wheezy/Dockerfile
index 49ed583..74d35ab 100644
--- a/node_wheezy/Dockerfile
+++ b/node_wheezy/Dockerfile
@@ -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.23.4
+ENV YARN_VERSION 0.24.4
RUN set -ex \
&& for key in \ |
Build test of #2950; a4dd92a ( $ bashbrew build node:7.10.0
Building bashbrew/cache:c2b7ea3cc598ffaa43cfe5c07e8d66431d216fe98d66055e987a5459c71737f8 (node:7.10.0)
Tagging node:7.10.0
Tagging node:7.10
Tagging node:7
Tagging node:latest
$ test/run.sh node:7.10.0
testing node:7.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:7.10.0-alpine
Building bashbrew/cache:9e6e050a7786616ab7ef77f97e71a62fcb913ca1cba54063826b14802e49c824 (node:7.10.0-alpine)
Tagging node:7.10.0-alpine
Tagging node:7.10-alpine
Tagging node:7-alpine
Tagging node:alpine
$ test/run.sh node:7.10.0-alpine
testing node:7.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:7.10.0-onbuild
Building bashbrew/cache:f559bc304d268ce281f7fecafc773ff54d7b48eeef7e8c734703b973df3d96ae (node:7.10.0-onbuild)
Tagging node:7.10.0-onbuild
Tagging node:7.10-onbuild
Tagging node:7-onbuild
Tagging node:onbuild
$ test/run.sh node:7.10.0-onbuild
testing node:7.10.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:7.10.0-slim
Building bashbrew/cache:f095ccce400b078409362633e61af438b7226badf0301c5705aac5474e780041 (node:7.10.0-slim)
Tagging node:7.10.0-slim
Tagging node:7.10-slim
Tagging node:7-slim
Tagging node:slim
$ test/run.sh node:7.10.0-slim
testing node:7.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:7.10.0-wheezy
Building bashbrew/cache:2d9115a20d68e28706e813cefc3429cebfa03da29f8cc9edd9bdd0efae123fa1 (node:7.10.0-wheezy)
Tagging node:7.10.0-wheezy
Tagging node:7.10-wheezy
Tagging node:7-wheezy
Tagging node:wheezy
$ test/run.sh node:7.10.0-wheezy
testing node:7.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:6.10.3
Building bashbrew/cache:f4798bad2c177cd9f55ec47a500223592a856f73973916b9bb6c97ea6d9ce67d (node:6.10.3)
Tagging node:6.10.3
Tagging node:6.10
Tagging node:6
Tagging node:boron
$ test/run.sh node:6.10.3
testing node:6.10.3
'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.3-alpine
Building bashbrew/cache:fb6208ff1f01b4d626fc664ba0fea64efacf06fbcf4e970dd000d8e5c97ac208 (node:6.10.3-alpine)
Tagging node:6.10.3-alpine
Tagging node:6.10-alpine
Tagging node:6-alpine
Tagging node:boron-alpine
$ test/run.sh node:6.10.3-alpine
testing node:6.10.3-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.3-onbuild
Building bashbrew/cache:36f6e77c3ccf4416106d7300e607023be79331e8dd4c4ee37da159ddfa03e47d (node:6.10.3-onbuild)
Tagging node:6.10.3-onbuild
Tagging node:6.10-onbuild
Tagging node:6-onbuild
Tagging node:boron-onbuild
$ test/run.sh node:6.10.3-onbuild
testing node:6.10.3-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:6.10.3-slim
Building bashbrew/cache:5d3c03d905c253e48b49dfe78009b4eb1e1a888a4d7eddf7509614637a4c2b14 (node:6.10.3-slim)
Tagging node:6.10.3-slim
Tagging node:6.10-slim
Tagging node:6-slim
Tagging node:boron-slim
$ test/run.sh node:6.10.3-slim
testing node:6.10.3-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.3-wheezy
Building bashbrew/cache:83cea7e3475be2f71e1b8365886503e29a667d6b7f687c0c18f6626e89ba6ea8 (node:6.10.3-wheezy)
Tagging node:6.10.3-wheezy
Tagging node:6.10-wheezy
Tagging node:6-wheezy
Tagging node:boron-wheezy
$ test/run.sh node:6.10.3-wheezy
testing node:6.10.3-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.3
Building bashbrew/cache:b372ae3185d20e913bbdd8825958f48418113d5417c43231c8ddf6b76095fd6c (node:4.8.3)
Tagging node:4.8.3
Tagging node:4.8
Tagging node:4
Tagging node:argon
$ test/run.sh node:4.8.3
testing node:4.8.3
'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.3-alpine
Building bashbrew/cache:20464dc1acb0398f2b1f4b98c4d53565edda84e78e30ced9b4bb07a8341d1c2c (node:4.8.3-alpine)
Tagging node:4.8.3-alpine
Tagging node:4.8-alpine
Tagging node:4-alpine
Tagging node:argon-alpine
$ test/run.sh node:4.8.3-alpine
testing node:4.8.3-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.3-onbuild
Building bashbrew/cache:d5efff02b4e42a2168ccbf8c351dfc98e7e9b83324b2574c2cf9c3e5690b45dc (node:4.8.3-onbuild)
Tagging node:4.8.3-onbuild
Tagging node:4.8-onbuild
Tagging node:4-onbuild
Tagging node:argon-onbuild
$ test/run.sh node:4.8.3-onbuild
testing node:4.8.3-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build node:4.8.3-slim
Building bashbrew/cache:2ca765df3efacdab4d14e5c64f471e3bf0a70d93efb5dfd389739acd56e5270c (node:4.8.3-slim)
Tagging node:4.8.3-slim
Tagging node:4.8-slim
Tagging node:4-slim
Tagging node:argon-slim
$ test/run.sh node:4.8.3-slim
testing node:4.8.3-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.3-wheezy
Building bashbrew/cache:7aefd7e81e7b88b134b00085ace3113b7262466da5e3d3cc9ad29a42936bc32f (node:4.8.3-wheezy)
Tagging node:4.8.3-wheezy
Tagging node:4.8-wheezy
Tagging node:4-wheezy
Tagging node:argon-wheezy
$ test/run.sh node:4.8.3-wheezy
testing node:4.8.3-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#400