Update mirror.gcr.io/library/ubuntu Docker tag to v26 - autoclosed - #14580
Update mirror.gcr.io/library/ubuntu Docker tag to v26 - autoclosed#14580renovate-bot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request attempts to update the base Docker image from Ubuntu 24.04 to Ubuntu 26.04. However, since Ubuntu 26.04 is not yet released, this change will cause build failures because the tag does not exist and third-party packages are not yet supported. It is recommended to revert this change and keep the base image at 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.
Ubuntu 26.04 is not yet a released LTS version (scheduled for April 2026). Attempting to use ubuntu:26.04 will fail because the tag does not exist on mirror.gcr.io or Docker Hub. Additionally, many of the third-party repositories and packages installed later in this Dockerfile (such as Docker CE, Microsoft ODBC, and Chrome) do not yet have support or packages built for Ubuntu 26.04. Please keep the base image at ubuntu:24.04 until 26.04 is officially released and supported.
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.