Skip to content

Commit

Permalink
docs: add notes on containers
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
AtomicFS committed Nov 25, 2024
1 parent bd1063d commit 1e60dee
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 1e60dee

Please sign in to comment.