Skip to content

Update docker-library images #999

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 1 commit into from
Aug 26, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented Aug 26, 2015

- `mariadb`: fix `MYSQL_ALLOW_EMPTY_PASSWORD` feature (MariaDB/mariadb-docker#19)
- `mongo`: 3.1.7
- `percona`: fix `MYSQL_ALLOW_EMPTY_PASSWORD` feature (docker-library/percona#8)
- `postgres`: export `POSTGRES_USER` and `POSTGRES_DB` for initdb scripts (docker-library/postgres#84)
@yosifkit
Copy link
Member

LGTM, Build test of #999; 8f62c43 (mariadb, mongo, percona, postgres):

$ url="https://raw.githubusercontent.com/docker-library/official-images/8f62c43f48470dc1e7df5d2a29c936e4e4162464/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.45 ...
Processing mariadb:5.5 ...
Processing mariadb:5 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mariadb:10.0.21
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'mysql-basics' [4/5]...passed
    'mysql-initdb' [5/5]...passed
testing mariadb:5.5.45
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'mysql-basics' [4/5]...passed
    'mysql-initdb' [5/5]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/8f62c43f48470dc1e7df5d2a29c936e4e4162464/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.6 ...
Processing mongo:3.0 ...
Processing mongo:3 ...
Processing mongo:latest ...
Processing mongo:3.1.7 ...
Processing mongo:3.1 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mongo:2.2.7
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mongo-basics' [4/4]...passed
testing mongo:2.4.14
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mongo-basics' [4/4]...passed
testing mongo:2.6.11
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mongo-basics' [4/4]...passed
testing mongo:3.0.6
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mongo-basics' [4/4]...passed
testing mongo:3.1.7
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'mongo-basics' [4/4]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/8f62c43f48470dc1e7df5d2a29c936e4e4162464/library/percona"
$ bashbrew build "$url"
Fetching percona (git://github.com/docker-library/percona) ...
Processing percona:5.5.44 ...
Processing percona:5.5 ...
Processing percona:5.6.25 ...
Processing percona:5.6 ...
Processing percona:5 ...
Processing percona:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing percona:5.5.44
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'mysql-basics' [4/5]...passed
    'mysql-initdb' [5/5]...passed
testing percona:5.6.25
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'mysql-basics' [4/5]...passed
    'mysql-initdb' [5/5]...passed
$ url="https://raw.githubusercontent.com/docker-library/official-images/8f62c43f48470dc1e7df5d2a29c936e4e4162464/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.18 ...
Processing postgres:9.1 ...
Processing postgres:9.2.13 ...
Processing postgres:9.2 ...
Processing postgres:9.3.9 ...
Processing postgres:9.3 ...
Processing postgres:9.4.4 ...
Processing postgres:9.4 ...
Processing postgres:9 ...
Processing postgres:latest ...
Processing postgres:9.5-alpha2 ...
Processing postgres:9.5 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing postgres:9.0.22
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'postgres-basics' [4/5]...passed
    'postgres-initdb' [5/5]...passed
testing postgres:9.1.18
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'postgres-basics' [4/5]...passed
    'postgres-initdb' [5/5]...passed
testing postgres:9.2.13
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'postgres-basics' [4/5]...passed
    'postgres-initdb' [5/5]...passed
testing postgres:9.3.9
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'postgres-basics' [4/5]...passed
    'postgres-initdb' [5/5]...passed
testing postgres:9.4.4
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'postgres-basics' [4/5]...passed
    'postgres-initdb' [5/5]...passed
testing postgres:9.5-alpha2
    'utc' [1/5]...passed
    'cve-2014--shellshock' [2/5]...passed
    'no-hard-coded-passwords' [3/5]...passed
    'postgres-basics' [4/5]...passed
    'postgres-initdb' [5/5]...passed

yosifkit added a commit that referenced this pull request Aug 26, 2015
@yosifkit yosifkit merged commit e228fea into docker-library:master Aug 26, 2015
@yosifkit yosifkit deleted the update-docker-library branch August 26, 2015 20:31
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