-
Epic
-
Resolution: Done
-
Critical
-
None
-
Add support for pulling containers from a local container storage
-
Done
-
image-builder-1
-
40
-
False
Goal:
- Add support for pulling containers from a local container storage
Acceptance Criteria:
This works:
podman build -t my-own-derived-container-image podman run [flags] bootc-image-builder localhost/my-own-derived-container-image
Note that we will probably need to add something like -v /var/lib/containers/storage:/var/lib/containers/storage to the [flags]. This is fine, there is no other way.
This scenario is covered by automated tests