Skip to content

Commit

Permalink
docs: Reorder base image bits
Browse files Browse the repository at this point in the history
This is a bit clearer.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Nov 7, 2023
1 parent 9c7f1e6 commit 41574e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ You can also build this project like any other Rust project, e.g. `cargo build -

Many users will be more interested in base (container) images.

To build base images "from scratch", see [bootc-images.md](bootc-images.md).

For pre-built base images:

* [Fedora CoreOS](https://quay.io/repository/fedora/fedora-coreos) can be used as a base image; you will need to [enable bootc](https://github.com/coreos/rpm-ostree/blob/main/docs/bootc.md) there.
* There is also an in-development [centos-boot](https://github.com/centos/centos-boot) project.

However, bootc itself is not tied to Fedora derivatives; [this issue](https://github.com/coreos/bootupd/issues/468) tracks the main blocker for other distributions.

To build base images "from scratch", see [bootc-images.md](bootc-images.md).

### Deriving from and switching to base images

A toplevel goal is that *every tool and technique* a Linux system
Expand Down

0 comments on commit 41574e4

Please sign in to comment.