-
Notifications
You must be signed in to change notification settings - Fork 406
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
Can we combine ko.local and --bare ? #807
Comments
v0.12 fixed a bug with KO_DOCKER_REPO=ko.local/foo which might be what you're describing. That should work and if not it's a bug we should fix |
Looks like it’s a bug, I’m using |
I've confirmed this behavior, and I believe it's a bug:
This should be |
Thanks for confirming the bug @imjasonh |
@imjasonh can this come from this ko/pkg/commands/options/publish.go Line 37 in 516cae1
|
Support for There seem to be a few lingering places where code assumes local images will be pushed to exactly Line 62 in 9a1eae8
(for local base images, unrelated to this issue) It looks like the issue is here: Line 72 in 9a1eae8
Line 175 in 9a1eae8
...but then I've got a fix I'll send out shortly. |
Is this possible to combine
ko.local
with--bare
options to produce an image in the formko.local/something
?It looks like setting
KO_DOCKER_REPO=ko.local/something
produces an image with the nameko.local
.The text was updated successfully, but these errors were encountered: