-
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
KO not authenticating against the target docker registry/repo #90
KO not authenticating against the target docker registry/repo #90
Comments
And you're able to "docker push" just fine with this config? |
yes, but i specify a specific repo when i push, like |
Weird! Don't paste the output without censoring it (contains credentials), but if you run this:
Does it succeed? Is the Username |
no, it does not succeed...
|
Hmm... what about:
Possibly hitting google/go-containerregistry#456 (comment) |
yeah, that does
|
Awesome, thanks for helping me debug this! I'm going to try to land a proper fix for this upstream soon but if that takes too long I'll add a simple workaround for dockerhub. |
Fixes ko-build#90
Fixes ko-build#90 This picks up an auth rewrite.
Didn't realize I could close issues cross-repo! |
do i get latest just be running |
I'm just going to merge it and we'll roll back if I break the world, then it will be a lot easier to try. |
Fixes #90 This picks up an auth rewrite.
sorry, but i'm still seeing the 401 response, but i did see any error (below in steps) after running steps
follow steps executed from ~/go/src/knative.dev/eventing-contrib
|
It seems like installing it didn't actually work?
|
looks like it was built successfully |
Can you try cloning repo and running |
sorry, |
@jonjohnsonjr I believe it's not fully working yet. |
After successfully using KO to build the NATS channel controller and dispatcher, KO failed to deploy the image to the target registry, in this case, docker.io
below are the execution steps to replicate this issue
KO_DOCKER_REPO
=pkaisharis
[account name]ko apply -f natss/config
Below is the docker.io auth config from
.docker/config.json
The text was updated successfully, but these errors were encountered: