-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update docker-library images #1123
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
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Oct 14, 2015
Merged
Update docker-library images #1123
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Oct 14, 2015
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
- `docker`: 1.8.3, 1.9.0-rc1 - `docker-dev`: 1.8.3 - `drupal`: add PHP zip extension (docker-library/drupal#7) - `httpd`: 2.4.17 - `mariadb`: 5.5.46+maria-1~wheezy - `mongo`: 3.0.7 - `owncloud`: add FPM variants (docker-library/owncloud#28) - `postgres`: explicit uid/gid (docker-library/postgres#93) - `tomcat`: 8.0.28
Merged
Build test of #1123; 2445aae ( $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/library/docker"
$ bashbrew build "$url"
Fetching docker (git://github.com/docker-library/docker) ...
Processing docker:1.9.0-rc1 ...
Processing docker:1.9-rc ...
Processing docker:rc ...
Processing docker:1.9.0-rc1-dind ...
Processing docker:1.9-rc-dind ...
Processing docker:rc-dind ...
Processing docker:1.9.0-rc1-git ...
Processing docker:1.9-rc-git ...
Processing docker:rc-git ...
Processing docker:1.8.3 ...
Processing docker:1.8 ...
Processing docker:1 ...
Processing docker:latest ...
Processing docker:1.8.3-dind ...
Processing docker:1.8-dind ...
Processing docker:1-dind ...
Processing docker:dind ...
Processing docker:1.8.3-git ...
Processing docker:1.8-git ...
Processing docker:1-git ...
Processing docker:git ...
Processing docker:1.7.1 ...
Processing docker:1.7 ...
Processing docker:1.7.1-dind ...
Processing docker:1.7-dind ...
Processing docker:1.7.1-git ...
Processing docker:1.7-git ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing docker:1.9.0-rc1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing docker:1.9.0-rc1-dind
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'docker-dind' [5/5]...passed
testing docker:1.9.0-rc1-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing docker:1.8.3
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing docker:1.8.3-dind
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'docker-dind' [5/5]...passed
testing docker:1.8.3-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing docker:1.7.1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing docker:1.7.1-dind
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'docker-dind' [5/5]...passed
testing docker:1.7.1-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/library/drupal"
$ bashbrew build "$url"
Fetching drupal (git://github.com/docker-library/drupal) ...
Processing drupal:7.39 ...
Processing drupal:7 ...
Processing drupal:latest ...
Processing drupal:8.0.0-rc1 ...
Processing drupal:8.0.0 ...
Processing drupal:8.0 ...
Processing drupal:8 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing drupal:7.39
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing drupal:8.0.0-rc1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/library/httpd"
$ bashbrew build "$url"
Fetching httpd (git://github.com/docker-library/httpd) ...
Processing httpd:2.2.31 ...
Processing httpd:2.2 ...
Processing httpd:2.4.17 ...
Processing httpd:2.4 ...
Processing httpd:2 ...
Processing httpd:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing httpd:2.2.31
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing httpd:2.4.17
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/library/mariadb"
$ bashbrew build "$url"
Fetching mariadb (git://github.com/docker-library/mariadb) ...
Processing mariadb:10.0.21 ...
Processing mariadb:10.0 ...
Processing mariadb:10 ...
Processing mariadb:latest ...
Processing mariadb:5.5.46 ...
Processing mariadb:5.5 ...
Processing mariadb:5 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mariadb:10.0.21
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'mysql-basics' [5/6]...........passed
'mysql-initdb' [6/6]..........passed
testing mariadb:5.5.46
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'mysql-basics' [5/6].........passed
'mysql-initdb' [6/6]......passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/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.11 ...
Processing mongo:2.6 ...
Processing mongo:2 ...
Processing mongo:3.0.7 ...
Processing mongo:3.0 ...
Processing mongo:3 ...
Processing mongo:latest ...
Processing mongo:3.1.9 ...
Processing mongo:3.1 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mongo:2.2.7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5].......passed
testing mongo:2.4.14
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5]........passed
testing mongo:2.6.11
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5].........passed
testing mongo:3.0.7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5].........passed
testing mongo:3.1.9
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5]....passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/library/owncloud"
$ bashbrew build "$url"
Fetching owncloud (git://github.com/docker-library/owncloud) ...
Processing owncloud:6.0.9-apache ...
Processing owncloud:6.0.9 ...
Processing owncloud:6.0-apache ...
Processing owncloud:6.0 ...
Processing owncloud:6-apache ...
Processing owncloud:6 ...
Processing owncloud:6.0.9-fpm ...
Processing owncloud:6.0-fpm ...
Processing owncloud:6-fpm ...
Processing owncloud:7.0.10-apache ...
Processing owncloud:7.0.10 ...
Processing owncloud:7.0-apache ...
Processing owncloud:7.0 ...
Processing owncloud:7-apache ...
Processing owncloud:7 ...
Processing owncloud:7.0.10-fpm ...
Processing owncloud:7.0-fpm ...
Processing owncloud:7-fpm ...
Processing owncloud:8.0.8-apache ...
Processing owncloud:8.0.8 ...
Processing owncloud:8.0-apache ...
Processing owncloud:8.0 ...
Processing owncloud:8.0.8-fpm ...
Processing owncloud:8.0-fpm ...
Processing owncloud:8.1.3-apache ...
Processing owncloud:8.1.3 ...
Processing owncloud:8.1-apache ...
Processing owncloud:8.1 ...
Processing owncloud:8-apache ...
Processing owncloud:8 ...
Processing owncloud:apache ...
Processing owncloud:latest ...
Processing owncloud:8.1.3-fpm ...
Processing owncloud:8.1-fpm ...
Processing owncloud:8-fpm ...
Processing owncloud:fpm ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing owncloud:6.0.9-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing owncloud:6.0.9-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing owncloud:7.0.10-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing owncloud:7.0.10-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing owncloud:8.0.8-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing owncloud:8.0.8-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing owncloud:8.1.3-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing owncloud:8.1.3-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/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.19 ...
Processing postgres:9.1 ...
Processing postgres:9.2.14 ...
Processing postgres:9.2 ...
Processing postgres:9.3.10 ...
Processing postgres:9.3 ...
Processing postgres:9.4.5 ...
Processing postgres:9.4 ...
Processing postgres:9 ...
Processing postgres:latest ...
Processing postgres:9.5-beta1 ...
Processing postgres:9.5 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing postgres:9.0.22
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
testing postgres:9.1.19
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
testing postgres:9.2.14
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
testing postgres:9.3.10
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6]......passed
testing postgres:9.4.5
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6]......passed
testing postgres:9.5-beta1
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6]......passed $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/library/tomcat"
$ bashbrew build "$url"
Fetching tomcat (git://github.com/docker-library/tomcat) ...
Processing tomcat:6.0.44-jre7 ...
Processing tomcat:6.0-jre7 ...
Processing tomcat:6-jre7 ...
Processing tomcat:6.0.44 ...
Processing tomcat:6.0 ...
Processing tomcat:6 ...
Processing tomcat:6.0.44-jre8 ...
Processing tomcat:6.0-jre8 ...
Processing tomcat:6-jre8 ...
Processing tomcat:7.0.64-jre7 ...
Processing tomcat:7.0-jre7 ...
Processing tomcat:7-jre7 ...
Processing tomcat:7.0.64 ...
Processing tomcat:7.0 ...
Processing tomcat:7 ...
Processing tomcat:7.0.64-jre8 ...
Processing tomcat:7.0-jre8 ...
Processing tomcat:7-jre8 ...
Processing tomcat:8.0.28-jre7 ...
Processing tomcat:8.0-jre7 ...
Processing tomcat:8-jre7 ...
Processing tomcat:jre7 ...
Processing tomcat:8.0.28 ...
Processing tomcat:8.0 ...
Processing tomcat:8 ...
Processing tomcat:latest ...
Processing tomcat:8.0.28-jre8 ...
Processing tomcat:8.0-jre8 ...
Processing tomcat:8-jre8 ...
Processing tomcat:jre8 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing tomcat:6.0.44-jre7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing tomcat:6.0.44-jre8
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing tomcat:7.0.64-jre7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing tomcat:7.0.64-jre8
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing tomcat:8.0.28-jre7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
testing tomcat:8.0.28-jre8
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed |
Build test of #1123; 2445aae ( $ url="https://raw.githubusercontent.com/docker-library/official-images/2445aae3641439f2b9d6c0593d63a58ccb9b9b0e/library/docker-dev"
$ bashbrew build "$url"
Processing docker-dev:1.8.3 ...
Processing docker-dev:1.8 ...
Processing docker-dev:1 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing docker-dev:1.8.3
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...mount: permission denied
Could not make a tmpfs mount. Did you use --privileged?
failed There is at least one failure in the above build log. |
LGTM |
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.
docker
: 1.8.3, 1.9.0-rc1docker-dev
: 1.8.3drupal
: add PHP zip extension (Update Dockerfile to install PHP zip extension drupal#7)httpd
: 2.4.17mariadb
: 5.5.46+maria-1~wheezymongo
: 3.0.7owncloud
: add FPM variants (Adds fpm, closes #25 owncloud#28)postgres
: explicit uid/gid (Explicitly set uid/gid for postgres/postgres postgres#93)tomcat
: 8.0.28