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

News ping thread #46

Open
WyriHaximus opened this issue Dec 5, 2019 · 23 comments
Open

News ping thread #46

WyriHaximus opened this issue Dec 5, 2019 · 23 comments
Labels

Comments

@WyriHaximus
Copy link
Member

Subscribe to this issue for news about this image.

@WyriHaximus WyriHaximus changed the title New ping thread News ping thread Dec 5, 2019
@WyriHaximus
Copy link
Member Author

ext-intl has been drop from the base images in an effort to get the image size down. If you need it in your project you can add it with the following RUN directive:

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

@WyriHaximus WyriHaximus mentioned this issue Dec 21, 2019
@WyriHaximus
Copy link
Member Author

With #38 PHP 7.4 images are now available. One side not thought: ext-meminfo isn't available on it due to incompatibility issues with 7.4, it compiles for it but segfaults when trying to use it. ext-meminfo will be added to it later when it's fixed upstream.

@WyriHaximusNet WyriHaximusNet locked as resolved and limited conversation to collaborators Dec 21, 2019
@WyriHaximus
Copy link
Member Author

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.

@WyriHaximus
Copy link
Member Author

Just pushed Windows (Alpine) 3.11 images for all PHP versions:
image

@WyriHaximus
Copy link
Member Author

Just pushed Alpine 3.12 images

@WyriHaximus
Copy link
Member Author

Opcache is now enabled for the CLI by default as it improves ext-parallel stability. On that subject, I've switched back to building ext-parallel from Git as it includes a fix that massively improves stability.

@WyriHaximus WyriHaximus pinned this issue Oct 24, 2020
@WyriHaximus
Copy link
Member Author

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.

@WyriHaximus
Copy link
Member Author

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.

PHP 8 Logo

@WyriHaximus
Copy link
Member Author

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.

@WyriHaximus
Copy link
Member Author

Debian bullseye images are now available.

@WyriHaximus
Copy link
Member Author

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.

@WyriHaximus
Copy link
Member Author

WyriHaximus commented Dec 12, 2021

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 8.0.0RC6 on arm and 8.0.0 on arm64 and amd64. It's on my list of things to fix, but it's a dependency of VIPS that is causing issues.

@WyriHaximus
Copy link
Member Author

PHP 8.2 images are now available based on 8.2.0alpha1

@WyriHaximus
Copy link
Member Author

PHP 8.2 images are now based on 8.2.0beta3

@WyriHaximus
Copy link
Member Author

PHP 8.2 images are now based on 8.2.0RC1

@WyriHaximus
Copy link
Member Author

ext-event has been added to the images.

@WyriHaximus
Copy link
Member Author

PHP 8.2 images are now based on 8.2.0RC5

@WyriHaximus
Copy link
Member Author

PHP 8.3 images are available and based on 8.3.0beta3

@WyriHaximus
Copy link
Member Author

WyriHaximus commented Nov 1, 2023

PHP 8.3 images are now updated to RC5

@WyriHaximus
Copy link
Member Author

PHP 8.3 images are now using stable tags, currently, it's now 8.3.0

@WyriHaximus
Copy link
Member Author

PHP 8.4 images are now available based on 8.4.0alpha1

@WyriHaximus
Copy link
Member Author

PHP 8.4 images are now available based on 8.4.0alpha2

@WyriHaximus
Copy link
Member Author

PHP 8.4 images are now available based on 8.4.0beta5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant