Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/8.3 #348

Closed
wants to merge 93 commits into from
Closed

release/8.3 #348

wants to merge 93 commits into from

Conversation

OskarStark
Copy link
Collaborator

OskarStark and others added 30 commits August 1, 2019 08:55
pcov is disabled, because the newest version also not work with php 7.4
They are new gd configuration parameters in version 7.4.0 (see docker-library/php#920 (comment))
1.0.3 was not the newest version. 1.0.6 is.
Also delete files in /var/lib/apt/lists/.

These both optimization saving ~ 125 MB without changing the Dockerfile to much.

Before:

```
docker image ls | grep 7.4.0
exozet/php-fpm                                                     7.4.0-root          96e87341ddfc        13 hours ago        1.04GB
exozet/php-fpm                                                     7.4.0-sudo          8e988d15e19c        13 hours ago        1.05GB
exozet/php-fpm                                                     7.4.0               f5984b18a016        13 hours ago        1.04GB
```

After:

```
docker image ls | grep 7.4
exozet/php-fpm                                                     7.4.0-root          bfcaab78a9d4        About a minute ago   877MB
exozet/php-fpm                                                     7.4.0-sudo          c44e02585d73        About a minute ago   880MB
exozet/php-fpm                                                     7.4.0               d6a5ad898d52        About a minute ago   877MB
```
* Added alpine image for 7.4 #92
* Tag and push quay images
Added new php.ini / docker env settings for opcache preloading
The non-alpine images have "make" installed and some of our projects using make, so it would be nice to have "make" also installed in the alpine image.
…mage

Added missing PHP_OPCACHE_* envs in Dockerfile-alpine
iconv is not working as expected on a vanilla php image. The solution is to install GNUs libiconv.

See docker-library/php#240 for mor information
niepi and others added 28 commits August 8, 2022 13:00
* - added xdebug 3 configuration with default values

* - use xdebug default values instead of empty ones

Co-authored-by: Attila Keresztesi <[email protected]>
* added 8.2 base
* upgrade to pcov 1.0.11
* Update Dockerfile
* Update Dockerfile-alpine
* Added sockets requirement (linux-headers)
* Xdebug for ubuntu to 3.2.0
* Xdebug for alpine 3.2.0
* Add linux headers for xdebug
* Add default timezone to be `date.timezone` as requested for php8.2
* Fixed version numbers
* Remove the 8.1 folder

Co-authored-by: DracoBlue <[email protected]>
Co-authored-by: Jan Schütze <[email protected]>
@OskarStark OskarStark self-assigned this Jun 10, 2024
@OskarStark OskarStark closed this Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants