Commit Graph

55 Commits

Author SHA1 Message Date
Mathieu Rochette
6c517d12b4 Tells FPM not to clear the environment in workers
Allows php scripts executed with FPM to access env vars such as env vars
from linked containers

see #74
2015-04-27 23:41:04 +02:00
Joe Ferguson
1dcb6d1764 More resilient gpg getting 2015-04-23 13:54:03 -07:00
Tianon Gravi
f6aa601699 Update to 5.6.8, 5.5.24, 5.4.40 2015-04-21 11:01:24 -06:00
Hong Xu
453a9da962 Preinstall more extensions which cannot be installed later
Extensions added: pcre, recode, sqlite3
2015-04-17 19:48:36 -07:00
Hong Xu
13112ed409 Remove file from buildDeps
file is still needed for docker-php-install-ext.
2015-04-13 15:27:50 -07:00
Hong Xu
e8cc3c3c29 Install file and re2c as required by docker-php-ext-install
Fix #86
2015-04-10 19:54:42 -07:00
J Irving
08bf31dfd4 Prevent tar preserving file ownership 2015-04-03 14:59:47 -07:00
Tianon Gravi
c909cc49a5 Run update.sh 2015-04-02 10:56:16 -06:00
Tianon Gravi
2c6f508385 Merge pull request #78 from JensErat/conf-enabled
Empty config and sites folders, include them (#76)
2015-04-01 16:22:10 -06:00
Tianon Gravi
0d49708c99 Use && instead of ; for consistency 2015-04-01 13:37:01 -06:00
Jens Erat
f6c40011c8 Empty config and sites folders, include them (#76) 2015-03-25 14:52:46 +01:00
Tianon Gravi
dd4503a7f0 Update to 5.4.39, 5.5.23, and 5.6.7 2015-03-20 09:31:09 -06:00
Mike Dillon
1e07e91344 Add libc-dev as an explicit phpize dependency 2015-03-05 21:47:52 -08:00
Mike Dillon
93c2ef1326 Make autoremove remove more packages
By default, apt-get autoremove won't remove packages that are recommended or
suggested by *any* installed packages, not just the packages that
auto-installed them.
2015-03-01 17:17:26 -08:00
Tianon Gravi
58775aa692 Update to 5.4.38, 5.5.22, 5.6.6 2015-02-19 16:05:40 -07:00
Mike Dillon
6383582398 Remove Indexes option from /var/www 2015-01-30 23:05:28 -08:00
Joe Ferguson
d506059bc4 Run update.sh to bump 5.4 2015-01-23 08:59:47 -08:00
Tianon Gravi
5d49ba5861 Switch from pgp.mit.edu to pool.sks-keyservers.net 2015-01-08 23:41:19 -07:00
Joe Ferguson
a51c16e5f9 Add a pid cleaner in case container was killed unexpectedly 2014-12-23 09:52:12 -08:00
yosifkit
61918f0fd6 Merge pull request #55 from baptistedonaux/master
[5.4][fpm][php-fpm.conf] Impossible to listen on [::]:9000. Replace by 9...
2014-12-19 11:00:53 -08:00
Tianon Gravi
f972d91aac Update variants too... 2014-12-19 01:24:48 -07:00
Tianon Gravi
be46002aee Bump to 5.6.4 and 5.4.36 2014-12-19 00:38:41 -07:00
Baptiste Donaux
2482d46661 [5.4][fpm][php-fpm.conf] Impossible to listen on [::]:9000. Replace by 9000 2014-12-11 15:53:23 +01:00
Tianon Gravi
4a5d6cfe69 Merge pull request #49 from jaredm4/master
Load opcache as a zend_extension.
2014-11-20 16:19:19 -07:00
Jared Markell
58c3fd175c Load opcache as a zend_extension. 2014-11-20 15:08:14 -08:00
Tianon Gravi
9bb0b22480 Fix php:fpm "listen" directive 2014-11-19 16:06:38 -07:00
Tianon Gravi
583557dc05 MOAAR 2014-11-14 12:34:32 -07:00
yosifkit
09fd8c55bd Merge pull request #37 from infosiftr/fpm
Add FPM variant
2014-11-14 11:43:34 -07:00
Tianon Gravi
18b5d0884c FAILURE (yeah, my bad) 2014-11-14 11:34:45 -07:00
Tianon Gravi
80f855114c Add FPM variant 2014-11-12 17:37:22 -07:00
Tianon Gravi
b2e1b8e2a3 Add back make (which we somehow missed) 2014-11-12 09:54:38 -07:00
yosifkit
ad9b781547 Merge pull request #41 from infosiftr/keep-the-sauce
Keep the source and instead just "make clean"
2014-11-11 17:24:02 -07:00
Joe Ferguson
c06a6485d6 Make the root more obvious, fix DirectoryIndex to php first 2014-11-11 12:20:25 -08: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
4d09bc45cb Keep the source and instead just "make clean" 2014-11-10 16:16:30 -07:00
Mike Dillon
98f6553f68 Add --enable-soap 2014-11-07 09:58:50 -08:00
Tianon Gravi
cf2a4bcb5b Add ca-certificates (which was in buildpack-deps) 2014-11-06 20:02:36 -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
c1fe2a2c01 Merge pull request #32 from infosiftr/remove-buildconf
Remove buildconf from our Dockerfiles since we use the release tarballs...
2014-11-03 17:18:05 -07:00
Tianon Gravi
a3dcd78179 Remove buildconf from our Dockerfiles since we use the release tarballs, which have pre-generated configure scripts 2014-11-03 17:02:20 -07:00
Joe Ferguson
87828ff10b Gzip does not exist as a flag, use zlib 2014-11-03 10:07:14 -08:00
Moghedrin
7cd19dc2a7 Update apache versions 2014-10-27 16:16:05 -06:00
Moghedrin
cfa9eab115 Add additional modules to versions 5.4 and 5.5 2014-10-24 16:46:42 -06:00
Rogerio Prado de Jesus
7626c94cfa Bump 5.4.34 - fix docker-library#23
fix docker-library#23

Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2014-10-19 13:22:13 -02:00
Cuenot Damien
9fc452451b add openSSL 2014-10-10 22:54:15 +02:00
Cuenot Damien
7daab7cc1e add openSSL 2014-10-10 22:53:58 +02: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
fbac56b188 Update versions 2014-09-22 10:43:29 -06:00
Tianon Gravi
7819c242fd Simplify "-apache" images by using the Debian apache2 packages 2014-09-15 11:31:14 -06:00
Matthew Gallagher
7d61fd53df Added mysql PDO support to compile flags in versions with Apache 2014-09-12 17:49:19 -04:00