-
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
kairos Earthly targets should expect a base image arg only #2026
Comments
Is this still relevant after #3069 ? |
It was meant to guarantee that no target will do anything other than converting between different types of artifacts. In other words, the base image would be built using only docker and the various earthly targets would simply generate the various artifacts from that (iso, raw images, uki, whatever) Our current plans are:
All in all, I don't think we should invest much time refactoring earthly targets. After all, we won't have earthly for too long. |
After this is done: #1897
we should no longer call
+base-image
in any target. They should all require a base image to be pre-built with just docker.After this story, our release pipelines should build the oci artifacts using only docker (no earthly).
The text was updated successfully, but these errors were encountered: