Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require podman #5285

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Require podman #5285

merged 1 commit into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. install-img-deps: Require podman

    This is prep for supporting bootc:
    rhinstaller#5197
    
    A big part of the idea with bootc is that with `bootc install`,
    a container image can *install itself*:
    https://github.com/containers/bootc/blob/main/docs/install.md
    
    This will longer term replace the `ostreecontainer` verb.
    
    However even beyond that, having podman on the (smaller netinst,
    as well as bigger DVD) installer ISO will just generally be
    useful for a variety of things.  For example,
    one can now do e.g.:
    
    ```
    %post --no-chroot
    podman run ...
    ```
    
    Which unblocks a lot of things!  (Some of which admittedly will
    be hacks, but that's what a lot of `%post` is...)
    
    Having a container runtime in the Live ISO is a very key
    feature of the Fedora CoreOS (and RHEL CoreOS) Live ISOs,
    and this brings Anaconda closer to parity too.
    cgwalters committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ccb3475 View commit details
    Browse the repository at this point in the history