Skip to content

chore(deps): update ubuntu docker tag to v26 - #644

Merged
kriszyp merged 2 commits into
mainfrom
renovate/ubuntu-26.x
Aug 4, 2026
Merged

chore(deps): update ubuntu docker tag to v26#644
kriszyp merged 2 commits into
mainfrom
renovate/ubuntu-26.x

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ubuntu (source) final major 24.0426.04

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 9am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner August 3, 2026 04:42
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>
@renovate

renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@kriszyp kriszyp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Reviewed with Codex

# 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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@kriszyp
kriszyp merged commit bf61088 into main Aug 4, 2026
29 checks passed
@kriszyp
kriszyp deleted the renovate/ubuntu-26.x branch August 4, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant