-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for (weakly)
lifecycle bound
podman images
This is a working PoC implementation of part of #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]>
- Loading branch information
Showing
6 changed files
with
251 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
Oops, something went wrong.