Holistic Iguana
Holistic Iguana
BBlueBuild
Created by Holistic Iguana on 4/30/2025 in #questions
Pulling manifest failed using rpm-ostree update
I generated an ISO from a remote image and installed it onto a VM. I'm running against the below issue. Any idea how I can sort this out?
student@fedora:~$ rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
Digest: sha256:a40c9d665b55d0ad6bbd59d8f1f2074e203bccf8a3615606a8ea97c363f8d622
Version: 42.20250429.0 (2025-04-30T06:30:36Z)

student@fedora:~$ rpm-ostree update
note: automatic updates (stage) are enabled
Pulling manifest: ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
error: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: lstat /run/install: no such file or directory
student@fedora:~$
student@fedora:~$ rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
Digest: sha256:a40c9d665b55d0ad6bbd59d8f1f2074e203bccf8a3615606a8ea97c363f8d622
Version: 42.20250429.0 (2025-04-30T06:30:36Z)

student@fedora:~$ rpm-ostree update
note: automatic updates (stage) are enabled
Pulling manifest: ostree-unverified-image:oci:/run/install/repo/joeri-os-latest
error: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: lstat /run/install: no such file or directory
student@fedora:~$
AFAIK the remote image location is wrong: oci:/run/install/repo/joeri-os-latest 😕
2 replies
BBlueBuild
Created by Holistic Iguana on 4/29/2025 in #questions
Generating an ISO from a local image built with Podman
I've built my image with Podman. How can I generate the ISO from the local image? bluebuild generate-iso seems to use the Docker engine.
10 replies