You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the fedora-bootc image is in the core user storage, and the disk image is in the german user (outside the podman machine). After getting a shell inside the podman container, I can run the fedora-bootc container:
podman run --rm --privileged -v "/home/german/.cache/podman-bootc/6f57b46c5b990e04bf490711e2746c5351b926a8ab0b35d0d3fe202dbe20229c/:/output" -it quay.io/centos-bootc/fedora-bootc:eln
Error: no such object: "0049a65c78d53fc999ef2623884d7c0ff5d141ca48e84839cd4818b648cdf36f"
ERROR Installing to disk: Gathering source info from container env: Task podman inspect failed: ExitStatus(unix_wait_status(32000))
https://gitlab.com/bootc-org/podman-bootc-cli/-/issues/8
Currently, to install to container we only have 2 options:
podman save ...
and (as root)podman load ...
, so copying the image from the user to root to do the installation.I think we can install the container without copying the image or requiring a rootful podman machine
The text was updated successfully, but these errors were encountered: