forked from rpm-software-management/mock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hermetic: do "podman pull" instead of "podman pull" for bootstrap
The previous `podman load` logic worked almost identically, but if we use `podman pull oci-archive:<tarball>` instead, we may avoid the additional logic behind `skip_pull` (we simply always pull, even though we are offline). Also, we no longer have to hard-code the `bootstrap_image` to value which is not correct, IOW we no longer "pretend" we build from the original image (e.g., from 'registry.fedoraproject.org/fedora:rawhide') when we actually build from a re-imported bootstrap. And these are not 100% the same images: containers/podman#18809
- Loading branch information
Showing
3 changed files
with
4 additions
and
18 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
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