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

Merged
merged 1 commit into from
Mar 18, 2016

Conversation

@tianon
Copy link
Member Author

tianon commented Mar 18, 2016

Crap, PHP here doesn't have Alpine yet (didn't update the generate script). I'll go do that.

- `php`: add Alpine variants (docker-library/php#176, docker-library/php#202)
- `pypy`: pip 8.1.1
- `python`: pip 8.1.1
@tianon tianon force-pushed the update-docker-library branch from 0169c66 to 59ea485 Compare March 18, 2016 21:38
@tianon
Copy link
Member Author

tianon commented Mar 18, 2016

Updated!

@tianon
Copy link
Member Author

tianon commented Mar 18, 2016

Ouch, PHP goes from 45 tags to 72. 😞

@tianon
Copy link
Member Author

tianon commented Mar 18, 2016

Although --uniq only went from 12 to 21.

@yosifkit
Copy link
Member

LGTM, Build test of #1555; 59ea485 (php, pypy, python):

$ bashbrew build "php"
Cloning php (git://github.com/docker-library/php) ...
Processing php:5.5.33-cli ...
Processing php:5.5-cli ...
Processing php:5.5.33 ...
Processing php:5.5 ...
Processing php:5.5.33-alpine ...
Processing php:5.5-alpine ...
Processing php:5.5.33-apache ...
Processing php:5.5-apache ...
Processing php:5.5.33-fpm ...
Processing php:5.5-fpm ...
Processing php:5.5.33-fpm-alpine ...
Processing php:5.5-fpm-alpine ...
Processing php:5.5.33-zts ...
Processing php:5.5-zts ...
Processing php:5.5.33-zts-alpine ...
Processing php:5.5-zts-alpine ...
Processing php:5.6.19-cli ...
Processing php:5.6-cli ...
Processing php:5-cli ...
Processing php:5.6.19 ...
Processing php:5.6 ...
Processing php:5 ...
Processing php:5.6.19-alpine ...
Processing php:5.6-alpine ...
Processing php:5-alpine ...
Processing php:5.6.19-apache ...
Processing php:5.6-apache ...
Processing php:5-apache ...
Processing php:5.6.19-fpm ...
Processing php:5.6-fpm ...
Processing php:5-fpm ...
Processing php:5.6.19-fpm-alpine ...
Processing php:5.6-fpm-alpine ...
Processing php:5-fpm-alpine ...
Processing php:5.6.19-zts ...
Processing php:5.6-zts ...
Processing php:5-zts ...
Processing php:5.6.19-zts-alpine ...
Processing php:5.6-zts-alpine ...
Processing php:5-zts-alpine ...
Processing php:7.0.4-cli ...
Processing php:7.0-cli ...
Processing php:7-cli ...
Processing php:cli ...
Processing php:7.0.4 ...
Processing php:7.0 ...
Processing php:7 ...
Processing php:latest ...
Processing php:7.0.4-alpine ...
Processing php:7.0-alpine ...
Processing php:7-alpine ...
Processing php:alpine ...
Processing php:7.0.4-apache ...
Processing php:7.0-apache ...
Processing php:7-apache ...
Processing php:apache ...
Processing php:7.0.4-fpm ...
Processing php:7.0-fpm ...
Processing php:7-fpm ...
Processing php:fpm ...
Processing php:7.0.4-fpm-alpine ...
Processing php:7.0-fpm-alpine ...
Processing php:7-fpm-alpine ...
Processing php:fpm-alpine ...
Processing php:7.0.4-zts ...
Processing php:7.0-zts ...
Processing php:7-zts ...
Processing php:zts ...
Processing php:7.0.4-zts-alpine ...
Processing php:7.0-zts-alpine ...
Processing php:7-zts-alpine ...
Processing php:zts-alpine ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing php:5.5.33-cli
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.5.33-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.5.33-apache
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'php-ext-install' [5/7]...passed
    'php-hello-world' [6/7]...passed
    'php-apache-hello-web' [7/7]...passed
testing php:5.5.33-fpm
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'php-ext-install' [5/7]...passed
    'php-hello-world' [6/7]...passed
    'php-fpm-hello-web' [7/7]...passed
testing php:5.5.33-fpm-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.5.33-zts
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.5.33-zts-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.6.19-cli
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.6.19-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.6.19-apache
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'php-ext-install' [5/7]...passed
    'php-hello-world' [6/7]...passed
    'php-apache-hello-web' [7/7]...passed
testing php:5.6.19-fpm
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'php-ext-install' [5/7]...passed
    'php-hello-world' [6/7]...passed
    'php-fpm-hello-web' [7/7]...passed
testing php:5.6.19-fpm-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.6.19-zts
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:5.6.19-zts-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:7.0.4-cli
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:7.0.4-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:7.0.4-apache
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'php-ext-install' [5/7]...passed
    'php-hello-world' [6/7]...passed
    'php-apache-hello-web' [7/7]...passed
testing php:7.0.4-fpm
    'utc' [1/7]...passed
    'cve-2014--shellshock' [2/7]...passed
    'no-hard-coded-passwords' [3/7]...passed
    'override-cmd' [4/7]...passed
    'php-ext-install' [5/7]...passed
    'php-hello-world' [6/7]...passed
    'php-fpm-hello-web' [7/7]...passed
testing php:7.0.4-fpm-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:7.0.4-zts
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
testing php:7.0.4-zts-alpine
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'no-hard-coded-passwords' [3/6]...passed
    'override-cmd' [4/6]...passed
    'php-ext-install' [5/6]...passed
    'php-hello-world' [6/6]...passed
$ bashbrew build "pypy"
Cloning pypy (git://github.com/docker-library/pypy) ...
Processing pypy:2-5.0.0 ...
Processing pypy:2-5.0 ...
Processing pypy:2-5 ...
Processing pypy:2 ...
Processing pypy:2-5.0.0-onbuild ...
Processing pypy:2-5.0-onbuild ...
Processing pypy:2-5-onbuild ...
Processing pypy:2-onbuild ...
Processing pypy:2-5.0.0-slim ...
Processing pypy:2-5.0-slim ...
Processing pypy:2-5-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-5.0.0
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing pypy:2-5.0.0-onbuild
    'override-cmd' [1/1]...passed
testing pypy:2-5.0.0-slim
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing pypy:3-2.4.0
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8].../usr/local/site-packages/pip/_vendor/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
/usr/local/site-packages/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
/usr/local/site-packages/pip/_vendor/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
/usr/local/site-packages/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8].../usr/local/site-packages/pip/_vendor/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
passed
    'python-sqlite3' [8/8]...passed
testing pypy:3-2.4.0-onbuild
    'override-cmd' [1/1]...passed
testing pypy:3-2.4.0-slim
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8].../usr/local/site-packages/pip/_vendor/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
/usr/local/site-packages/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
/usr/local/site-packages/pip/_vendor/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
/usr/local/site-packages/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8].../usr/local/site-packages/pip/_vendor/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
passed
    'python-sqlite3' [8/8]...passed
$ bashbrew build "python"
Cloning python (git://github.com/docker-library/python) ...
Processing python:2.7.11 ...
Processing python:2.7 ...
Processing python:2 ...
Processing python:2.7.11-onbuild ...
Processing python:2.7-onbuild ...
Processing python:2-onbuild ...
Processing python:2.7.11-slim ...
Processing python:2.7-slim ...
Processing python:2-slim ...
Processing python:2.7.11-alpine ...
Processing python:2.7-alpine ...
Processing python:2-alpine ...
Processing python:2.7.11-wheezy ...
Processing python:2.7-wheezy ...
Processing python: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-alpine ...
Processing python:3.3-alpine ...
Processing python:3.3.6-wheezy ...
Processing python:3.3-wheezy ...
Processing python:3.4.4 ...
Processing python:3.4 ...
Processing python:3.4.4-onbuild ...
Processing python:3.4-onbuild ...
Processing python:3.4.4-slim ...
Processing python:3.4-slim ...
Processing python:3.4.4-alpine ...
Processing python:3.4-alpine ...
Processing python:3.4.4-wheezy ...
Processing python:3.4-wheezy ...
Processing python:3.5.1 ...
Processing python:3.5 ...
Processing python:3 ...
Processing python:latest ...
Processing python:3.5.1-onbuild ...
Processing python:3.5-onbuild ...
Processing python:3-onbuild ...
Processing python:onbuild ...
Processing python:3.5.1-slim ...
Processing python:3.5-slim ...
Processing python:3-slim ...
Processing python:slim ...
Processing python:3.5.1-alpine ...
Processing python:3.5-alpine ...
Processing python:3-alpine ...
Processing python:alpine ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing python:2.7.11
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:2.7.11-onbuild
    'override-cmd' [1/1]...passed
testing python:2.7.11-slim
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:2.7.11-alpine
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:2.7.11-wheezy
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.3.6
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.3.6-onbuild
    'override-cmd' [1/1]...passed
testing python:3.3.6-slim
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.3.6-alpine
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.3.6-wheezy
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.4.4
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.4.4-onbuild
    'override-cmd' [1/1]...passed
testing python:3.4.4-slim
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.4.4-alpine
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.4.4-wheezy
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.5.1
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.5.1-onbuild
    'override-cmd' [1/1]...passed
testing python:3.5.1-slim
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed
testing python:3.5.1-alpine
    'utc' [1/8]...passed
    'cve-2014--shellshock' [2/8]...passed
    'no-hard-coded-passwords' [3/8]...passed
    'override-cmd' [4/8]...passed
    'python-hy' [5/8]...passed
    'python-imports' [6/8]...passed
    'python-pip-requests-ssl' [7/8]...passed
    'python-sqlite3' [8/8]...passed

yosifkit added a commit that referenced this pull request Mar 18, 2016
@yosifkit yosifkit merged commit 740ab0b into docker-library:master Mar 18, 2016
@yosifkit yosifkit deleted the update-docker-library branch March 18, 2016 22:20
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