Giter VIP home page Giter VIP logo

Comments (3)

lorisleiva avatar lorisleiva commented on August 21, 2024 1

Hi there 👋

A few days ago an official RC was released for imagick so I don't think we have long to wait now for official PHP8 support. 🙂

from laravel-docker.

lorisleiva avatar lorisleiva commented on August 21, 2024

The DockerFile for PHP8 is now using the latest alpine image. Thanks for that. 👍

It's still missing the imagick extension so I can mark it as stable just yet.

from laravel-docker.

tloader11 avatar tloader11 commented on August 21, 2024

Hi, I saw that there is a way to get PHP8 with imagick working in a docker container. Unfortunately imagick is still officially not supported, but this seems to work:

https://github.com/Cyconet/docker-php80-fpm/blob/d6e0909d6f2774ae3f7e7d543fccb57dec0d20f7/Dockerfile#L54

ARG IMAGICK_LAST_COMMIT='448c1cd0d58ba2838b9b6dff71c9b7e70a401b90'

RUN mkdir -p /usr/src/php/ext/imagick && \
    curl -fsSL https://github.com/Imagick/imagick/archive/${IMAGICK_LAST_COMMIT}.tar.gz | tar xvz -C /usr/src/php/ext/imagick --strip 1 && \
    docker-php-ext-install imagick

I don't know if creating a new branch with PHP8 and an Imagick RC would be an idea?

from laravel-docker.

Related Issues (20)

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.