-
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 several images #735
Merged
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
May 15, 2015
Merged
Update several images #735
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
May 15, 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
- `docker-dev`: update to 1.6.2 and update email to make it more clear it's upstream - `ghost`: 0.6.3 - `hylang`: 0.11.0 (bump on behalf of @paultag, because ❤️; `Dockerfile` is unchanged from previous versions) - `java`: 8u45-b14-2 - `logstash`: 1.5.0 - `mariadb`: 10.0.19+maria-1~wheezy - `php`: 5.4.41, 5.5.25, and 5.6.9 - `tomcat`: 6.0.44 and 7.0.62
Just to further cement: https://github.com/hylang/hy/blob/master/Dockerfile (last commit, Nov 22, 2014) |
Build test of #735; 545f0a1 ( $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/docker-dev"
$ bashbrew build "$url"
Fetching docker-dev (git://github.com/docker/docker) ...
Processing docker-dev:1.6.2 ...
Processing docker-dev:1.6 ...
Processing docker-dev:1 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing docker-dev:1.6.2
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/ghost"
$ bashbrew build "$url"
Fetching ghost (git://github.com/docker-library/ghost) ...
Processing ghost:0.6.3 ...
Processing ghost:0.6 ...
Processing ghost:0 ...
Processing ghost:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing ghost:0.6.3
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/hylang"
$ bashbrew build "$url"
Fetching hylang (git://github.com/hylang/hy) ...
Processing hylang:latest ...
Processing hylang:0 ...
Processing hylang:0.11 ...
Processing hylang:0.11.0 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing hylang:latest
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'hylang-sh' [3/3]...failed; unexpected output:
--- /home/sauron/work/contract/docker/stackbrew/test/tests/hylang-sh/expected-std-out.txt2015-03-10 16:42:26.130754729 -0700
+++ - 2015-05-15 09:49:13.943457436 -0700
@@ -1,2 +1,4 @@
4
+You are using pip version 6.0.8, however version 6.1.1 is available.
+You should consider upgrading via the 'pip install --upgrade pip' command.
42 $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/java"
$ bashbrew build "$url"
Fetching java (git://github.com/docker-library/java) ...
Processing java:openjdk-6b35-jdk ...
Processing java:openjdk-6b35 ...
Processing java:openjdk-6-jdk ...
Processing java:openjdk-6 ...
Processing java:6b35-jdk ...
Processing java:6b35 ...
Processing java:6-jdk ...
Processing java:6 ...
Processing java:openjdk-6b35-jre ...
Processing java:openjdk-6-jre ...
Processing java:6b35-jre ...
Processing java:6-jre ...
Processing java:openjdk-7u79-jdk ...
Processing java:openjdk-7u79 ...
Processing java:openjdk-7-jdk ...
Processing java:openjdk-7 ...
Processing java:7u79-jdk ...
Processing java:7u79 ...
Processing java:7-jdk ...
Processing java:7 ...
Processing java:jdk ...
Processing java:latest ...
Processing java:openjdk-7u79-jre ...
Processing java:openjdk-7-jre ...
Processing java:7u79-jre ...
Processing java:7-jre ...
Processing java:jre ...
Processing java:openjdk-8u45-jdk ...
Processing java:openjdk-8u45 ...
Processing java:openjdk-8-jdk ...
Processing java:openjdk-8 ...
Processing java:8u45-jdk ...
Processing java:8u45 ...
Processing java:8-jdk ...
Processing java:8 ...
Processing java:openjdk-8u45-jre ...
Processing java:openjdk-8-jre ...
Processing java:8u45-jre ...
Processing java:8-jre ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing java:openjdk-6b35-jdk
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing java:openjdk-6b35-jre
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing java:openjdk-7u79-jdk
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing java:openjdk-7u79-jre
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing java:openjdk-8u45-jdk
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed
testing java:openjdk-8u45-jre
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/logstash"
$ bashbrew build "$url"
Fetching logstash (git://github.com/docker-library/logstash) ...
Processing logstash:1.5.0 ...
Processing logstash:1.5 ...
Processing logstash:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing logstash:1.5.0
'utc' [1/2]...passed
'cve-2014--shellshock' [2/2]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/mariadb"
$ bashbrew build "$url"
Fetching mariadb (git://github.com/docker-library/mariadb) ...
Processing mariadb:10.0.19 ...
Processing mariadb:10.0 ...
Processing mariadb:10 ...
Processing mariadb:latest ...
Processing mariadb:5.5.43 ...
Processing mariadb:5.5 ...
Processing mariadb:5 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing mariadb:10.0.19
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'mysql-basics' [3/3]...passed
testing mariadb:5.5.43
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'mysql-basics' [3/3]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/php"
$ bashbrew build "$url"
Fetching php (git://github.com/docker-library/php) ...
Processing php:5.4.41-cli ...
Processing php:5.4-cli ...
Processing php:5.4.41 ...
Processing php:5.4 ...
Processing php:5.4.41-apache ...
Processing php:5.4-apache ...
Processing php:5.4.41-fpm ...
Processing php:5.4-fpm ...
Processing php:5.5.25-cli ...
Processing php:5.5-cli ...
Processing php:5.5.25 ...
Processing php:5.5 ...
Processing php:5.5.25-apache ...
Processing php:5.5-apache ...
Processing php:5.5.25-fpm ...
Processing php:5.5-fpm ...
Processing php:5.6.9-cli ...
Processing php:5.6-cli ...
Processing php:5-cli ...
Processing php:cli ...
Processing php:5.6.9 ...
Processing php:5.6 ...
Processing php:5 ...
Processing php:latest ...
Processing php:5.6.9-apache ...
Processing php:5.6-apache ...
Processing php:5-apache ...
Processing php:apache ...
Processing php:5.6.9-fpm ...
Processing php:5.6-fpm ...
Processing php:5-fpm ...
Processing php:fpm ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing php:5.4.41-cli
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-root-password' [3/4]...passed
'php-ext-install' [4/4]...passed
testing php:5.4.41-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-root-password' [3/4]...passed
'php-ext-install' [4/4]...passed
testing php:5.4.41-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-root-password' [3/5]...passed
'php-ext-install' [4/5]...passed
'php-fpm-hello-web' [5/5]...passed
testing php:5.5.25-cli
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-root-password' [3/4]...passed
'php-ext-install' [4/4]...passed
testing php:5.5.25-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-root-password' [3/4]...passed
'php-ext-install' [4/4]...passed
testing php:5.5.25-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-root-password' [3/5]...passed
'php-ext-install' [4/5]...passed
'php-fpm-hello-web' [5/5]...passed
testing php:5.6.9-cli
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-root-password' [3/4]...passed
'php-ext-install' [4/4]...passed
testing php:5.6.9-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-root-password' [3/4]...passed
'php-ext-install' [4/4]...passed
testing php:5.6.9-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-root-password' [3/5]...passed
'php-ext-install' [4/5]...passed
'php-fpm-hello-web' [5/5]...passed $ url="https://raw.githubusercontent.com/docker-library/official-images/545f0a1fa00cd7a5bdda3e3538da4c1cb883aed9/library/tomcat"
$ bashbrew build "$url"
Fetching 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.62-jre7 ...
Processing tomcat:7.0-jre7 ...
Processing tomcat:7-jre7 ...
Processing tomcat:7.0.62 ...
Processing tomcat:7.0 ...
Processing tomcat:7 ...
Processing tomcat:7.0.62-jre8 ...
Processing tomcat:7.0-jre8 ...
Processing tomcat:7-jre8 ...
Processing tomcat:8.0.22-jre7 ...
Processing tomcat:8.0-jre7 ...
Processing tomcat:8-jre7 ...
Processing tomcat:jre7 ...
Processing tomcat:8.0.22 ...
Processing tomcat:8.0 ...
Processing tomcat:8 ...
Processing tomcat:latest ...
Processing tomcat:8.0.22-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-root-password' [3/3]...passed
testing tomcat:6.0.44-jre8
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-root-password' [3/3]...passed
testing tomcat:7.0.62-jre7
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-root-password' [3/3]...passed
testing tomcat:7.0.62-jre8
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-root-password' [3/3]...passed
testing tomcat:8.0.22-jre7
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-root-password' [3/3]...passed
testing tomcat:8.0.22-jre8
'utc' [1/3]...passed
'cve-2014--shellshock' [2/3]...passed
'no-root-password' [3/3]...passed |
LGTM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
docker-dev
: update to 1.6.2 and update email to make it more clear it's upstreamghost
: 0.6.3hylang
: 0.11.0 (bump on behalf of @paultag, because ❤️;Dockerfile
is unchanged from previous versions)java
: 8u45-b14-2logstash
: 1.5.0mariadb
: 10.0.19+maria-1~wheezyphp
: 5.4.41, 5.5.25, and 5.6.9tomcat
: 6.0.44 and 7.0.62