Tianon Gravi
8943e1e6a9
Fix "gpg" usage to stop relying on deprecated and insecure behavior
2016-02-29 08:38:54 -08:00
Tianon Gravi
7bd5c38db9
Update to 7.0.3, 5.6.18, and 5.5.32
2016-02-04 15:50:02 -08:00
Joe Ferguson
7122ec89a7
update 5.6.17
2016-01-07 10:21:54 -08:00
Tianon Gravi
9f0c470f25
Update to use "curl -f" and to verify SHA256 directly in addition to GPG
2015-12-08 16:55:23 -08:00
Tianon Gravi
12d7a6644a
Update to 5.6.16
2015-11-30 09:28:39 -08:00
keltgourig
6e600f59a4
Update to 5.6.15
2015-10-30 12:13:58 +01:00
Henrique Moody
fec7f537f0
--with-pcre is not a valid configure option
...
PCRE is enabled by default and can only be disabled with the option
`--without-pcre-regex` (after 5.3).
Alternatively, an external PCRE library can be used by passing in the
`--with-pcre-regex=DIR` but it's unnecessary and it's not the default
behavior.
2015-10-09 17:01:41 -03:00
Tianon Gravi
c05f8260ab
Update to 5.6.14
2015-10-02 09:26:55 -07:00
Simon Herter
cf1e938f37
Update to 5.6.13, 5.5.29 and 5.4.45
2015-09-05 16:01:04 +02:00
Tianon Gravi
305067f94c
Add back the 5.5 keys that are officially listed, and sort all the key lists
2015-08-07 12:01:25 -07:00
Sebastiaan van Stijn
a8ec57f206
Update PHP 5.6.12, 5.5.28 and 5.4.44
...
Update announcement:
http://php.net/archive/2015.php#id2015-08-06-1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-08-07 15:45:39 +02:00
Sebastiaan van Stijn
32887c1de3
Update to 5.4.43, 5.5.27, and 5.6.11
...
As announced here;
PHP 5.4.43 http://php.net/archive/2015.php#id2015-07-09-1
PHP 5.5.27 http://php.net/archive/2015.php#id2015-07-10-2
PHP 5.6.11 http://php.net/archive/2015.php#id2015-07-10-3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-07-10 15:31:35 +02: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
Tianon Gravi
ae130b2f84
Update to 5.4.42, 5.5.26, and 5.6.10
2015-06-12 10:35:07 -07:00
Joe Ferguson
ec8e44b3b8
Add g++
2015-05-19 15:48:24 -07:00
Lee Packham
2fbee27c94
Update to PHP 5.4.41, 5.5.25 and 5.6.9
...
As per latest security updates from php.net
2015-05-15 10:35:42 +01: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
0d49708c99
Use && instead of ; for consistency
2015-04-01 13:37:01 -06: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
Joe Ferguson
c871678cc7
Run update.sh, php 5.5 and 5.6 version bumped
2015-01-22 13:12:12 -08:00
Tianon Gravi
5d49ba5861
Switch from pgp.mit.edu to pool.sks-keyservers.net
2015-01-08 23:41:19 -07:00
Tianon Gravi
be46002aee
Bump to 5.6.4 and 5.4.36
2014-12-19 00:38:41 -07:00
Tianon Gravi
844ed7ce00
Update to 5.5.19 and 5.6.3 for CVEs
...
Fixes #45 ; thanks @thaJeztah
2014-11-13 17:34:23 -07:00
Tianon Gravi
b2e1b8e2a3
Add back make (which we somehow missed)
2014-11-12 09:54:38 -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
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
d21459dd50
Add additional modules to include
2014-10-24 15:33:21 -06:00
Tianon Gravi
f8a3ea5787
Minor version bumps
2014-10-20 10:30:46 -06:00
Cuenot Damien
ccf6114295
add openSSL
2014-10-10 22:54:35 +02:00
Rogerio Prado de Jesus
28bebceb07
Update 5.6 version - fix #11
...
Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2014-10-04 03:06:21 -03:00
Tianon Gravi
7819c242fd
Simplify "-apache" images by using the Debian apache2 packages
2014-09-15 11:31:14 -06:00
Peter Cowburn
e19f15271b
use php.net as host, to allow mirror redirects
...
Prevents us2.php.net from getting all of the traffic.
2014-09-11 13:19:07 +01: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