From 80a642f511533b39c747574b5f75e0c82468b644 Mon Sep 17 00:00:00 2001 From: nom3ad <19239479+nom3ad@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:05:06 +0530 Subject: [PATCH] Update ubuntu tag to noble 24.04 (#7763) --- ci/release-image/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release-image/docker-bake.hcl b/ci/release-image/docker-bake.hcl index 7ed867c28..a8771b0b3 100644 --- a/ci/release-image/docker-bake.hcl +++ b/ci/release-image/docker-bake.hcl @@ -73,7 +73,6 @@ target "code-server-debian-12" { target "code-server-ubuntu-focal" { dockerfile = "ci/release-image/Dockerfile" tags = concat( - gen_tags_for_docker_and_ghcr("ubuntu"), gen_tags_for_docker_and_ghcr("focal"), ) args = { @@ -86,6 +85,7 @@ target "code-server-ubuntu-noble" { dockerfile = "ci/release-image/Dockerfile" tags = concat( gen_tags_for_docker_and_ghcr("noble"), + gen_tags_for_docker_and_ghcr("ubuntu"), ) args = { BASE = "ubuntu:noble"