-
Notifications
You must be signed in to change notification settings - Fork 407
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
Tarball output format? #128
Comments
I think that's pretty reasonable. We had some relevant discussion here: #95 If you wanna work around this today and have docker installed, you could roundtrip it through the daemon, e.g.:
|
That's a nice workaround! Although, I suspect this doesn't work for most use-cases, where the Docker daemon isn't available. This happens to be my use-case as well. |
Yeah this is one of the main benefits of |
It would be really useful if ko could output images in the tarball format, similar to what you get with
docker save
. Ideally, ko could output a release.yaml, but output image tarballs rather than publishing them (perhaps writing the tarball to disk?)Many other tools that build images support outputting
docker save
-format tarballs; for instance:The text was updated successfully, but these errors were encountered: