284 Commits
Author SHA1 Message Date
Leonn Leite 99f73ecf88 add pdo_sqlsrv and sqlsrv 2020-09-24 01:46:10 -03:00
le0mandGitHub 663a007ce9 Merge pull request #68 from TemaSM/feature/prestissimo
 [feature] Added Composer plugin `prestissimo`
2020-03-17 21:30:17 +01: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
leo 486f5a6d29 - chore: add xsl extension to dev/Makefile assertions 2020-03-17 10:10:06 +01:00
le0mandGitHub 32141a32fc Merge pull request #67 from TemaSM/ext-sockets
 Added `sockets` extension
2020-03-17 10:00:55 +01:00
le0mandGitHub 152c4c4c3b Merge pull request #66 from TemaSM/master
 Added zip & unzip (fixes Composer's warning when install/update deps)
2020-03-17 09:56:28 +01:00
Edoardo Cavazza ddebaf17a8 chore: update README
[ci skip]
2020-03-17 08:53:32 +01: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
Tema Smirnov d2a1d3d728 Added zip & unzip (fixes Composer's warning when install/update deps)
Fixes warning: "As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
Installing 'unzip' may remediate them."

Sizes (will be compressed during Docker image build):
* zip +623 kB
* unzip +580 kB

libzip is required to be installed, because PHP zip extension depends on it, but libzip already pre-installed, it handled by:
https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L637
and
https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L934

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
2020-03-17 05:03:31 +03:00
leo de138f98cd - fix: (#64) loading xdebug twice 2020-01-20 16:44:15 +01:00
leo 0a0816a7eb - docs: updated readme 2020-01-18 19:40:49 +01:00
le0mandGitHub 19d80f60c7 Merge pull request #63 from Nemo64/master
add xsl extension
2020-01-18 19:14:56 +01:00
Marco Pfeiffer aceb2a9b26 add xsl extension 2020-01-18 15:30:59 +01:00
le0mandGitHub 40f39fd368 Merge pull request #61 from chialab/refactor/60-docker-php-extension-installer
Docker PHP Extension Installer
2020-01-17 20:23:05 +01:00
leo feb46f8e5c - refactor: use external script to install PHP extensions and their dependencies 2020-01-06 16:03:54 +01:00
le0mandGitHub ab9e239af7 Merge pull request #59 from le0m/fix-php5-builds
Fix: PHP 5.x builds
2019-12-10 10:56:03 +01:00
le0mandGitHub ea87e7a824 Merge pull request #57 from fredericbarthelet/add-php74
Feature : Add PHP 7.4 images
2019-12-10 10:55:00 +01:00
leo 4b9c60808d - fix: PECL redis extension dropped PHP 5 support in 5.0.0, pinning version 4.3.0 2019-12-09 15:47:51 +01:00
Frédéric Barthelet 9bf3cf7c3c feat: add PHP 7.4 images 2019-12-06 12:14:49 +01:00
Paolo CuffianiandGitHub 95b7d68649 Merge pull request #54 from chialab/chore/push-image-built-in-travis
Build Docker images on Travis
2019-03-21 16:25:38 +01:00
Paolo Cuffiani 3fab775f53 [minor] fix: lowercase chialab in repo's name 2019-03-21 15:08:57 +01:00
Paolo Cuffiani 0fa5eaf3dd chore: add make push recipe, add deployment step to Travis 2019-03-21 14:56:55 +01:00
Paolo CuffianiandGitHub 3790ee4b2f Merge pull request #52 from chialab/issue/49-update-xdebug
Update XDebug to stable channel for PHP 7.3
2019-03-13 12:42:47 +01:00
Paolo Cuffiani 245f83b34a [minor] chore: remove travis_wait where not necessary 2019-03-13 11:40:17 +01:00
Paolo Cuffiani 3c289f59ee #49 chore: update XDebug to stable channel for PHP 7.3 2019-03-13 11:34:51 +01:00
Paolo CuffianiandGitHub 1eff17ce9f Merge pull request #47 from chialab/feat/php-7.3
PHP 7.3
2019-01-02 12:59:53 +01:00
Paolo Cuffiani b3f5d3b237 #45 chore: use 7.3 stable images 2018-12-18 16:10:11 +01:00
Paolo Cuffiani 98bd644cfb [minor] chore: what is Ruby again? 2018-10-25 22:32:30 +02:00
Paolo Cuffiani ec6be35112 #45 feat: add dev images for PHP 7.3 2018-10-25 22:32:12 +02:00
Paolo Cuffiani d3a6fa6931 #45 docs: update README 2018-10-25 22:32:12 +02:00
Paolo Cuffiani 5853eead32 #45 feat: add PHP 7.3 images 2018-10-25 22:32:11 +02:00
Paolo CuffianiandGitHub 20d2e8564d Merge pull request #46 from Chialab/chore/hide-composer-sudo-warning
Hide Composer warning for commands run as super-user
2018-10-25 22:31:32 +02:00
Paolo Cuffiani f5f19166b9 #24 chore: replace deprecated MAINTAINER instruction 2018-10-25 21:50:15 +02:00
Paolo Cuffiani 6ebc45540d #44 chore: hide Composer warning for commands run as super-user 2018-10-25 21:48:22 +02:00
Paolo CuffianiandGitHub 02cc719ca7 Merge pull request #39 from Chialab/fix/fix-packages-names
Fix builds
2018-06-29 18:38:33 +02:00
Paolo Cuffiani dd584b2f0f fix: use default-libmysqlclient-dev and libpng-dev 2018-06-29 15:48:45 +02:00
Paolo CuffianiandGitHub 4472ae89e0 Merge pull request #38 from la-haute-societe/master
 Add OPcache extension to PHP 5.4 images
2018-06-29 15:09:11 +02:00
Yohann bianchi 11acd840c7 Add OPcache extension to PHP 5.4 images 2018-06-28 17:28:55 +02:00
Paolo CuffianiandGitHub 1b1e5821f6 Merge pull request #36 from didoda/feat/exif-php-module
feat: add exif
2018-03-29 14:43:39 +02:00
Dante Di Domenico c932dfc925 feat: add exif to Makefile 2018-03-29 11:10:42 +02:00
Dante Di Domenico 1de030b6d1 feat: add exif 2018-03-29 10:39:59 +02:00
Paolo CuffianiandGitHub fc79d4924f Merge pull request #32 from Slamdunk/native_composer_home_symlink
Symlink native composer home
2018-02-28 11:19:23 +01:00
Filippo Tessarotto a05f0e6eb5 Chain commands 2018-02-27 08:42:40 +01:00
Filippo Tessarotto 66d65e47ec Path addition at the end of the list for security reason 2018-02-27 08:39:58 +01:00
Filippo Tessarotto 7144747df8 Symlink native composer home 2018-02-23 11:16:38 +01:00
Paolo Cuffiani 2e4c1ac02b Revert "Merge pull request #31 from Slamdunk/native_composer_home"
This reverts commit 9249153ed3, reversing
changes made to e2020afe17.
2018-02-23 11:04:55 +01:00
Paolo CuffianiandGitHub 9249153ed3 Merge pull request #31 from Slamdunk/native_composer_home
Use native composer home
2018-02-22 15:46:33 +01:00
Filippo Tessarotto a681fae64c Use native composer home 2018-02-22 15:02:31 +01:00
Paolo CuffianiandGitHub e2020afe17 Merge pull request #29 from Chialab/issue/28-broken-build
Tidy up XDebug versions
2018-01-31 14:35:24 +01:00
Paolo Cuffiani cff38e95cc #28 chore: use stable XDebug version for PHP 7.2 2018-01-31 09:38:54 +01:00