-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable bootstrap container for CentOS Stream 10
Since CentOS Stream 10 hasn't been released yet, the container image exists but is using the tag stream10-development instead of stream10. At some point (probably the release announcement) it will start using the stream10 tag. This image is "ready" (i.e. python3-dnf-plugins-core is pre-installed). Relates: #1442
- Loading branch information
1 parent
cf1cb13
commit 225a633
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
The CentOS Stream 10 configuration has been updated to use | ||
`quay.io/centos/centos:stream10-development` as its bootstrap image. Since | ||
this image [already has the `python3-dnf-plugins-core` package | ||
installed](https://issues.redhat.com/browse/CS-2506), the configuration is also | ||
updated to set `bootstrap_image_ready = True`. This means the image can be | ||
used "as is" to bootstrap the DNF stack without installing any additional | ||
packages into the prepared bootstrap chroot, significantly speeding up | ||
bootstrap preparation. |