This message was deleted.
# elemental
a
This message was deleted.
w
Hi Sweta! Yes, the stable artifacts have been moved to registry.suse.com.. will try to find the new link and update!
You can try with the update in https://github.com/rancher/elemental/pull/1070 👍
b
Thanks a lot @witty-table-40840
Now i am able pull the image but its getting stuck in ISO build and not coming out. I even when inside the container ran the xorriso command it worked in few minutes but while running elemental-iso-add-registration it is stuck there for hours. It will helpful if you can check. Thanks in advance!! sudo ./elemental-iso-add-registration initial-registration.yaml /tmp/custom.iso Pulling artifacts from isvRancherElemental:Stable OBS project Info: Using docker to run the ISO builder... latest: Pulling from rancher/seedimage-builder Digest: sha256:c2af0ea96a72afa973e787ea5351b407630a89b08016c42725de3f64d18f7c73 Status: Image is up to date for registry.suse.com/rancher/seedimage-builder:latest registry.suse.com/rancher/seedimage-builder:latest 2023/10/30 091450 Serving '/' on port 80
w
Looks like we need to change the entrypoint for the container as well!
This should do it @blue-farmer-46993: https://github.com/rancher/elemental/pull/1072
b
thank you