From ae8ece7059e12da702118beb10e31ce4a013a26d Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 5 Aug 2026 13:28:46 +0000 Subject: [PATCH] test: run the feature scenarios on ubuntu 26.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The devcontainer this repo feeds moved to ubuntu 26.04 in orianna-ai/devcontainer, so the scenarios were proving these features work on a base nothing actually uses any more. The tag is "ubuntu26.04", not "ubuntu-26.04" — mcr dropped the hyphen at 26.04, and the hyphenated form 404s. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01MB7zNmdzPYMpwkUWxAjSFt --- test/buildbuddy/scenarios.json | 2 +- test/cloud-sql-proxy/scenarios.json | 2 +- test/playwright/scenarios.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/buildbuddy/scenarios.json b/test/buildbuddy/scenarios.json index 494584e..d980a03 100644 --- a/test/buildbuddy/scenarios.json +++ b/test/buildbuddy/scenarios.json @@ -4,7 +4,7 @@ "buildbuddy": {}, "ghcr.io/devcontainers/features/common-utils:2": {} }, - "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu26.04", "user": "vscode" } } diff --git a/test/cloud-sql-proxy/scenarios.json b/test/cloud-sql-proxy/scenarios.json index 6d0bc81..ccfedf3 100644 --- a/test/cloud-sql-proxy/scenarios.json +++ b/test/cloud-sql-proxy/scenarios.json @@ -6,7 +6,7 @@ }, "ghcr.io/devcontainers/features/common-utils:2": {} }, - "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu26.04", "user": "vscode" } } diff --git a/test/playwright/scenarios.json b/test/playwright/scenarios.json index 4a921e5..423932e 100644 --- a/test/playwright/scenarios.json +++ b/test/playwright/scenarios.json @@ -7,7 +7,7 @@ "version": "latest" } }, - "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu26.04", "user": "vscode" } }