GithubHelp home page GithubHelp logo

News ping thread about docker-php HOT 21 OPEN

wyrihaximusnet avatar wyrihaximusnet commented on August 18, 2024
News ping thread

from docker-php.

Comments (21)

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

Just pushed Alpine 3.12 images

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

Debian bullseye images are now available.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

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.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

PHP 8.2 images are now available based on 8.2.0alpha1

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

PHP 8.2 images are now based on 8.2.0beta3

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

PHP 8.2 images are now based on 8.2.0RC1

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

ext-event has been added to the images.

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

PHP 8.2 images are now based on 8.2.0RC5

from docker-php.

WyriHaximus avatar WyriHaximus commented on August 18, 2024

PHP 8.3 images are available and based on 8.3.0beta3

from docker-php.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.