-
Notifications
You must be signed in to change notification settings - Fork 97
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
✨ Use framework images built on new repo #2074
Conversation
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
@@ -184,15 +188,6 @@ ARG MODEL | |||
ARG REGISTRY_AND_ORG="quay.io/kairos" | |||
ARG K3S_VERSION | |||
ARG TARGETARCH | |||
ARG OS_NAME=kairos-${VARIANT}-${FLAVOR}-${FLAVOR_RELEASE} |
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.
these changes were just because the files were not updated with the latest changes in the Dockerfile.kairos image. I will try to get back to the base images ticket to avoid having this issues
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.
Nice. I wonder if we should provide luet in the framework image if it's a dependency. After all we add all Kairos bits and bops by this so let feels like it should be bundled
Signed-off-by: Mauro Morales <[email protected]>
Generic images don't reflect it anymore so this can be considered part of the version Signed-off-by: Mauro Morales <[email protected]>
Fixes #1975