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

Merged
merged 1 commit into from
Jun 12, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 12, 2015

- `django`: avoid pip's cache (docker-library/python#50)
- `irssi`: license and minor `update.sh` fix (just sick of seeing this update being pending -- no actual `Dockerfile` changes here)
- `kibana`: support `ELASTICSEARCH_URL` variable (docker-library/kibana#3)
- `mariadb`: 5.5.44+maria-1~wheezy
- `php`: 5.4.42, 5.5.26, and 5.6.10
- `postgres`: 9.0.22-1.pgdg70+1, 9.1.18-1.pgdg70+1, 9.2.13-1.pgdg70+1, 9.3.9-1.pgdg70+1, and 9.4.4-1.pgdg70+1
- `python`: avoid pip's cache (docker-library/python#50)
@tianon
Copy link
Member Author

tianon commented Jun 12, 2015

Build test of #811; 669a350 (django, irssi, kibana, mariadb, php, postgres, python):

$ url="https://raw.githubusercontent.com/docker-library/official-images/669a350d6889a9d0890cc1f74a069c384e983ea3/library/django"
$ bashbrew build "$url"
Fetching django (git://github.com/docker-library/django) ...
Processing django:1.8.2-python2 ...
Processing django:1.8-python2 ...
Processing django:1-python2 ...
Processing django:python2 ...
Processing django:python2-onbuild ...
Processing django:1.8.2-python3 ...
Processing django:1.8.2 ...
Processing django:1.8-python3 ...
Processing django:1.8 ...
Processing django:1-python3 ...
Processing django:1 ...
Processing django:python3 ...
Processing django:latest ...
Processing django:python3-onbuild ...
Processing django:onbuild ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing django:1.8.2-python2
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing django:python2-onbuild
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing django:1.8.2-python3
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing django:python3-onbuild
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/669a350d6889a9d0890cc1f74a069c384e983ea3/library/irssi"
$ bashbrew build "$url"
Cloning irssi (git://github.com/jfrazelle/irssi) ...
Processing irssi:0.8.17 ...
Processing irssi:0.8 ...
Processing irssi:0 ...
Processing irssi:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing irssi:0.8.17
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/669a350d6889a9d0890cc1f74a069c384e983ea3/library/kibana"
$ bashbrew build "$url"
Cloning kibana (git://github.com/docker-library/kibana) ...
Processing kibana:4.1.0 ...
Processing kibana:4.1 ...
Processing kibana:4 ...
Processing kibana:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing kibana:4.1.0
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/669a350d6889a9d0890cc1f74a069c384e983ea3/library/mariadb"
$ bashbrew build "$url"
Cloning mariadb (git://github.com/docker-library/mariadb) ...
Processing mariadb:10.0.19 ...
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.19
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-root-password' [3/4]...passed
    'mysql-basics' [4/4]...passed
testing mariadb:5.5.44
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-root-password' [3/4]...passed
    'mysql-basics' [4/4]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/669a350d6889a9d0890cc1f74a069c384e983ea3/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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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/669a350d6889a9d0890cc1f74a069c384e983ea3/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 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing postgres:9.0.22
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing postgres:9.1.18
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing postgres:9.2.13
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing postgres:9.3.9
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing postgres:9.4.4
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/669a350d6889a9d0890cc1f74a069c384e983ea3/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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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-root-password' [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

@yosifkit
Copy link
Member

LGTM

yosifkit added a commit that referenced this pull request Jun 12, 2015
@yosifkit yosifkit merged commit 6b82385 into docker-library:master Jun 12, 2015
@yosifkit yosifkit deleted the update-docker-library branch June 12, 2015 20:27
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