Skip to content

Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket#347

Merged
lbr38 merged 3 commits into
lbr38:develfrom
KayTeeFive:DEBIAN_13_ENV
Apr 23, 2026
Merged

Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket#347
lbr38 merged 3 commits into
lbr38:develfrom
KayTeeFive:DEBIAN_13_ENV

Conversation

@KayTeeFive
Copy link
Copy Markdown

Summary

This MR updates the Docker environment to use newer base components and simplifies PHP-FPM socket handling inside the container.

Changes

  • Base image updated from debian:12-slim to debian:13-slim.
  • PHP upgraded from 8.3 to 8.4.
  • PHP-FPM socket changed to a non-versioned path (/run/php/php-fpm.sock).

Details

Debian upgrade

The base image is upgraded to Debian 13 (trixie) to align the container with newer upstream packages and security updates.

PHP upgrade

PHP is upgraded from 8.3 → 8.4, and all related packages are updated accordingly.

Exception is for php library: symfony/polyfill-php83 (unfortunately, I'm not web guy)

Non-versioned PHP-FPM socket

The PHP-FPM socket path has been changed from a versioned path:

/run/php/php8.3-fpm.sock

to a generic socket:

/run/php/php-fpm.sock

This simplifies configuration and removes the need to update Nginx or service scripts when PHP versions change.

Since this image runs inside Docker and only a single PHP version is present, using a non-versioned socket path is safe and improves maintainability.

Benefits

  • Easier PHP version upgrades in the future.
  • Cleaner configuration (no version coupling in Nginx or scripts).
  • Alignment with newer Debian and PHP releases.

Notes

The Dockerfile contains references to the packages.repomanager.net repository.
Since these repositories for trixie are not currently available, the corresponding lines are commented out.

@KayTeeFive
Copy link
Copy Markdown
Author

Actually, i don't know what i suppose to do with that
20260311_155803

@lbr38 lbr38 force-pushed the devel branch 2 times, most recently from b0c5161 to a5484eb Compare March 12, 2026 17:44
@lbr38 lbr38 force-pushed the devel branch 5 times, most recently from 8fc5b2d to eeff8a6 Compare March 31, 2026 15:59
@KayTeeFive
Copy link
Copy Markdown
Author

Hi, @lbr38

Do you have any propositions or concerns about this MR?
Maybe i should something redo?

Thanks!

@lbr38
Copy link
Copy Markdown
Owner

lbr38 commented Apr 3, 2026

Hi
The changes are good but I will need some time to test it, especially the PHP 8.3 -> 8.4 upgrade which could introduce some breaking changes. I will have to test the whole app.

I'll keep you updated.

@KayTeeFive
Copy link
Copy Markdown
Author

I'll keep you updated.

Sure, thank you!

@lbr38 lbr38 force-pushed the devel branch 2 times, most recently from 26305e3 to 38ecc7b Compare April 20, 2026 08:37
@lbr38
Copy link
Copy Markdown
Owner

lbr38 commented Apr 23, 2026

Hi can you please rebase your branch one last time, to avoid unwanted changes. I will then merge it and test it on my side.
Thanks!

@KayTeeFive
Copy link
Copy Markdown
Author

Hi,
Rebased

@lbr38 lbr38 merged commit f35b1f2 into lbr38:devel Apr 23, 2026
5 of 6 checks passed
@KayTeeFive KayTeeFive deleted the DEBIAN_13_ENV branch April 23, 2026 11:42
lbr38 added a commit that referenced this pull request May 4, 2026
commit 00dfb40
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Thu Apr 23 11:28:33 2026 +0200

    5.10.0

commit f35b1f2
Merge: 5210b26 49ae09b
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Thu Apr 23 11:12:02 2026 +0200

    Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

    Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

commit 49ae09b
Author: shorelskyi <serhii.horelskyi@gmail.com>
Date:   Wed Mar 11 15:11:33 2026 +0100

    Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

commit 501911b
Author: shorelskyi <serhii.horelskyi@gmail.com>
Date:   Wed Mar 11 15:07:29 2026 +0100

    Update PHP-FPM related configs to create and use non-versioned socket

commit 3d91539
Author: shorelskyi <serhii.horelskyi@gmail.com>
Date:   Wed Mar 11 15:04:34 2026 +0100

    Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 4, 2026
commit 00dfb40
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Thu Apr 23 11:28:33 2026 +0200

    5.10.0

commit f35b1f2
Merge: 5210b26 49ae09b
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Thu Apr 23 11:12:02 2026 +0200

    Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

    Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

commit 49ae09b
Author: shorelskyi <serhii.horelskyi@gmail.com>
Date:   Wed Mar 11 15:11:33 2026 +0100

    Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

commit 501911b
Author: shorelskyi <serhii.horelskyi@gmail.com>
Date:   Wed Mar 11 15:07:29 2026 +0100

    Update PHP-FPM related configs to create and use non-versioned socket

commit 3d91539
Author: shorelskyi <serhii.horelskyi@gmail.com>
Date:   Wed Mar 11 15:04:34 2026 +0100

    Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 6, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 6, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 7, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 7, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 7, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 8, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 8, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 8, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 10, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 10, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 27, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request May 28, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
lbr38 added a commit that referenced this pull request Jun 1, 2026
commit b4fcfa1
Merge: 69e7f08 a3e29ce
Author: Ludo <54670129+lbr38@users.noreply.github.com>
Date:   Wed May 6 14:02:18 2026 +0200

    Merge pull request #362 from Cloud-Kid/add-ubuntu-26-templates

    Add Ubuntu 26.04 source repository templates

commit a3e29ce
Author: root <root@deku.intra.cea.fr>
Date:   Wed May 6 10:33:40 2026 +0200

    Add Ubuntu 26.04 source repository templates

commit 69e7f08
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Tue May 5 15:40:31 2026 +0200

    patch

commit 26fa940
Author: Ludovic <54670129+lbr38@users.noreply.github.com>
Date:   Mon May 4 17:03:14 2026 +0200

    5.10.0

    commit 00dfb40
    Author: Ludovic <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:28:33 2026 +0200

        5.10.0

    commit f35b1f2
    Merge: 5210b26 49ae09b
    Author: Ludo <54670129+lbr38@users.noreply.github.com>
    Date:   Thu Apr 23 11:12:02 2026 +0200

        Merge pull request #347 from KayTeeFive/DEBIAN_13_ENV

        Upgrade Docker environment: Debian 13, PHP 8.4, generic PHP-FPM socket

    commit 49ae09b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:11:33 2026 +0100

        Update Debian Trixie repo links (need create relate repos on packages.repomanager.net)

    commit 501911b
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:07:29 2026 +0100

        Update PHP-FPM related configs to create and use non-versioned socket

    commit 3d91539
    Author: shorelskyi <serhii.horelskyi@gmail.com>
    Date:   Wed Mar 11 15:04:34 2026 +0100

        Update Docker file for Debian 13 image and PHP 8.4 version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants