From b1cbe4e900ae314e11124553c5efd5d244f1271d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 19 Nov 2023 15:01:09 -0500 Subject: [PATCH] docs: Link to new stream9 image and layered, dev images --- docs/index.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 25b2748..20d0124 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,10 +10,32 @@ This is an in-development project not intended for production use yet. ## Container images The primary output of this project is container images. The current -main development target is [Fedora ELN](https://docs.fedoraproject.org/en-US/eln/) -and there is one image built: +main development targets are [Fedora ELN](https://docs.fedoraproject.org/en-US/eln/) +and CentOS Stream 9. + +### Distribution locked images + +These images are intended to exactly match the content of the underlying distribution. - `quay.io/centos-boot/fedora-tier-1:eln` +- `quay.io/centos-boot/centos-tier-1:stream9` + +### Layered images + +There are also layered images; for more information on these, see +[the centos-boot-layered repository](https://github.com/CentOS/centos-boot-layered). + +### Development images + +Some components of this project move quickly, and it's often useful to see things +as they appear in git `main` instead of waiting for package releases. + +The following images track git main of selected components: + +- `quay.io/centos-boot/fedora-tier-1-dev:eln` +- `quay.io/centos-boot/centos-tier-1-dev:stream9` + +For more information, see [the dev repository](https://github.com/centos/centos-boot-dev). ## Trying it out