-
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 io.js to v2.3.0 #834
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
2.2: git://github.com/nodejs/docker-iojs@76a4255dd8985607301f003220c80f43b72c55e1 2.2 | ||
2: git://github.com/nodejs/docker-iojs@76a4255dd8985607301f003220c80f43b72c55e1 2.2 | ||
latest: git://github.com/nodejs/docker-iojs@76a4255dd8985607301f003220c80f43b72c55e1 2.2 | ||
2.3.1: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this all be 2.3.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed! Thanks for noticing.
PR-URL: docker-library#834 Related: nodejs/docker-iojs#69 Signed-off-by: Hans Kristian Flaatten <[email protected]>
Build test of #834; 2953d8d ( $ url="https://raw.githubusercontent.com/docker-library/official-images/2953d8d8ca0c541804d49d73a4df2696f25cecf9/library/iojs"
$ bashbrew build "$url"
Processing iojs:1.8.2 ...
Processing iojs:1.8 ...
Processing iojs:1 ...
Processing iojs:1.8.2-onbuild ...
Processing iojs:1.8-onbuild ...
Processing iojs:1-onbuild ...
Processing iojs:1.8.2-slim ...
Processing iojs:1.8-slim ...
Processing iojs:1-slim ...
Processing iojs:2.3.0 ...
Processing iojs:2.3 ...
Processing iojs:2 ...
Processing iojs:latest ...
Processing iojs:2.3.0-onbuild ...
Processing iojs:2.3-onbuild ...
Processing iojs:2-onbuild ...
Processing iojs:onbuild ...
Processing iojs:2.3.0-slim ...
Processing iojs:2.3-slim ...
Processing iojs:2-slim ...
Processing iojs:slim ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing iojs:1.8.2
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing iojs:1.8.2-onbuild
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing iojs:1.8.2-slim
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing iojs:2.3.0
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing iojs:2.3.0-onbuild
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing iojs:2.3.0-slim
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed |
LGTM |
1 similar comment
LGTM |
RichardScothern
pushed a commit
to RichardScothern/official-images
that referenced
this pull request
Jun 14, 2016
PR-URL: docker-library#834 Related: nodejs/docker-iojs#69 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.
This PR updates iojs
:2
Docker images to v2.3.0.Changeset: nodejs/docker-iojs@76a4255...fc1c0fa
Related: nodejs/docker-iojs#69
Signed-off-by: Hans Kristian Flaatten [email protected]