@phillxnet Sure, I’m actually a devops engineer by day.
Honestly the biggest snag for me was using the opensuse desktop. I didn’t even know how to copy paste in that thing. After reinstalling opensuse with gnome it was a breeze. The second biggest problem (albeit not at all hard for my skill level) was I needed to start sshd, allow it through the firewall, and allow password login so I could scp out the iso. Other than that everything was copy pasted.
I do see a lot of room for improvement in this though. There’s no reason (that I see) as to why it all can’t be containerized and scripted, so the only thing the end user would need to know how to do is install docker, run a command, and have the iso appear.
I’m also not sure what kind of pipeline you have setup for your builds, if any at all. I’d be open to creating an end user pipeline for this or even replace something that could be used both in your pipeline and by the end user, but ideally every single build you all make should output an iso, so the end user would never have to run anything, but I’m sure you already know this.