chore(deps): update ubuntu docker tag to v26 - #644
Conversation
v2.334.0's installdependencies.sh ICU fallback list tops out at libicu76; ubuntu:26.04 ships libicu78, so the docker build fails at the installdependencies.sh step. v2.336.0 extends the fallback list through libicu80, which covers it. Build-verified locally on this host (Ubuntu 26.04). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| # The registration token is supplied at runtime (never baked in); the host loop | ||
| # (run-bench-runner.sh) mints a fresh token and starts one container per job. | ||
| FROM ubuntu:24.04 | ||
| FROM ubuntu:26.04 |
There was a problem hiding this comment.
This image cannot currently build with RUNNER_VERSION=2.334.0. Ubuntu 26.04 publishes libicu78, but that runner's bundled bin/installdependencies.sh only tries libicu76 through libicu52; when none exists, it exits 1 and the Docker build stops at line 27. Please retain Ubuntu 24.04 until the runner supports 26.04, or explicitly install the 26.04 .NET dependencies (including libicu78) and avoid/patch the incompatible helper. A lightweight CI check that builds this Dockerfile would also catch future Renovate base-image updates before they strand the benchmark runner.
This PR contains the following updates:
24.04→26.04Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.