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

Merged
merged 1 commit into from
Oct 14, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented Oct 14, 2015

- `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
@tianon
Copy link
Member Author

tianon commented Oct 14, 2015

Build test of #1123; 2445aae (docker, drupal, httpd, mariadb, mongo, owncloud, postgres, tomcat):

$ 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

@tianon
Copy link
Member Author

tianon commented Oct 14, 2015

Build test of #1123; 2445aae (docker-dev):

$ 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.

@yosifkit
Copy link
Member

LGTM

yosifkit added a commit that referenced this pull request Oct 14, 2015
@yosifkit yosifkit merged commit 5ba448e into docker-library:master Oct 14, 2015
@yosifkit yosifkit deleted the update-docker-library branch October 14, 2015 19:45
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