-
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 docker-library images #932
Merged
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Jul 28, 2015
Merged
Update docker-library images #932
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Jul 28, 2015
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
- `java`: 7u79-2.5.6-1~deb8u1 - `julia`: 0.3.11 - `mongo`: 3.0.5
Build test of #932; c99af94 ( $ url="https://raw.githubusercontent.com/docker-library/official-images/c99af9488ef890de14055c914666dac7652017c0/library/java"
$ bashbrew build "$url"
Fetching java (git://github.com/docker-library/java) ...
Processing java:openjdk-6b35-jdk ...
Processing java:openjdk-6b35 ...
Processing java:openjdk-6-jdk ...
Processing java:openjdk-6 ...
Processing java:6b35-jdk ...
Processing java:6b35 ...
Processing java:6-jdk ...
Processing java:6 ...
Processing java:openjdk-6b35-jre ...
Processing java:openjdk-6-jre ...
Processing java:6b35-jre ...
Processing java:6-jre ...
Processing java:openjdk-7u79-jdk ...
Processing java:openjdk-7u79 ...
Processing java:openjdk-7-jdk ...
Processing java:openjdk-7 ...
Processing java:7u79-jdk ...
Processing java:7u79 ...
Processing java:7-jdk ...
Processing java:7 ...
Processing java:openjdk-7u79-jre ...
Processing java:openjdk-7-jre ...
Processing java:7u79-jre ...
Processing java:7-jre ...
Processing java:openjdk-8u45-jdk ...
Processing java:openjdk-8u45 ...
Processing java:openjdk-8-jdk ...
Processing java:openjdk-8 ...
Processing java:8u45-jdk ...
Processing java:8u45 ...
Processing java:8-jdk ...
Processing java:8 ...
Processing java:jdk ...
Processing java:latest ...
Processing java:openjdk-8u45-jre ...
Processing java:openjdk-8-jre ...
Processing java:8u45-jre ...
Processing java:8-jre ...
Processing java:jre ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing java:openjdk-6b35-jdk
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing java:openjdk-6b35-jre
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing java:openjdk-7u79-jdk
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing java:openjdk-7u79-jre
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing java:openjdk-8u45-jdk
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing java:openjdk-8u45-jre
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/c99af9488ef890de14055c914666dac7652017c0/library/julia"
$ bashbrew build "$url"
Fetching julia (git://github.com/docker-library/julia) ...
Processing julia:0.3.11 ...
Processing julia:0.3 ...
Processing julia:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing julia:0.3.11
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/c99af9488ef890de14055c914666dac7652017c0/library/mongo"
$ bashbrew build "$url"
Fetching mongo (git://github.com/docker-library/mongo) ...
Processing mongo:2.2.7 ...
Processing mongo:2.2 ...
Processing mongo:2.4.14 ...
Processing mongo:2.4 ...
Processing mongo:2.6.10 ...
Processing mongo:2.6 ...
Processing mongo:2 ...
Processing mongo:3.0.5 ...
Processing mongo:3.0 ...
Processing mongo:3 ...
Processing mongo:latest ...
Processing mongo:3.1.6 ...
Processing mongo:3.1 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mongo:2.2.7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mongo-basics' [4/4]...passed
testing mongo:2.4.14
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mongo-basics' [4/4]...passed
testing mongo:2.6.10
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mongo-basics' [4/4]...mongod failed to accept connetions in a reasonable amount of time!
exception: connect failed
failed
testing mongo:3.0.5
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mongo-basics' [4/4]...passed
testing mongo:3.1.6
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mongo-basics' [4/4]...passed There is at least one failure in the above build log. |
T'was a fluke! Build test of #932; c99af94 ( $ url="https://raw.githubusercontent.com/docker-library/official-images/c99af9488ef890de14055c914666dac7652017c0/library/mongo:2.6.10"
$ bashbrew build "$url"
Processing mongo:2.6.10 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mongo:2.6.10
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mongo-basics' [4/4]...passed |
LGTM |
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.
java
: 7u79-2.5.6-1~deb8u1julia
: 0.3.11mongo
: 3.0.5