Code Monkey home page Code Monkey logo

Comments (5)

htuscher avatar htuscher commented on June 3, 2024

The image for 8.2 is based on php:8.2-fpm-buster and this version contains only 8.2.7.
We would need to upgrade the base image to be bookworm. But as this is a heavy breaking change for everybody who is using and extending the 8.2 image, I'm not sure if this should be done.

from dockerfile.

op-euga avatar op-euga commented on June 3, 2024

In my imagination a 8.2 should always be the newest 8.2 version. if someones needs the the buster version they could use 8.2-buster.
in 8.2-alpine the version is bumped to 8.2.14 why not on 8.2?

from dockerfile.

htuscher avatar htuscher commented on June 3, 2024

We're not responsible for the underlaying PHP version. We just enhance the official PHP images. We've built the image webdevops/php:8.2 based on php:8.2-fpm-buster. So buster is the underlaying Linux distro and changing that while keeping the same image tag would be a major breaking change for a lot of people.

from dockerfile.

op-euga avatar op-euga commented on June 3, 2024

Maybe it would be a good idea to build webdevops/php:8.2 based on php:8.2-fpm and not php:8.2-fpm-buster because if the underlying distro of php:8.2-fpm changes it would be useful that the webdevops/php:8.2 also changes the distro.

from dockerfile.

nick-o-dimm avatar nick-o-dimm commented on June 3, 2024

We've built the image webdevops/php:8.2 based on php:8.2-fpm-buster. So buster is the underlaying Linux distro and changing that while keeping the same image tag would be a major breaking change for a lot of people.

They no longer update php:8.x-fpm-buster images since June 2023 ( Link to PR ). They added new LTS versions instead (php:8.x-fpm-bookworm). That way webdevops/php:8.2 stuck on PHP v8.2.7 and no longer get any PHP security updates.
I completely agree, it would be a breaking change to start using the new Debian LTS version. To resolve this we could probably use new tags for the images, something like webdevops/php-fpm-bookworm:8.2. But I guess it will take a lot of work to adapt everything to the new LTS version :(

from dockerfile.

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.