-
Notifications
You must be signed in to change notification settings - Fork 8
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
Drop luet, image extractor, drop build code and multiarch images #20
Conversation
52e275e
to
a774a4e
Compare
- drop luet - use image extractor for pulling images instead of luet - drop channel sources - introduce archfor images - drop build commands and useless code no needed - add pull-image command Signed-off-by: Itxaka <[email protected]>
Signed-off-by: Itxaka <[email protected]>
This needs a docs update as we no longer support the auth flags for upgrade. We now support any type of docker auth that docker provides and it extends to anything using the pull, i.e. install,upgrade,pull-image So it will look into: ~/.docker/config.json, or %USERPROFILE%.docker\config.json by default In that given order. So we need to document this after this is merged |
docs PR here kairos-io/kairos-docs#9 |
Co-authored-by: Mauro Morales <[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.
w00t w00t 👏
@@ -343,12 +343,11 @@ var _ = Describe("Install action tests", func() { | |||
|
|||
It("Fails if luet fails to unpack image", Label("image", "luet", "unpack"), func() { |
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.
the description should no longer mention "luet" I guess
Signed-off-by: Itxaka [email protected]