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

Merged
merged 1 commit into from
Jun 12, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 12, 2015

- `kibana`: add 4.0 back (docker-library/kibana#5)
- `mysql`: use `ha` keyserver pool and add `--innodb-read-only` to prevent bugs around `--verbose --help` configuration fetching (docker-library/mysql#78)
@tianon
Copy link
Member Author

tianon commented Jun 12, 2015

Build test of #816; 0ba46f0 (kibana, mysql):

$ url="https://raw.githubusercontent.com/docker-library/official-images/0ba46f0757ddb4ff94d6603d56274aef621a4786/library/kibana"
$ bashbrew build "$url"
Fetching kibana (git://github.com/docker-library/kibana) ...
Processing kibana:4.0.3 ...
Processing kibana:4.0 ...
Processing kibana:4.1.0 ...
Processing kibana:4.1 ...
Processing kibana:4 ...
Processing kibana:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing kibana:4.0.3
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
testing kibana:4.1.0
    'utc' [1/3]...passed
    'cve-2014--shellshock' [2/3]...passed
    'no-root-password' [3/3]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/0ba46f0757ddb4ff94d6603d56274aef621a4786/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-root-password' [3/4]...passed
    'mysql-basics' [4/4]...passed
testing mysql:5.6.25
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-root-password' [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-root-password' [3/4]...passed
    'mysql-basics' [4/4]...passed

@yosifkit
Copy link
Member

LGTM

yosifkit added a commit that referenced this pull request Jun 12, 2015
@yosifkit yosifkit merged commit ac64ed4 into docker-library:master Jun 12, 2015
@yosifkit yosifkit deleted the update-docker-library branch June 12, 2015 22:14
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