chore(deps): update mirror.gcr.io/library/ubuntu docker tag to v26#14289
chore(deps): update mirror.gcr.io/library/ubuntu docker tag to v26#14289renovate-bot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request attempts to upgrade the base Docker image from Ubuntu 24.04 to Ubuntu 26.04. However, feedback indicates that this upgrade is premature and will break the build due to toolchain upgrades, missing OpenSSL 1.1.1 required by older Python versions, and other potential driver incompatibilities. It is recommended to revert back to Ubuntu 24.04.
| # We want to use LTS ubuntu from our mirror because dockerhub has a | ||
| # rate limit. | ||
| FROM mirror.gcr.io/library/ubuntu:24.04 | ||
| FROM mirror.gcr.io/library/ubuntu:26.04 |
There was a problem hiding this comment.
Upgrading the base image to Ubuntu 26.04 is premature and will break the build. Ubuntu 26.04 is not yet a stable LTS release, and the image may not be available in the mirror. Furthermore, older Python versions (such as 3.7, 3.8, and 3.9) defined in PYTHON_VERSIONS will fail to compile on newer Ubuntu versions due to toolchain upgrades and the absence of older OpenSSL versions (like OpenSSL 1.1.1) which these Python versions require. Other installations, such as the Microsoft ODBC driver (currently configured for Ubuntu 20.04) and Chrome/Chromedriver, may also be incompatible. Please stick to the stable Ubuntu 24.04 LTS release.
FROM mirror.gcr.io/library/ubuntu:24.04
This PR contains the following updates:
24.04→26.04Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.