- Added PHP 8.3
- Added
imagick
extension
- Added
make
- Added PHP 8.2
- Updated baseimage to
ubuntu:22.04
- Removed unsupported PHP version 7.3
- Updated nodejs to
16.x
- Updated baseimage to
ubuntu:20.04
- Updated nodejs to
14.x
- Removed unsupported PHP version 7.2
- Added PHP 8.1
- Added phpdbg
- Removed unsupported PHP versions 5.6, 7.0 and 7.1
- Make PHP 8.0 default version
- Added PHP 8.0
- Removed MongoDB PHP extension and clients
- Updated
composer
to2.0
- Removed global package
hirak/prestissimo
incompatible with new Composer
- Finally fixed installation of
php-sodium
which is not needed any more for PHP 7.2 an newer - Extension
php-sodium
now installs from PHP 7.0 and higher - Fixed
dist-upgrade
during image build
- Fixed installation of
php-sodium
which resulted in installation of PHP 7.1 under 5.6 image - Extension
php-sodium
now installs only from PHP 7.1 and higher
- Updated baseimage to
ubuntu:18.04
- Removed
nette/code-checker
- Updated nodejs to
10.x
- Added PHP 7.4
- Removed Bower
- Added Gulp
- Removed
deb-src
apt repositories
- Added PHP 7.3
- Set Composer ENV
COMPOSER_ALLOW_SUPERUSER
to1
by default
- Added extension gmp
- Added PHP 7.2
- Added php-parallel-lint
- Added code-checker
- Improved caching using
/cache
dir, which is set as volume on GitLab CI - Set NPM cache dir to
/cache/npm
- Set Bower cache dir to
/cache/bower
- Set Composer cache dir to
/cache/composer
- Set Composer ENV
COMPOSER_NO_INTERACTION
to1
by default - Added
~/.composer/vendor/bin
to global$PATH
- Fixed PHP 7.1 build, where 7.0 packages was used
- Added
git
- Added
npm
- Added
grunt
andbower
- Initial release