-
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 #912
Merged
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Jul 21, 2015
Merged
Update docker-library images #912
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Jul 21, 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
- `logstash`: 1.5.3 - `mariadb`: switch 10.0 to jessie (MariaDB/mariadb-docker#17) - `mongo`: 3.1.6 - `postgres`: use `PG_VERSION` instead of just empty directory for "database detection" (docker-library/postgres#72)
Build test of #912; 2fb9d4f ( $ url="https://raw.githubusercontent.com/docker-library/official-images/2fb9d4f5f6148d37123594aa23ebfce75a796396/library/logstash"
$ bashbrew build "$url"
Fetching logstash (git://github.com/docker-library/logstash) ...
Processing logstash:1.5.3 ...
Processing logstash:1.5 ...
Processing logstash:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing logstash:1.5.3
'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/2fb9d4f5f6148d37123594aa23ebfce75a796396/library/mariadb"
$ bashbrew build "$url"
Fetching mariadb (git://github.com/docker-library/mariadb) ...
Processing mariadb:10.0.20 ...
Processing mariadb:10.0 ...
Processing mariadb:10 ...
Processing mariadb:latest ...
Processing mariadb:5.5.44 ...
Processing mariadb:5.5 ...
Processing mariadb:5 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mariadb:10.0.20
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mysql-basics' [4/4]...passed
testing mariadb:5.5.44
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'mysql-basics' [4/4]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2fb9d4f5f6148d37123594aa23ebfce75a796396/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.4 ...
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]...passed
testing mongo:3.0.4
'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 $ url="https://raw.githubusercontent.com/docker-library/official-images/2fb9d4f5f6148d37123594aa23ebfce75a796396/library/postgres"
$ bashbrew build "$url"
Fetching postgres (git://github.com/docker-library/postgres) ...
Processing postgres:9.0.22 ...
Processing postgres:9.0 ...
Processing postgres:9.1.18 ...
Processing postgres:9.1 ...
Processing postgres:9.2.13 ...
Processing postgres:9.2 ...
Processing postgres:9.3.9 ...
Processing postgres:9.3 ...
Processing postgres:9.4.4 ...
Processing postgres:9.4 ...
Processing postgres:9 ...
Processing postgres:latest ...
Processing postgres:9.5-alpha1 ...
Processing postgres:9.5 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing postgres:9.0.22
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing postgres:9.1.18
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing postgres:9.2.13
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing postgres:9.3.9
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing postgres:9.4.4
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing postgres:9.5-alpha1
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...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.
logstash
: 1.5.3mariadb
: switch 10.0 to jessie (Update 10.0 to jessie MariaDB/mariadb-docker#17)mongo
: 3.1.6postgres
: usePG_VERSION
instead of just empty directory for "database detection" (Check that vol actually contains DB files, as opposed to a non-empty dir. postgres#72)