Jan Schintag
Jan Schintag
@jlebon Sure. So the Problem with building RHCOS SE Images is, that we need to use the global hostkey which we are not allowed to leave unprotected, nor simply hand...
> Expanding on @cgwalters's comment: AIUI this design would leave a key step of the SE image build process invisible to RHCOS developers and versioned independently of cosa. I don't...
> Couldn't the `create_disk.sh` in this repo be parameterized to allow omitting the steps that SE needs to defer? That is also an option, my thought process was more along...
I have moved the changes to create_disk.sh into this PR. I'm not sure if it makes sense or not to move the 2 scripts for the buildVM in this PR...
To summarize the discussion we had: - Move genprotimg scripts from pipeline to coreos-assembler - Change enviroment variables to argument - Generally make call more "native" and include all necessary...
I have made the changes and tested them. They do not break the "normal/development" way of building SE Images. Additionally, what i just want to put here so it isn't...
Good to know, thank you
I found some problem where my temporary img-file is not created in the tmp folder
Fixed it by moving the whole codeblock to later in the code after `prepare_build`
I rebased the PR again to current main. Since the PR is ready for review, can i get the ok-to-test?