Skip to content

Conversation

tianon
Copy link
Member

@tianon tianon commented Apr 29, 2015

No description provided.

@tianon
Copy link
Member Author

tianon commented Apr 29, 2015

Build test of #695; c8c4412 (drupal):

$ url="https://raw.githubusercontent.com/docker-library/official-images/c8c441224eca54157ad92f71c64d878088025fc9/library/drupal"
$ bashbrew build "$url"
Fetching drupal (git://github.com/docker-library/drupal) ...
Processing drupal:7.36 ...
Processing drupal:7 ...
Processing drupal:latest ...
Processing drupal:8.0.0-beta9 ...
Processing drupal:8.0.0 ...
Processing drupal:8.0 ...
Processing drupal:8 ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing drupal:7.36
    'utc' [1/2]...passed
    'cve-2014--shellshock' [2/2]...passed
testing drupal:8.0.0-beta9
    'utc' [1/2]...passed
    'cve-2014--shellshock' [2/2]...passed

@tianon
Copy link
Member Author

tianon commented Apr 29, 2015

Diff from 7:

diff --git a/7/Dockerfile b/8/Dockerfile
index 99edf73..ed0f81d 100644
--- a/7/Dockerfile
+++ b/8/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:5.5-apache
+FROM php:5.6-apache

 RUN a2enmod rewrite

@@ -11,8 +11,8 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
 WORKDIR /var/www/html

 # https://www.drupal.org/node/3060/release
-ENV DRUPAL_VERSION 7.36
-ENV DRUPAL_MD5 98e1f62c11a5dc5f9481935eefc814c5
+ENV DRUPAL_VERSION 8.0.0-beta9
+ENV DRUPAL_MD5 109172962c779f26528f697604695bec

 RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
    && echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \

@yosifkit
Copy link
Member

LGTM

yosifkit added a commit that referenced this pull request Apr 30, 2015
@yosifkit yosifkit merged commit 7036381 into docker-library:master Apr 30, 2015
@yosifkit yosifkit deleted the drupal-8 branch April 30, 2015 00: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.

2 participants