-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #970
Merged
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Aug 17, 2015
Merged
Update docker-library images #970
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Aug 17, 2015
Conversation
This file contains 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
- `cassandra`: `--link` for seeding (docker-library/cassandra#21) - `drupal`: update Drupal 7 to use PHP 5.6 (docker-library/drupal#9) - `elasticsearch`: minor template updates (docker-library/elasticsearch#45) - `logstash`: add 1.4 as a supported version (docker-library/logstash#21) - `mariadb`: add `initdb` directory support (MariaDB/mariadb-docker#18) - `owncloud`: 8.0.6, caching modules (docker-library/owncloud#16) - `percona`: add `initdb` directory support (docker-library/percona#6)
Build test of #970; c8a9cd5 ( $ url="https://raw.githubusercontent.com/docker-library/official-images/c8a9cd580077f950f7d3a029392364d49b689240/library/cassandra"
$ bashbrew build "$url"
Fetching cassandra (git://github.com/docker-library/cassandra) ...
Processing cassandra:2.0.16 ...
Processing cassandra:2.0 ...
Processing cassandra:2.1.8 ...
Processing cassandra:2.1 ...
Processing cassandra:2.2.0 ...
Processing cassandra:2.2 ...
Processing cassandra:2 ...
Processing cassandra:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing cassandra:2.0.16
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing cassandra:2.1.8
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing cassandra:2.2.0
'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/c8a9cd580077f950f7d3a029392364d49b689240/library/drupal"
$ bashbrew build "$url"
Fetching drupal (git://github.com/docker-library/drupal) ...
Processing drupal:7.38 ...
Processing drupal:7 ...
Processing drupal:latest ...
Processing drupal:8.0.0-beta14 ...
Processing drupal:8.0.0 ...
Processing drupal:8.0 ...
Processing drupal:8 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing drupal:7.38
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing drupal:8.0.0-beta14
'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/c8a9cd580077f950f7d3a029392364d49b689240/library/elasticsearch"
$ bashbrew build "$url"
Fetching elasticsearch (git://github.com/docker-library/elasticsearch) ...
Processing elasticsearch:1.3.9 ...
Processing elasticsearch:1.3 ...
Processing elasticsearch:1.4.5 ...
Processing elasticsearch:1.4 ...
Processing elasticsearch:1.5.2 ...
Processing elasticsearch:1.5 ...
Processing elasticsearch:1.6.2 ...
Processing elasticsearch:1.6 ...
Processing elasticsearch:1.7.1 ...
Processing elasticsearch:1.7 ...
Processing elasticsearch:1 ...
Processing elasticsearch:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing elasticsearch:1.3.9
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing elasticsearch:1.4.5
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing elasticsearch:1.5.2
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing elasticsearch:1.6.2
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing elasticsearch:1.7.1
'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/c8a9cd580077f950f7d3a029392364d49b689240/library/logstash"
$ bashbrew build "$url"
Fetching logstash (git://github.com/docker-library/logstash) ...
Processing logstash:1.4.4-1-5608c19 ...
Processing logstash:1.4.4-1 ...
Processing logstash:1.4.4 ...
Processing logstash:1.4 ...
Processing logstash:1.5.3-1 ...
Processing logstash:1.5.3 ...
Processing logstash:1.5 ...
Processing logstash:1 ...
Processing logstash:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing logstash:1.4.4-1-5608c19
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing logstash:1.5.3-1
'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/c8a9cd580077f950f7d3a029392364d49b689240/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/c8a9cd580077f950f7d3a029392364d49b689240/library/owncloud"
$ bashbrew build "$url"
Fetching owncloud (git://github.com/docker-library/owncloud) ...
Processing owncloud:6.0.9 ...
Processing owncloud:6.0 ...
Processing owncloud:6 ...
Processing owncloud:7.0.8 ...
Processing owncloud:7.0 ...
Processing owncloud:7 ...
Processing owncloud:8.0.6 ...
Processing owncloud:8.0 ...
Processing owncloud:8.1.1 ...
Processing owncloud:8.1 ...
Processing owncloud:8 ...
Processing owncloud:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing owncloud:6.0.9
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing owncloud:7.0.8
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing owncloud:8.0.6
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-hard-coded-passwords' [3/3]...passed
testing owncloud:8.1.1
'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/c8a9cd580077f950f7d3a029392364d49b689240/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 |
LGTM |
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.
cassandra
:--link
for seeding (use docker run --link option to link a new cassandra node to another cassandra#21)drupal
: update Drupal 7 to use PHP 5.6 (Issue #8: Updated PHP version to 5.6 drupal#9)elasticsearch
: minor template updates (Modify update.sh to use the deb repo indexes directly instead of scraping HTML elasticsearch#45)logstash
: add 1.4 as a supported version (Modify to support multiple major versions of logstash logstash#21)mariadb
: addinitdb
directory support (Resync Dockerfile and docker-entrypoint.sh with changes in mysql, especially for initdb MariaDB/mariadb-docker#18)owncloud
: 8.0.6, caching modules (Add caching modules to 8.x owncloud#16)percona
: addinitdb
directory support (Resync Dockerfile and docker-entrypoint.sh with changes in mysql, especially for initdb percona#6)