Update mirror.gcr.io/library/ubuntu Docker tag to v26 - autoclosed - #14586
Update mirror.gcr.io/library/ubuntu Docker tag to v26 - autoclosed#14586renovate-bot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the base image in the Dockerfile from Ubuntu 24.04 to Ubuntu 26.04. The reviewer correctly points out that upgrading to Ubuntu 26.04 will break the Docker build due to lack of support from third-party repositories, and recommends reverting back 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.
Upgrading to Ubuntu 26.04 (which is not yet a released stable LTS version) will break the Docker build. Third-party repositories configured in this Dockerfile (such as Docker CE on line 77 and Microsoft ODBC on line 103) do not yet support this version, which will lead to package installation failures. Please revert this change and 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.