Skip to content

Commit

Permalink
chore(docker): bump coreboot docker containers from jammy to noble
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jan 20, 2025
1 parent 23c8d31 commit 864e392
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#==================
Expand Down

0 comments on commit 864e392

Please sign in to comment.