From 1e60dee2e4395bb8e563c113865048b74b341871 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 25 Nov 2024 14:43:29 +0100 Subject: [PATCH] docs: add notes on containers - add list of containers and their maintenance status - I really want to inform people that some containers are no longer maintained, but I do not want to delete them yo no break other peoples stuff Signed-off-by: AtomicFS --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/README.md b/README.md index 4f3c7c07..b6be97d9 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,50 @@ If your firmware consists of multiple components, such as `coreboot` with `linux [Documentation is hosted in pages](https://9elements.github.io/firmware-action/). + +## Containers + +List of [firmware-action](https://github.com/orgs/9elements/packages?repo_name=firmware-action) docker containers. + +| Container | Maintained | Note | +|:----------------------|:------------|:------| +| coreboot_4.19 | [x] | | +| coreboot_4.20 | [ ] | discontinued in favor of `4.20.1` | +| coreboot_4.20.1 | [x] | | +| coreboot_4.21 | [x] | | +| coreboot_4.22 | [ ] | discontinued in favor of `4.22.1` | +| coreboot_4.22.01 | [x] | | +| coreboot_24.02 | [ ] | discontinued in favor of `24.02.01` | +| coreboot_24.02.01 | [x] | | +| coreboot_24.05 | [x] | | +| udk2017 | [x] | | +| edk2-stable202008 | [x] | | +| edk2-stable202105 | [x] | | +| edk2-stable202111 | [x] | | +| edk2-stable202205 | [x] | | +| edk2-stable202208 | [x] | | +| edk2-stable202211 | [x] | | +| edk2-stable202302 | [x] | | +| edk2-stable202305 | [x] | | +| edk2-stable202308 | [x] | | +| edk2-stable202311 | [x] | | +| edk2-stable202402 | [x] | | +| edk2-stable202405 | [x] | | +| edk2-stable202408 | [ ] | discontinued in favor of `stable202408.01` | +| edk2-stable202408.01 | [x] | | +| linux_6.1.111 | [x] | | +| linux_6.1.45 | [x] | | +| linux_6.6.52 | [x] | | +| linux_6.9.9 | [x] | | +| linux_6.11 | [x] | | +| uroot_0.14.0 | [x] | | + + +## Legacy containers + +These were created by hand long time ago and since then have been replaced. + +| Container | Maintained | Note | +|:----------------------|:------------|:------| +| [coreboot](https://github.com/orgs/9elements/packages/container/package/coreboot) | [ ] | discontinued | +| [uefi](https://github.com/orgs/9elements/packages/container/package/uefi) | [ ] | discontinued |