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

Merged
merged 1 commit into from
Jul 6, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 6, 2015

- `haproxy`: 1.5.14
- `mysql`: add `--protocol` during init (docker-library/mysql#84)
- `tomcat`: 7.0.63
@tianon
Copy link
Member Author

tianon commented Jul 6, 2015

Build test of #869; ba979ca (haproxy, mysql, tomcat):

$ url="https://raw.githubusercontent.com/docker-library/official-images/ba979ca48d560851308cb49bf14c0d3aa11f0d6c/library/haproxy"
$ bashbrew build "$url"
Fetching haproxy (git://github.com/docker-library/haproxy) ...
Processing haproxy:1.4.26 ...
Processing haproxy:1.4 ...
Processing haproxy:1.5.14 ...
Processing haproxy:1.5 ...
Processing haproxy:1 ...
Processing haproxy:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing haproxy:1.4.26
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing haproxy:1.5.14
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/ba979ca48d560851308cb49bf14c0d3aa11f0d6c/library/mysql"
$ bashbrew build "$url"
Fetching mysql (git://github.com/docker-library/mysql) ...
Processing mysql:5.5.44 ...
Processing mysql:5.5 ...
Processing mysql:5.6.25 ...
Processing mysql:5.6 ...
Processing mysql:5 ...
Processing mysql:latest ...
Processing mysql:5.7.7-rc ...
Processing mysql:5.7.7 ...
Processing mysql:5.7 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mysql:5.5.44
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mysql-basics' [4/4]...passed
testing mysql:5.6.25
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mysql-basics' [4/4]...passed
testing mysql:5.7.7-rc
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mysql-basics' [4/4]...mysqld failed to accept connetions in a reasonable amount of time!
failed
$ url="https://raw.githubusercontent.com/docker-library/official-images/ba979ca48d560851308cb49bf14c0d3aa11f0d6c/library/tomcat"
$ bashbrew build "$url"
Cloning 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.63-jre7 ...
Processing tomcat:7.0-jre7 ...
Processing tomcat:7-jre7 ...
Processing tomcat:7.0.63 ...
Processing tomcat:7.0 ...
Processing tomcat:7 ...
Processing tomcat:7.0.63-jre8 ...
Processing tomcat:7.0-jre8 ...
Processing tomcat:7-jre8 ...
Processing tomcat:8.0.23-jre7 ...
Processing tomcat:8.0-jre7 ...
Processing tomcat:8-jre7 ...
Processing tomcat:jre7 ...
Processing tomcat:8.0.23 ...
Processing tomcat:8.0 ...
Processing tomcat:8 ...
Processing tomcat:latest ...
Processing tomcat:8.0.23-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/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing tomcat:6.0.44-jre8
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing tomcat:7.0.63-jre7
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing tomcat:7.0.63-jre8
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing tomcat:8.0.23-jre7
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed
testing tomcat:8.0.23-jre8
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-hard-coded-passwords' [3/3]...passed

There is at least one failure in the above build log.

@yosifkit
Copy link
Member

yosifkit commented Jul 6, 2015

LGTM

yosifkit added a commit that referenced this pull request Jul 6, 2015
@yosifkit yosifkit merged commit 7c91144 into docker-library:master Jul 6, 2015
@yosifkit yosifkit deleted the update-docker-library branch July 6, 2015 19:52
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.

2 participants