Upgrade OS --> 26.04#2818
Merged
Merged
Conversation
5d576f8 to
e2dca8b
Compare
a6d8a67 to
8bc0fb6
Compare
- Bump supported Ubuntu range to 24.04 - 26.04 (Resolute Raccoon) - PHP 8.3 -> 8.5, PostgreSQL 16 -> 18 (defaults on 26.04) - Centralize version checks in lib.sh: SUPPORTED_VERSION_MIN/MAX, LATEST_VERSION (derived), SUPPORTED_CODENAMES — single source of truth - Make check_php() fully dynamic (regex on `php -v`, /etc/php fallback) - Replace hardcoded stop_if_installed lists with brace-expansion loops covering php7.0-7.9, php8.0-8.9 and postgresql-9.x through postgresql-30 Signed-off-by: enoch85 <mailto@danielhansson.nu>
7955c5a to
b30e01b
Compare
A single occ app:install failure (e.g. apps.nextcloud.com briefly unreachable) previously aborted the whole build via check_command. Retry the download in install_and_enable_app (3x/30s, non-fatal) so a transient glitch on any app no longer fails the install. Signed-off-by: enoch85 <mailto@danielhansson.nu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump the supported Ubuntu range to 24.04 → 26.04 LTS (Resolute Raccoon) and refresh defaults:
lib.sh(SUPPORTED_VERSION_MIN/MAX,SUPPORTED_CODENAMES) so the next bump is a small editcheck_php()dynamic; replace hardcoded package lists with brace-expansion loopspython2fromapps/webmin.sh(not installable on 26.04, no longer needed)install_and_enable_appso a transient appstore hiccup no longer aborts a buildValidation (real 26.04 VM)
Built and boot-tested the VM from this branch end-to-end:
coturn/janus/nats-server), Webmin (withoutpython2), ClamAV, and the restKnown caveat
resolutePPA yet (404) — install fails until they rebuild for 26.04. Upstream, not a code issue.