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 #==================