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 several images #735

Merged
merged 1 commit into from
May 15, 2015

Conversation

tianon
Copy link
Member

@tianon tianon commented May 15, 2015

  • 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

- `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
@tianon
Copy link
Member Author

tianon commented May 15, 2015

Just to further cement: https://github.com/hylang/hy/blob/master/Dockerfile (last commit, Nov 22, 2014)

@yosifkit
Copy link
Member

Build test of #735; 545f0a1 (docker-dev, ghost, hylang, java, logstash, mariadb, php, tomcat):

$ 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

@yosifkit
Copy link
Member

LGTM

yosifkit added a commit that referenced this pull request May 15, 2015
@yosifkit yosifkit merged commit e23e1e7 into docker-library:master May 15, 2015
@yosifkit yosifkit deleted the update-docker-library branch May 15, 2015 20:06
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