Skip to content

Commit cb10741

Browse files
fanny-jiangclaude
andcommitted
fix(gcp): update Ubuntu 22.04 GCP image to v20260313
The previous image (ubuntu-2204-jammy-v20240904) has stale apt metadata that causes GPG signature verification failures on apt-get update, breaking fakeintake VM provisioning in E2E tests. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 4529839 commit cb10741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scenarios/gcp/compute/os_resolver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func resolveUbuntuImage(_ gcp.Environment, osInfo os.Descriptor) (string, error)
1919

2020
switch osInfo.Version {
2121
case os.Ubuntu2204.Version:
22-
return "ubuntu-2204-jammy-v20240904", nil
22+
return "ubuntu-2204-jammy-v20260313", nil
2323
default:
2424
return "", nil
2525
}

0 commit comments

Comments
 (0)