Commit Graph
63 Commits
Author SHA1 Message Date
le0m c97fc0585a feat: add PHP 8.3 images 2023-11-30 17:33:48 +01:00
le0m 350143ffdd feat: Alpine flavor 2023-06-13 12:18:36 +02:00
Paolo Cuffiani 0f09d4e008 feat: build PHP 8.2 images 2022-12-09 16:24:30 +01:00
le0m a780679110 chore: remove composer 1 2022-11-18 18:18:37 +01:00
Paolo Cuffiani 4825a9955b chore: install event PHP extension 2022-05-13 14:44:28 +02:00
Paolo Cuffiani d586c7a2bc fix: prefix image with registry when checking for its presence 2022-04-21 18:53:15 +02:00
Paolo Cuffiani 4272a5d842 feat: add amqp, gettext and imagick extensions 2022-04-21 18:36:27 +02:00
Paolo Cuffiani 81a8a1dd96 refactor: use local registry for testing images, push to both DockerHub and GitHub Container Registry 2022-04-21 18:36:00 +02:00
le0m 5f8017e0cf fix: add PHP 8.1 to test script 2022-02-17 11:10:20 +01:00
le0m b3e99f8ca4 fix: PHP version test for 'latest' 2021-10-19 17:59:26 +02:00
le0m c01244d604 chore: add test for PHP version 2021-10-19 17:52:52 +02:00
Paolo Cuffiani 355ff16326 refactor: use build args for base images 2021-10-19 11:27:38 +02:00
Paolo Cuffiani b2d21508e6 chore: remove references to PHP 5.4 and 5.5 2021-10-19 08:59:22 +02:00
le0m d628362483 chore: remove SQLServer PHP extension (no support for Debian 11 and no ARM build available) 2021-10-18 16:27:31 +02:00
leo 2e5e5ca841 fix: tests 2021-04-08 19:34:10 +02:00
leo cf71f8b9a9 feat: added PHP 8 2020-12-11 20:09:10 +01:00
Paolo Cuffiani 9bb221f48d #73 test: update tests 2020-11-01 18:49:24 +01:00
Leonn Leite adac55ec0b php required >= 7.0 2020-09-24 03:44:19 -03:00
Leonn Leite 99f73ecf88 add pdo_sqlsrv and sqlsrv 2020-09-24 01:46:10 -03:00
Tema Smirnov 3813e965c3 [feature] Added Composer plugin prestissimo
Prestissimo - plugin that downloads Composer packages in parallel to speed up the installation process.
Will be removed right after release of Composer 2.x (parallelism implemented)

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
2020-03-17 22:49:16 +03:00
Tema Smirnov 31435904c1 Added sockets extension
`sockets` extension is required by php-amqplib (PHP client for RabbitMQ)

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
2020-03-17 05:38:03 +03:00
Marco Pfeiffer aceb2a9b26 add xsl extension 2020-01-18 15:30:59 +01:00
Frédéric Barthelet 9bf3cf7c3c feat: add PHP 7.4 images 2019-12-06 12:14:49 +01:00
Paolo Cuffiani 0fa5eaf3dd chore: add make push recipe, add deployment step to Travis 2019-03-21 14:56:55 +01:00
Paolo Cuffiani 5853eead32 #45 feat: add PHP 7.3 images 2018-10-25 22:32:11 +02:00
Yohann bianchi 11acd840c7 Add OPcache extension to PHP 5.4 images 2018-06-28 17:28:55 +02:00
Dante Di Domenico c932dfc925 feat: add exif to Makefile 2018-03-29 11:10:42 +02:00
Paolo CuffianiandGitHub 0662c2adaf Merge branch 'master' into issue/18-php-7.2 2017-12-04 16:00:42 +01:00
Paolo Cuffiani 32abb0730d #18 fix: fix Makefile tests 2017-12-04 14:30:38 +01:00
Paolo Cuffiani ebe0f8b45b #18 test: do not test for mcrypt in PHP 7.2 2017-12-04 12:56:40 +01:00
Lincoln Lamas 0dcde6e1ae Added LDAP extension 2017-11-10 16:45:03 -02:00
Paolo Cuffiani 9322708b88 fix: fix installation issues 2017-10-19 16:48:54 +02:00
Paolo Cuffiani 0969810641 Merge branch 'master' into issue/18-php-7.2
# Conflicts:
#	.travis.yml
2017-10-18 18:31:10 +02:00
Paolo Cuffiani 826bbbceca [minor] style: suppress useless output 2017-10-18 11:32:23 +02:00
Paolo Cuffiani 94b531ec72 refactor: refactor CI builds to make failures more meaningful 2017-10-18 10:49:49 +02:00
Paolo Cuffiani eb2f7bec2d #18 chore: add 7.2 images 2017-10-17 18:47:34 +02:00
Paolo Cuffiani 9bbb5c6613 #16 chore: add docs and tests for dev images as well 2017-09-01 14:42:09 +02:00
Marco Pfeiffer 80ecf420a6 added soap and bc math 2017-09-01 12:27:42 +02:00
Paolo CuffianiandGitHub bc2087241e Merge pull request #12 from Nemo64/opcache
added opcache to extension list in php 5.5+
2017-05-04 11:33:38 +02:00
Marco Pfeiffer db6ed745ac add opcache to php 5.5 and 5.6 2017-05-04 10:46:07 +02:00
Marco Pfeiffer 710385f29b installed opcache in php 7 2017-05-04 10:45:54 +02:00
Paolo Cuffiani 53864b9f51 #10 test: test that memcached extension is properly installed on all images 2017-05-03 14:52:56 +02:00
Paolo Cuffiani 9e69cf0833 #6 feat: install ext-redis on PHP 7.x images 2017-01-12 18:55:33 +01:00
Paolo Cuffiani 8373cad789 #2 feat: add PHP 7.1 images 2017-01-12 14:14:21 +01:00
Paolo Cuffiani 330f321d1c #1 test: always test for Composer to be installed 2017-01-12 13:02:08 +01:00
Paolo Cuffiani 4362b62f46 Fix tests for Docker images from the 7.x series. 2015-12-09 09:45:21 +01:00
Paolo Cuffiani 5ae38c1e09 Fix Makefile. 2015-11-13 19:23:59 +01:00
Paolo Cuffiani 279a72c7cb Split builds into versions.
Allow more builds to run in parallel.
2015-11-13 19:19:22 +01:00
Paolo Cuffiani 97a29e2058 Fix grep regex-es. 2015-11-13 18:10:40 +01:00
Paolo Cuffiani 40f1428fad Improve Makefile. 2015-11-13 17:58:06 +01:00