Commit Graph

18 Commits

Author SHA1 Message Date
Tianon Gravi
fc5346a7e0 Fix 5.5 key (https://github.com/docker-library/php/pull/124#issuecomment-128795274) 2015-08-07 12:00:05 -07:00
Tianon Gravi
0e983d18f2 Swap update.sh to still generate for unknown versions and bump to 7.0.0beta1
Also, update generate-stackbrew-library.sh appropriately.
2015-07-08 09:40:22 -07:00
Marcelo Andrade
11f5f37233 Add php-7.0.0alpha2 (Issue #108)
Adding 7.0 to travis

Fixes for the reviewed code

Fixes to have the directory as 7.0

Change version on travis

Remove GPG from Dockerfile on 7.0
2015-07-08 09:30:27 -07:00
Tianon Gravi
a413eb0123 Switch from "bz2" to "xz" for 5.5 and 5.6 (several megabytes smaller download) 2015-06-30 10:06:18 -07:00
Joe Ferguson
1dcb6d1764 More resilient gpg getting 2015-04-23 13:54:03 -07:00
Joe Ferguson
a51c16e5f9 Add a pid cleaner in case container was killed unexpectedly 2014-12-23 09:52:12 -08:00
Tianon Gravi
f972d91aac Update variants too... 2014-12-19 01:24:48 -07:00
Tianon Gravi
80f855114c Add FPM variant 2014-11-12 17:37:22 -07:00
Tianon Gravi
2c5880107a Add new docker-php-ext-* scripts for magic
For example, the following makes WordPress work:

```Dockerfile
RUN apt-get update && apt-get install -y libpng12-dev && rm -rf /var/lib/apt/lists/* \
	&& docker-php-ext-install gd \
	&& apt-get purge --auto-remove -y libpng12-dev

RUN docker-php-ext-install mysqli
```
2014-11-11 13:17:28 -07:00
Tianon Gravi
a6e6a6381d Refactor Dockerfile, switching the base from buildpack-deps over to debian directly
This results in a dramatic reduction of image size:

```console
$ docker images php
REPOSITORY          TAG                 IMAGE ID            CREATED              VIRTUAL SIZE
php                 5.4                 6b03f428509e        3 hours ago          354.3 MB
php                 5.4-apache          2bd126f2c469        2 minutes ago        394.8 MB
php                 5.5                 19a5113df69a        9 minutes ago        356.4 MB
php                 5.5-apache          6c892721307f        2 minutes ago        396.9 MB
php                 5.6                 69aead156fe7        10 minutes ago       356.8 MB
php                 5.6-apache          2d0bae628aaf        About an hour ago    397.3 MB
```

vs the old:

```console
$ docker images php
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
php                 5.4                 e760b9bd2c6c        2 days ago          736.9 MB
php                 5.4-apache          62c23e8f1704        2 days ago          811.8 MB
php                 5.5                 156d2a323bc0        2 days ago          739.8 MB
php                 5.5-apache          3014d0f81b29        2 days ago          814.7 MB
php                 5.6                 dab86418397c        2 days ago          740.2 MB
php                 5.6-apache          b3c4a0633954        2 days ago          815.1 MB
```
2014-11-06 17:34:27 -07:00
Tianon Gravi
6b0affa0c5 Remove the VOLUME definition from the apache variants, since it doesn't make sense in the general case
This is another one thanks to Jérôme...
2014-10-07 17:03:10 -06:00
Tianon Gravi
7819c242fd Simplify "-apache" images by using the Debian apache2 packages 2014-09-15 11:31:14 -06:00
Joe Ferguson
3904b17616 Add CMD php -a; replace awk with magic bash 2014-09-03 11:56:55 -06:00
Joe Ferguson
6b54c7fa3f Add php 5.3, 5.4, and 5.6 fixing the update script 2014-08-29 15:02:33 -06:00
Joe Ferguson
4e73501514 Missed an extraneous .gz 2014-08-25 17:47:13 -06:00
Tianon Gravi
5a117c8bef Remove duplicated "try try" in update.sh 2014-08-25 14:38:21 -06:00
Tianon Gravi
e98835b454 Match multiple keys in update.sh since we have 2+ here 2014-08-22 10:06:40 -06:00
Joe Ferguson
f9483c93a9 Add update.sh, add partial files for generating the apache Dockerfile 2014-08-20 17:08:35 -06:00