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

Add support for (weakly) "lifecycle bound" podman images #559

Closed
wants to merge 1 commit into from

Commits on May 22, 2024

  1. Add support for (weakly) lifecycle bound podman images

    This is a working PoC implementation of part of
    containers#128
    
    Demo:
    
    ```
    $ cat Containerfile
    FROM localhost/bootc
    COPY *.image /usr/share/containers/systemd
    $ cat foo.image
    [Container]
    Image=quay.io/centos/centos:stream9
    $ podman build -t localhost/testbootc .
    $ podman-bootc run localhost/testbootc
    ...
    [root@ibm-p8-kvm-03-guest-02 ~]# podman images
    REPOSITORY             TAG         IMAGE ID      CREATED       SIZE
    quay.io/centos/centos  stream9     75a875ea6cd8  43 hours ago  163 MB
    [root@ibm-p8-kvm-03-guest-02 ~]#
    ```
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9f77320 View commit details
    Browse the repository at this point in the history