-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add bookworm images for php >= 81 images and make them the default ones #179
Comments
This is related to moodlehq#179 For php-sqlsrv we are still using the buster apt source. This will be investigated later, not part of this issue.
This is related to moodlehq#179 For php-sqlsrv we are still using the buster apt source. This will be investigated later, not part of this issue.
This is related to moodlehq#179 For php-sqlsrv we are still using the buster apt source. This will be investigated later, not part of this issue.
This is related to moodlehq#179 For php-sqlsrv we are still using the buster apt source. This will be investigated later, not part of this issue.
Done, now the Next step, put some jobs to work using those "bookworm" images before making them the default. Ciao :-) |
Ok, all these jobs:
Once we verify that all them are consistently passing and we make the "bookworm" the default ones, we'll need to undo the configuration changes in the jobs above. Ciao :-) |
This is related to #179 For php-sqlsrv we are still using the buster apt source. This will be investigated later, not part of this issue.
This is related to moodlehq#179 For php-sqlsrv we are still using the buster apt source. This will be investigated later, not part of this issue.
This is related to #179 For php-sqlsrv we are still using the bullseye apt source. This will be investigated later, not part of this issue.
We have had the new images running over the last days (in the jobs commented above) and everything seems to be working ok with them. So, tomorrow (17th August 2023), we'll proceed to make them the default ones for php>= 81. And buster ones will be deprecated / EOLed. Ciao :-) |
We are moving to bookworm (Debian 12) as new default, while out-dating the buster one. See, for more information: moodlehq#179
We are moving to bookworm (Debian 12) as new default, while out-dating the buster one. See, for more information: moodlehq#179
And "deprecate" the buster ones for those PHP versions. Part of moodlehq#179.
Upstream images aren't built anymore (they have deprecated buster and added bookworm), so we don't need to coninuously be checking php81 versions any more. Part of moodlehq#179
Upstream images aren't built anymore (they have deprecated buster and added bookworm), so we don't need to coninuously be checking php82 versions any more. Part of moodlehq#179
Ok, now all the pieces should be in place:
Ciao :-) PS: The images are being rebuilt while writing this comment, so the changes will come into effect in some hours. |
Upstream images aren't built anymore (they have deprecated buster and added bookworm), so we don't need to coninuously be checking php81 versions any more. Part of moodlehq#179 Also, update its README to show it's not being updated.
Upstream images aren't built anymore (they have deprecated buster and added bookworm), so we don't need to coninuously be checking php82 versions any more. Part of moodlehq#179 Also, update its README to show it's not being updated.
And "deprecate" the buster ones for those PHP versions. Part of moodlehq#179.
Done, all the new images and defaults seem to be already in place:
And CIs will start using the new bookworm defaults starting now. So, closing this as done, ciao :-) |
Our upstream images (docker "official" ones) only support 2 debian versions for PHP version.
Recently, for php >= 81, they stopped building Debian buster images and started with Debian bookworm instead (see docker-library/php#1416). So current images look as follow:
So we need to:
Ciao :-)
The text was updated successfully, but these errors were encountered: