Description of problem: The following is just being listed but not appended to the satellite_images file to be imported later on: ~~~ $ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-dashboard-rhel9 $ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-rhel9 $ sudo podman search --limit 1000 "registry.redhat.io/openshift" | grep ose-prometheus ~~~ The instructions go like: $ sudo podman search --limit 1000 "registry.redhat.io/rhosp-rhel9" --format="{{ .Name }}" | sort > satellite_images $ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-dashboard-rhel9 $ sudo podman search --limit 1000 "registry.redhat.io/rhceph" | grep rhceph-5-rhel9 $ sudo podman search --limit 1000 "registry.redhat.io/openshift" | grep ose-prometheus There is no point in searching for these 3 if we don't do anything with them. URL: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/17.1-beta/html-single/installing_and_managing_red_hat_openstack_platform_with_director/index#proc_preparing-a-satellite-server-for-container-images_preparing-for-director-installation