iso build: error: pathspec 'tags/' did not match any file(s) known to git
Hello, I am trying to build an ISO for an image (that is not generated with Bluebuild, but does have a working container image). I was having problems with bootc-image-builder which led me here. However, I am getting "error: pathspec 'tags/' did not match any file(s) known to git" when I run the iso build. Any ideas?
1 Reply
ok, I figured out the problem, upstream JasonN3/build-container-installer tries to git clone lorax templates, however my OS uses a different versioning scheme than Fedora or RHEL. So, it tries to clone the branch for "f0". I actually stumbled across another problem where for rhel (alma) based distributions like mine you can't get it to use the rhel branch, so I'm gonna contribute a fix there