-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize on OCI images in test-suite
Instead of manually bootstrapping our own base "image" using a host specific script, just use the official, prebuilt OCI images with Podman/Docker. This has several advantages: - Standard, ubiquitous OCI images (easy support for other distros) - No manual setup of DNF, RPM macros, user namespaces and whatnot - Single recipe (Dockerfile) for both the local and CI purposes - Outsourced image caching (Podman storage) - Faster (just downloads the prebuilt image) - Less dependencies on the host Now that we've prepared mktree.podman for local use, just switch to it in cmake and remove the Fedora backend. Update the docs and comments accordingly, too, those should explain the details. Fixes: #2643
- Loading branch information
Showing
5 changed files
with
59 additions
and
233 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ | |
|
||
/_build | ||
/docs/_site | ||
/mktree.* |
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
This file was deleted.
Oops, something went wrong.
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