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

Update to PHP 8.3, Remove libiconv patch #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update to PHP 8.3, Remove libiconv patch #58

wants to merge 1 commit into from

Conversation

erseco
Copy link
Owner

@erseco erseco commented Dec 21, 2023

I've submitted this pull request to address critical updates required for the upcoming Moodle release. However, it's important to note that we need to verify compatibility with Moodle, particularly with the anticipated Moodle 4.4 release which is expected to officially support PHP 8.3. Here are the key changes in this PR:

  1. Update Base Image: The base image alpine-php-webserver has been updated to utilize the Alpine PHP 8.3 package. This update ensures compatibility with the latest PHP standards and improves overall stability and performance.

  2. Removal of Libiconv Patch: With the update to PHP 8.3, the previously necessary libiconv patch is now redundant. Its removal is part of this update, streamlining the image and reducing unnecessary complexity.

  3. Preparation for Moodle Release: These changes are in anticipation of the next Moodle release. They ensure that our environment remains in sync with the latest Moodle requirements, providing an optimized experience for all users.

For detailed discussions and the background of these changes, please refer to Issue #26 on our tracker.

I believe these updates are critical for maintaining the reliability and efficiency of our Moodle deployments. Your review and feedback on this PR would be greatly appreciated.

Best regards,

Ernesto

@@ -1,5 +1,5 @@
ARG ARCH=
FROM ${ARCH}erseco/alpine-php-webserver:latest
FROM ${ARCH}erseco/alpine-php-webserver:php83
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FROM ${ARCH}erseco/alpine-php-webserver:php83
FROM ${ARCH}erseco/alpine-php-webserver:latest

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.

1 participant