chore(deps): update mirror.gcr.io/library/ubuntu docker tag to v26 - autoclosed#14244
Conversation
There was a problem hiding this comment.
Code Review
This pull request attempts to upgrade the base Ubuntu image in the Dockerfile from version 24.04 to 26.04. Feedback was provided pointing out that Ubuntu 26.04 is an unreleased LTS version, which will break the Dockerfile build because third-party repositories do not yet support it. It is recommended to revert this change and stick to the stable 24.04 version.
| # 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.
Ubuntu 26.04 is an unreleased LTS version (scheduled for April 2026). Upgrading the base image to 26.04 will break the Dockerfile build because third-party repositories (such as Docker CE, Bazel, and Microsoft ODBC) do not yet support or provide packages for this unreleased Ubuntu codename. It is highly recommended to stick to the stable LTS version 24.04.
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.