-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Aug 26, 2015
Merged
Update docker-library images #999
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Aug 26, 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
- `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)
LGTM, Build test of #999; 8f62c43 ( $ 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 |
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.
mariadb
: fixMYSQL_ALLOW_EMPTY_PASSWORD
feature (Allow empty root passwords properly again MariaDB/mariadb-docker#19)mongo
: 3.1.7percona
: fixMYSQL_ALLOW_EMPTY_PASSWORD
feature (Allow empty root passwords properly again percona#8)postgres
: exportPOSTGRES_USER
andPOSTGRES_DB
for initdb scripts (Export POSTGRES_USER and POSTGRES_DB vars in entrypoint postgres#84)