From 864e3922f3b732533e657154535c988b67051a17 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 20 Jan 2025 15:26:26 +0100 Subject: [PATCH] chore(docker): bump coreboot docker containers from jammy to noble Signed-off-by: AtomicFS --- docker/compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/compose.yaml b/docker/compose.yaml index 4a52ed08..2fb3288e 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -7,37 +7,37 @@ services: context: coreboot args: - COREBOOT_VERSION=4.19 - - SOURCE_IMAGE=ubuntu:jammy + - SOURCE_IMAGE=ubuntu:noble coreboot_4.20.1: build: context: coreboot args: - COREBOOT_VERSION=4.20.1 - - SOURCE_IMAGE=ubuntu:jammy + - SOURCE_IMAGE=ubuntu:noble coreboot_4.21: build: context: coreboot args: - COREBOOT_VERSION=4.21 - - SOURCE_IMAGE=ubuntu:jammy + - SOURCE_IMAGE=ubuntu:noble coreboot_4.22.01: build: context: coreboot args: - COREBOOT_VERSION=4.22.01 - - SOURCE_IMAGE=ubuntu:jammy + - SOURCE_IMAGE=ubuntu:noble coreboot_24.02.01: build: context: coreboot args: - COREBOOT_VERSION=24.02.01 - - SOURCE_IMAGE=ubuntu:jammy + - SOURCE_IMAGE=ubuntu:noble coreboot_24.05: build: context: coreboot args: - COREBOOT_VERSION=24.05 - - SOURCE_IMAGE=ubuntu:jammy + - SOURCE_IMAGE=ubuntu:noble #================== # edk2 #==================