-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
News ping thread #46
Comments
FROM wyrihaximusnet/php:7.3-zts-alpine3.10
USER root
RUN apk update && \
apk add --no-cache \
icu-dev \
$PHPIZE_DEPS \
&& docker-php-ext-install -j$(nproc) intl \
&& apk del $PHPIZE_DEPS
USER app |
With #38 PHP 7.4 images are now available. One side not thought: |
With #53 PHP 7.2 images are now available. The reasoning behind this is that this repository should always build PHP images for versions that aren't EOL. That means it will build 7.2, 7.3, and 7.4 until the end of next year. |
Just pushed Alpine 3.12 images |
Opcache is now enabled for the CLI by default as it improves |
Composer v2 is out. Just updated the image to keep building with composer v1 for the next few days. But if final testing goes well from Monday onwards these images will contain composer v2. Open an issue if you run into issues when the composer v2 images land. |
Support for PHP 8 has been added, once docker-library/php#1090 is merged and those images show up on Docker Hub PHP 8 images will automatically be created and available a few hours later. |
Debian based images are now also available. However, unlike Alpine, those images aren't run against a CVE scanner because that will always yield. It's not something I like, but that seems to be the state of Debian Docker images. |
Debian bullseye images are now available. |
PHP 8.1 images are now available and are based on PHP 8.1.0RC1. They will be updated to RC2 soon, and seamlessly be updated to 8.1.x once it's GA. |
PHP 8.1 stable images are now being pushed and have been overwriting the RCx images. Please note that due to some issues with VIPS, and as such you might see |
PHP 8.2 images are now available based on |
PHP 8.2 images are now based on |
PHP 8.2 images are now based on |
|
PHP 8.2 images are now based on |
PHP 8.3 images are available and based on |
PHP 8.3 images are now updated to RC5 |
PHP 8.3 images are now using stable tags, currently, it's now |
PHP 8.4 images are now available based on |
PHP 8.4 images are now available based on |
PHP 8.4 images are now available based on |
Subscribe to this issue for news about this image.
The text was updated successfully, but these errors were encountered: