-
Notifications
You must be signed in to change notification settings - Fork 403
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
Regression after v0.12.0
when building with -L
#927
Comments
Perhaps unsurprisingly this is the offending commit: e03e444 |
This issue is stale because it has been open for 90 days with no |
#1017 might have fixed this? |
@imjasonh IMHO still a slightly breaking change, see: # v0.12.0
ko build -L -B ./publisher
2023/04/26 08:41:03 Using base distroless.dev/static:latest@sha256:6eba22e915f5859b03512dba29eb3ff6ae63a940c83783a0ac64eb0fb58cc356 for k8s-meetup-04-05-2023/publisher
2023/04/26 08:41:04 Building k8s-meetup-04-05-2023/publisher for linux/amd64
2023/04/26 08:41:05 Loading ko.local/publisher:d7e2e06cce0caed21af282caca0ee1b40b2d64ad0311dd61f217b45834c9ca50
2023/04/26 08:41:06 Loaded ko.local/publisher:d7e2e06cce0caed21af282caca0ee1b40b2d64ad0311dd61f217b45834c9ca50
2023/04/26 08:41:06 Adding tag latest
2023/04/26 08:41:06 Added tag latest
ko.local/publisher:d7e2e06cce0caed21af282caca0ee1b40b2d64ad0311dd61f217b45834c9ca50 vs # HEAD
ko build -L -B ./publisher
2023/04/26 08:41:51 Using base cgr.dev/chainguard/static:latest@sha256:6eba22e915f5859b03512dba29eb3ff6ae63a940c83783a0ac64eb0fb58cc356 for k8s-meetup-04-05-2023/publisher
2023/04/26 08:41:52 Building k8s-meetup-04-05-2023/publisher for linux/amd64
2023/04/26 08:41:52 Loading kind.local/publisher:2afab5ac136bb98d48c9b9cdee9b125ceff6fe2a27e0a77dd7957ec698c0fd1e
2023/04/26 08:41:53 Loaded kind.local/publisher:2afab5ac136bb98d48c9b9cdee9b125ceff6fe2a27e0a77dd7957ec698c0fd1e
2023/04/26 08:41:53 Adding tag latest
2023/04/26 08:41:53 Added tag latest
kind.local/publisher:2afab5ac136bb98d48c9b9cdee9b125ceff6fe2a27e0a77dd7957ec698c0fd1e Note the different registry names being used, i.e., |
This issue is stale because it has been open for 90 days with no |
I have
KO_DOCKER_REPO
set tokind.local
but-L
should ignore that:The text was updated successfully, but these errors were encountered: