-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove tools image references and opt for auroraboot #192
Conversation
5b35976
to
cbef773
Compare
because it has been merged with auroraboot here: kairos-io/AuroraBoot#110 as part of kairos-io/kairos#1633 Signed-off-by: Dimitris Karakasilis <[email protected]>
cbef773
to
d186dc7
Compare
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good but Im worried about bundling the osbuilder tools with the controller changes...
When the user says "--output mydir" they really expect the artifacts to be in `mydir`, not in `mydir/build`. See also: - kairos-io/osbuilder#192 (comment) - kairos-io/kairos-docs#311 (comment) Signed-off-by: Dimitris Karakasilis <[email protected]>
When the user says "--output mydir" they really expect the artifacts to be in `mydir`, not in `mydir/build`. See also: - kairos-io/osbuilder#192 (comment) - kairos-io/kairos-docs#311 (comment) Signed-off-by: Dimitris Karakasilis <[email protected]>
When the user says "--output mydir" they really expect the artifacts to be in `mydir`, not in `mydir/build`. See also: - kairos-io/osbuilder#192 (comment) - kairos-io/kairos-docs#311 (comment) Signed-off-by: Dimitris Karakasilis <[email protected]>
When the user says "--output mydir" they really expect the artifacts to be in `mydir`, not in `mydir/build`. See also: - kairos-io/osbuilder#192 (comment) - kairos-io/kairos-docs#311 (comment) Signed-off-by: Dimitris Karakasilis <[email protected]>
When the user says "--output mydir" they really expect the artifacts to be in `mydir`, not in `mydir/build`. See also: - kairos-io/osbuilder#192 (comment) - kairos-io/kairos-docs#311 (comment) Signed-off-by: Dimitris Karakasilis <[email protected]>
because it has been fixed here: kairos-io/AuroraBoot#115 Signed-off-by: Dimitris Karakasilis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 184:
"/raw-images.sh /rootfs /artifacts/%s.raw",
need to replace "/raw-images.sh" as the file was removed.
Because the tools image has been merged to the auroraboot one here: kairos-io/AuroraBoot#110
Part of kairos-io/kairos#1633
Fixes kairos-io/kairos#1634 and kairos-io/kairos#1635