Skip to content
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
merged 1 commit into from
Jul 21, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 21, 2015

- `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)
@yosifkit
Copy link
Member

Build test of #912; 2fb9d4f (logstash, mariadb, mongo, postgres):

$ 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

@yosifkit
Copy link
Member

LGTM

yosifkit added a commit that referenced this pull request Jul 21, 2015
@yosifkit yosifkit merged commit b0e1124 into docker-library:master Jul 21, 2015
@yosifkit yosifkit deleted the update-docker-library branch July 21, 2015 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants