From 5166e069d23f447c1ce6adda0689b754f0b22e51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:42:31 +0000 Subject: [PATCH 1/2] chore(deps): update ubuntu docker tag to v26 --- benchmarks/ycsb/runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/ycsb/runner/Dockerfile b/benchmarks/ycsb/runner/Dockerfile index 6bc9fd6bf..40266893e 100644 --- a/benchmarks/ycsb/runner/Dockerfile +++ b/benchmarks/ycsb/runner/Dockerfile @@ -2,7 +2,7 @@ # benchmark. Runs as a non-root user (the Actions runner refuses to run as root). # 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 ARG RUNNER_VERSION=2.334.0 ENV DEBIAN_FRONTEND=noninteractive From ae95b99101cd8cd0d5c0822589f1c4fc53c914b3 Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Mon, 3 Aug 2026 14:22:54 -0600 Subject: [PATCH 2/2] chore(deps): bump bench runner RUNNER_VERSION for ubuntu:26.04 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 --- benchmarks/ycsb/runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/ycsb/runner/Dockerfile b/benchmarks/ycsb/runner/Dockerfile index 40266893e..ad683d658 100644 --- a/benchmarks/ycsb/runner/Dockerfile +++ b/benchmarks/ycsb/runner/Dockerfile @@ -4,7 +4,7 @@ # (run-bench-runner.sh) mints a fresh token and starts one container per job. FROM ubuntu:26.04 -ARG RUNNER_VERSION=2.334.0 +ARG RUNNER_VERSION=2.336.0 ENV DEBIAN_FRONTEND=noninteractive # Toolchain for harper-pro's native deps (rocksdb-js / lmdb prebuilds + gyp fallback) + node 24.