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 #862

Merged
merged 1 commit into from
Jul 2, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 2, 2015

- `drupal`: 8.0.0-beta12
- `kibana`: 4.1.1
- `logstash`: 1.5.2
- `mongo`: 3.1.5
- `mysql`: fix `my_print_defaults` duplication (docker-library/mysql#75)
- `percona`: 5.5.44-rel37.3-1.wheezy and 5.6.25-73.0-1.wheezy
- `php`: switch from bz2 to xz (docker-library/php#110)
- `pypy`: pip 7.1.0
- `python`: pip 7.1.0
- `rabbitmq`: simple support for alternate `default_vhost`, `default_user`, `default_pass` (docker-library/rabbitmq#28)
@tianon
Copy link
Member Author

tianon commented Jul 2, 2015

Build test of #862; 02e0ccb (drupal, kibana, logstash, mongo, mysql, percona, php, pypy, python, rabbitmq):

$ url="https://raw.githubusercontent.com/docker-library/official-images/02e0ccb39d62971df428584c61e43932c2fed152/library/drupal"
$ bashbrew build "$url"
Fetching drupal (git://github.com/docker-library/drupal) ...
Processing drupal:7.38 ...
Processing drupal:7 ...
Processing drupal:latest ...
Processing drupal:8.0.0-beta12 ...
Processing drupal:8.0.0 ...
Processing drupal:8.0 ...
Processing drupal:8 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing drupal:7.38
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing drupal:8.0.0-beta12
    '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/02e0ccb39d62971df428584c61e43932c2fed152/library/kibana"
$ bashbrew build "$url"
Fetching kibana (git://github.com/docker-library/kibana) ...
Processing kibana:4.0.3 ...
Processing kibana:4.0 ...
Processing kibana:4.1.1 ...
Processing kibana:4.1 ...
Processing kibana:4 ...
Processing kibana:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing kibana:4.0.3
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing kibana:4.1.1
    '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/02e0ccb39d62971df428584c61e43932c2fed152/library/logstash"
$ bashbrew build "$url"
Fetching logstash (git://github.com/docker-library/logstash) ...
Processing logstash:1.5.2 ...
Processing logstash:1.5 ...
Processing logstash:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing logstash:1.5.2
    '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/02e0ccb39d62971df428584c61e43932c2fed152/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.5 ...
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.5
    '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/02e0ccb39d62971df428584c61e43932c2fed152/library/mysql"
$ bashbrew build "$url"
Fetching mysql (git://github.com/docker-library/mysql) ...
Processing mysql:5.5.44 ...
Processing mysql:5.5 ...
Processing mysql:5.6.25 ...
Processing mysql:5.6 ...
Processing mysql:5 ...
Processing mysql:latest ...
Processing mysql:5.7.7-rc ...
Processing mysql:5.7.7 ...
Processing mysql:5.7 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mysql: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
testing mysql:5.6.25
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mysql-basics' [4/4]...passed
testing mysql:5.7.7-rc
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mysql-basics' [4/4]...mysqld failed to accept connetions in a reasonable amount of time!
failed
$ url="https://raw.githubusercontent.com/docker-library/official-images/02e0ccb39d62971df428584c61e43932c2fed152/library/percona"
$ bashbrew build "$url"
Cloning percona (git://github.com/docker-library/percona) ...
Processing percona:5.5.44 ...
Processing percona:5.5 ...
Processing percona:5.6.25 ...
Processing percona:5.6 ...
Processing percona:5 ...
Processing percona:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing percona: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
testing percona:5.6.25
    '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/02e0ccb39d62971df428584c61e43932c2fed152/library/php"
$ bashbrew build "$url"
Fetching php (git://github.com/docker-library/php) ...
Processing php:5.4.42-cli ...
Processing php:5.4-cli ...
Processing php:5.4.42 ...
Processing php:5.4 ...
Processing php:5.4.42-apache ...
Processing php:5.4-apache ...
Processing php:5.4.42-fpm ...
Processing php:5.4-fpm ...
Processing php:5.5.26-cli ...
Processing php:5.5-cli ...
Processing php:5.5.26 ...
Processing php:5.5 ...
Processing php:5.5.26-apache ...
Processing php:5.5-apache ...
Processing php:5.5.26-fpm ...
Processing php:5.5-fpm ...
Processing php:5.6.10-cli ...
Processing php:5.6-cli ...
Processing php:5-cli ...
Processing php:cli ...
Processing php:5.6.10 ...
Processing php:5.6 ...
Processing php:5 ...
Processing php:latest ...
Processing php:5.6.10-apache ...
Processing php:5.6-apache ...
Processing php:5-apache ...
Processing php:apache ...
Processing php:5.6.10-fpm ...
Processing php:5.6-fpm ...
Processing php:5-fpm ...
Processing php:fpm ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing php:5.4.42-cli
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'php-ext-install' [4/4]...passed
testing php:5.4.42-apache
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'php-ext-install' [4/4]...passed
testing php:5.4.42-fpm
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'php-ext-install' [4/5]...passed
    'php-fpm-hello-web' [5/5]...passed
testing php:5.5.26-cli
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'php-ext-install' [4/4]...passed
testing php:5.5.26-apache
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'php-ext-install' [4/4]...passed
testing php:5.5.26-fpm
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'php-ext-install' [4/5]...passed
    'php-fpm-hello-web' [5/5]...passed
testing php:5.6.10-cli
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'php-ext-install' [4/4]...passed
testing php:5.6.10-apache
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'php-ext-install' [4/4]...passed
testing php:5.6.10-fpm
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'php-ext-install' [4/5]...passed
    'php-fpm-hello-web' [5/5]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/02e0ccb39d62971df428584c61e43932c2fed152/library/pypy"
$ bashbrew build "$url"
Fetching pypy (git://github.com/docker-library/pypy) ...
Processing pypy:2-2.6.0 ...
Processing pypy:2-2.6 ...
Processing pypy:2-2 ...
Processing pypy:2 ...
Processing pypy:2-2.6.0-onbuild ...
Processing pypy:2-2.6-onbuild ...
Processing pypy:2-2-onbuild ...
Processing pypy:2-onbuild ...
Processing pypy:2-2.6.0-slim ...
Processing pypy:2-2.6-slim ...
Processing pypy:2-2-slim ...
Processing pypy:2-slim ...
Processing pypy:3-2.4.0 ...
Processing pypy:3-2.4 ...
Processing pypy:3-2 ...
Processing pypy:3 ...
Processing pypy:latest ...
Processing pypy:3-2.4.0-onbuild ...
Processing pypy:3-2.4-onbuild ...
Processing pypy:3-2-onbuild ...
Processing pypy:3-onbuild ...
Processing pypy:onbuild ...
Processing pypy:3-2.4.0-slim ...
Processing pypy:3-2.4-slim ...
Processing pypy:3-2-slim ...
Processing pypy:3-slim ...
Processing pypy:slim ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing pypy:2-2.6.0
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing pypy:2-2.6.0-onbuild
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing pypy:2-2.6.0-slim
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing pypy:3-2.4.0
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing pypy:3-2.4.0-onbuild
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing pypy:3-2.4.0-slim
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/02e0ccb39d62971df428584c61e43932c2fed152/library/python"
$ bashbrew build "$url"
Fetching python (git://github.com/docker-library/python) ...
Processing python:2.7.10 ...
Processing python:2.7 ...
Processing python:2 ...
Processing python:2.7.10-onbuild ...
Processing python:2.7-onbuild ...
Processing python:2-onbuild ...
Processing python:2.7.10-slim ...
Processing python:2.7-slim ...
Processing python:2-slim ...
Processing python:2.7.10-wheezy ...
Processing python:2.7-wheezy ...
Processing python:2-wheezy ...
Processing python:3.2.6 ...
Processing python:3.2 ...
Processing python:3.2.6-onbuild ...
Processing python:3.2-onbuild ...
Processing python:3.2.6-slim ...
Processing python:3.2-slim ...
Processing python:3.2.6-wheezy ...
Processing python:3.2-wheezy ...
Processing python:3.3.6 ...
Processing python:3.3 ...
Processing python:3.3.6-onbuild ...
Processing python:3.3-onbuild ...
Processing python:3.3.6-slim ...
Processing python:3.3-slim ...
Processing python:3.3.6-wheezy ...
Processing python:3.3-wheezy ...
Processing python:3.4.3 ...
Processing python:3.4 ...
Processing python:3 ...
Processing python:latest ...
Processing python:3.4.3-onbuild ...
Processing python:3.4-onbuild ...
Processing python:3-onbuild ...
Processing python:onbuild ...
Processing python:3.4.3-slim ...
Processing python:3.4-slim ...
Processing python:3-slim ...
Processing python:slim ...
Processing python:3.4.3-wheezy ...
Processing python:3.4-wheezy ...
Processing python:3-wheezy ...
Processing python:wheezy ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing python:2.7.10
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:2.7.10-onbuild
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:2.7.10-slim
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:2.7.10-wheezy
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.2.6
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.2.6-onbuild
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.2.6-slim
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.2.6-wheezy
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.3.6
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.3.6-onbuild
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.3.6-slim
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.3.6-wheezy
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.4.3
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.4.3-onbuild
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.4.3-slim
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
testing python:3.4.3-wheezy
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'python-hy' [4/7]...passed
    'python-imports' [5/7]...passed
    'python-pip-requests-ssl' [6/7]...passed
    'python-sqlite3' [7/7]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/02e0ccb39d62971df428584c61e43932c2fed152/library/rabbitmq"
$ bashbrew build "$url"
Cloning rabbitmq (git://github.com/docker-library/rabbitmq) ...
Processing rabbitmq:3.5.3 ...
Processing rabbitmq:3.5 ...
Processing rabbitmq:3 ...
Processing rabbitmq:latest ...
Processing rabbitmq:3.5.3-management ...
Processing rabbitmq:3.5-management ...
Processing rabbitmq:3-management ...
Processing rabbitmq:management ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing rabbitmq:3.5.3
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing rabbitmq:3.5.3-management
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed

There is at least one failure in the above build log.

@tianon
Copy link
Member Author

tianon commented Jul 2, 2015

Failure looks like it's MySQL 5.7, again.

@yosifkit
Copy link
Member

yosifkit commented Jul 2, 2015

LGTM

yosifkit added a commit that referenced this pull request Jul 2, 2015
@yosifkit yosifkit merged commit 6bc92c0 into docker-library:master Jul 2, 2015
@yosifkit yosifkit deleted the update-docker-library branch July 2, 2015 22:52
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.

3 participants