-
Notifications
You must be signed in to change notification settings - Fork 2k
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 to 4.2.4 #81
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
Running |
$ ./test-build.sh 4.2
Building 4.2.4...
Step 1 : FROM buildpack-deps:jessie
---> dfffd65d3802
Step 2 : RUN set -ex && for key in 9554F04D7259F04124DE6B476D5A82AC7E37093B 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 FD3A5288F042B6850C66B31F09FE44734EB7990E 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 DD8F2338BAE7501E3DD5AC78C273792F7D83545D ; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done
---> Running in d4e97a830efb
---> 22e6b0faa137
Removing intermediate container d4e97a830efb
Step 3 : ENV NPM_CONFIG_LOGLEVEL info
---> Running in 458600a480ef
---> 545436f5f97e
Removing intermediate container 458600a480ef
Step 4 : ENV NODE_VERSION 4.2.4
---> Running in 61bc94836583
---> 639fd89b2034
Removing intermediate container 61bc94836583
Step 5 : RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" && gpg --verify SHASUMS256.txt.asc && grep " node-v$NODE_VERSION-linux-x64.tar.gz\$" SHASUMS256.txt.asc | sha256sum -c - && tar -xzf "node-v$NODE_VERSION-linux-x64.tar.gz" -C /usr/local --strip-components=1 && rm "node-v$NODE_VERSION-linux-x64.tar.gz" SHASUMS256.txt.asc
---> Running in 375b1c7f60e9
---> 5a04bacbbd0d
Removing intermediate container 375b1c7f60e9
Step 6 : CMD node
---> Running in 629695fcb8d9
---> 6d4d756db90c
Removing intermediate container 629695fcb8d9
Successfully built 6d4d756db90c
Build of 4.2.4 succeeded.
Building 4.2.4-onbuild variant...
Step 1 : FROM node:4.2.4
---> 6d4d756db90c
Step 2 : RUN mkdir -p /usr/src/app
---> Running in 132448b469c9
---> dcea3f6e2b5a
Removing intermediate container 132448b469c9
Step 3 : WORKDIR /usr/src/app
---> Running in dcae8bedbb59
---> e7fc9657eb4b
Removing intermediate container dcae8bedbb59
Step 4 : ONBUILD copy package.json /usr/src/app/
---> Running in 8101998f82e6
---> 4cd5abe5e319
Removing intermediate container 8101998f82e6
Step 5 : ONBUILD run npm install
---> Running in 3b6a8b178e3d
---> de24e0c0f17b
Removing intermediate container 3b6a8b178e3d
Step 6 : ONBUILD copy . /usr/src/app
---> Running in 85d3042a8002
---> 4d1f6910b3b8
Removing intermediate container 85d3042a8002
Step 7 : CMD npm start
---> Running in 6bb7c70b1f66
---> ec172601aa01
Removing intermediate container 6bb7c70b1f66
Successfully built ec172601aa01
Build of 4.2.4-onbuild succeeded.
Building 4.2.4-slim variant...
git log
Step 1 : FROM buildpack-deps:jessie-curl
---> d7e8499cf1bd
Step 2 : RUN set -ex && for key in 9554F04D7259F04124DE6B476D5A82AC7E37093B 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 FD3A5288F042B6850C66B31F09FE44734EB7990E 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 DD8F2338BAE7501E3DD5AC78C273792F7D83545D ; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done
---> Running in 72dce11d39d2
---> cc9d600ebe8b
Removing intermediate container 72dce11d39d2
Step 3 : ENV NPM_CONFIG_LOGLEVEL info
---> Running in e2ae3f10b14c
---> ba3ec413f182
Removing intermediate container e2ae3f10b14c
Step 4 : ENV NODE_VERSION 4.2.4
---> Running in a21091614634
---> cb69fc32643e
Removing intermediate container a21091614634
Step 5 : RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" && gpg --verify SHASUMS256.txt.asc && grep " node-v$NODE_VERSION-linux-x64.tar.gz\$" SHASUMS256.txt.asc | sha256sum -c - && tar -xzf "node-v$NODE_VERSION-linux-x64.tar.gz" -C /usr/local --strip-components=1 && rm "node-v$NODE_VERSION-linux-x64.tar.gz" SHASUMS256.txt.asc
---> Running in 6363680ac639
---> a55d15822614
Removing intermediate container 6363680ac639
Step 6 : CMD node
---> Running in a715cc6f3748
---> 724c5d7e8b21
Removing intermediate container a715cc6f3748
Successfully built 724c5d7e8b21
Build of 4.2.4-slim succeeded.
Building 4.2.4-wheezy variant...
Step 1 : FROM buildpack-deps:wheezy
---> c20d10097954
Step 2 : RUN set -ex && for key in 9554F04D7259F04124DE6B476D5A82AC7E37093B 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 FD3A5288F042B6850C66B31F09FE44734EB7990E 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 DD8F2338BAE7501E3DD5AC78C273792F7D83545D ; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done
---> Running in 93f2c3358e1f
---> 6b5177a7da7e
Removing intermediate container 93f2c3358e1f
Step 3 : ENV NPM_CONFIG_LOGLEVEL info
---> Running in 6ca9b8ed3d36
---> df9e4f702b6b
Removing intermediate container 6ca9b8ed3d36
Step 4 : ENV NODE_VERSION 4.2.4
---> Running in ef694f40b661
---> 8e27f2edc64c
Removing intermediate container ef694f40b661
Step 5 : RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" && gpg --verify SHASUMS256.txt.asc && grep " node-v$NODE_VERSION-linux-x64.tar.gz\$" SHASUMS256.txt.asc | sha256sum -c - && tar -xzf "node-v$NODE_VERSION-linux-x64.tar.gz" -C /usr/local --strip-components=1 && rm "node-v$NODE_VERSION-linux-x64.tar.gz" SHASUMS256.txt.asc
---> Running in 70c474783a59
---> d352cbe85d1b
Removing intermediate container 70c474783a59
Step 6 : CMD node
---> Running in 0dddc6fec148
---> b130c0aaac0b
Removing intermediate container 0dddc6fec148
Successfully built b130c0aaac0b
Build of 4.2.4-wheezy succeeded.
All builds successful! |
Thanks @tianon 👍 |
Would you mind making the official-images PR? I don't have more cycles ATM (already pushing it for time right now) but should be able to review/merge later today if someone throws it up. 👍 |
Starefossen
pushed a commit
to Starefossen/official-images
that referenced
this pull request
Dec 25, 2015
Related: nodejs/node#4336 Related: nodejs/docker-node#81 Signed-off-by: Hans Kristian Flaatten <[email protected]>
Sorry for the delay @tianon, PR is up docker-library/official-images#1304 😅 |
pierreozoux
pushed a commit
to pierreozoux/official-images
that referenced
this pull request
Jan 7, 2016
Related: nodejs/node#4336 Related: nodejs/docker-node#81 Signed-off-by: Hans Kristian Flaatten <[email protected]>
RichardScothern
pushed a commit
to RichardScothern/official-images
that referenced
this pull request
Jun 14, 2016
Related: nodejs/node#4336 Related: nodejs/docker-node#81 Signed-off-by: Hans Kristian Flaatten <[email protected]>
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.
No description provided.