-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update django and php #636
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
Merged
Merged
Conversation
This file contains hidden or 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
- `django`: 1.8 - `php`: empty `*-enabled` folders (docker-library/php#78) - `python`: fix `bz2` module in slim variants (docker-library/python#41)
|
The tests seem to pass okay. |
LGTM $ url="https://raw.githubusercontent.com/docker-library/official-images/cccdb1d590664527d96e9e3ef30ecf04649cbb73/library/django"
$ bashbrew build "$url"
Fetching django (git://github.com/docker-library/django) ...
Processing django:1.8-python2 ...
Processing django:1-python2 ...
Processing django:python2 ...
Processing django:python2-onbuild ...
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 "$url" --uniq | xargs test/run.sh
testing django:1.8-python2
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing django:python2-onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing django:1.8-python3
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing django:python3-onbuild
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/cccdb1d590664527d96e9e3ef30ecf04649cbb73/library/php"
$ bashbrew build "$url"
Fetching php (git://github.com/docker-library/php) ...
Processing php:5.4.39-cli ...
Processing php:5.4-cli ...
Processing php:5.4.39 ...
Processing php:5.4 ...
Processing php:5.4.39-apache ...
Processing php:5.4-apache ...
Processing php:5.4.39-fpm ...
Processing php:5.4-fpm ...
Processing php:5.5.23-cli ...
Processing php:5.5-cli ...
Processing php:5.5.23 ...
Processing php:5.5 ...
Processing php:5.5.23-apache ...
Processing php:5.5-apache ...
Processing php:5.5.23-fpm ...
Processing php:5.5-fpm ...
Processing php:5.6.7-cli ...
Processing php:5.6-cli ...
Processing php:5-cli ...
Processing php:cli ...
Processing php:5.6.7 ...
Processing php:5.6 ...
Processing php:5 ...
Processing php:latest ...
Processing php:5.6.7-apache ...
Processing php:5.6-apache ...
Processing php:5-apache ...
Processing php:apache ...
Processing php:5.6.7-fpm ...
Processing php:5.6-fpm ...
Processing php:5-fpm ...
Processing php:fpm ...
$ bashbrew list "$url" --uniq | xargs test/run.sh
testing php:5.4.39-cli
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'php-ext-install' [3/3]...passed
testing php:5.4.39-apache
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'php-ext-install' [3/3]...passed
testing php:5.4.39-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'php-ext-install' [3/4]...passed
'php-fpm-hello-web' [4/4]...passed
testing php:5.5.23-cli
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'php-ext-install' [3/3]...passed
testing php:5.5.23-apache
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'php-ext-install' [3/3]...passed
testing php:5.5.23-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'php-ext-install' [3/4]...passed
'php-fpm-hello-web' [4/4]...passed
testing php:5.6.7-cli
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'php-ext-install' [3/3]...passed
testing php:5.6.7-apache
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'php-ext-install' [3/3]...passed
testing php:5.6.7-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'php-ext-install' [3/4]...passed
'php-fpm-hello-web' [4/4]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/cccdb1d590664527d96e9e3ef30ecf04649cbb73/library/python"
$ bashbrew build "$url"
Fetching python (git://github.com/docker-library/python) ...
Processing python:2.7.9 ...
Processing python:2.7 ...
Processing python:2 ...
Processing python:2.7.9-onbuild ...
Processing python:2.7-onbuild ...
Processing python:2-onbuild ...
Processing python:2.7.9-slim ...
Processing python:2.7-slim ...
Processing python:2-slim ...
Processing python:2.7.9-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-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 "$url" --uniq | xargs test/run.sh
testing python:2.7.9
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:2.7.9-onbuild
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:2.7.9-slim
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:2.7.9-wheezy
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.3.6
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.3.6-onbuild
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.3.6-slim
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.3.6-wheezy
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.4.3
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.4.3-onbuild
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.4.3-slim
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed
testing python:3.4.3-wheezy
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'python-hy' [3/6]...passed
'python-pip-requests-ssl' [4/6]...passed
'python-sqlite3' [5/6]...passed
'python-zlib' [6/6]...passed |
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.
django
: 1.8php
: empty*-enabled
folders (Empty config and sites folders, include them (#76) php#78)