Skip to content

Instantly share code, notes, and snippets.

@imjasonh
Created January 27, 2020 14:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save imjasonh/c47497c18c1c14caef04fefdea5692ac to your computer and use it in GitHub Desktop.
Save imjasonh/c47497c18c1c14caef04fefdea5692ac to your computer and use it in GitHub Desktop.
ko failure
module example.com/foo/bar
go 1.13
package main
import "fmt"
func main() {
fmt.Println("hello")
}
image: ko://example.com/foo/bar
@imjasonh
Copy link
Author

$ KO_DOCKER_REPO=test ko resolve -f test.yaml --strict
2020/01/27 09:29:56 No matching credentials were found, falling back on anonymous
2020/01/27 09:29:56 error processing import paths in "test.yaml": error resolving image references: found strict reference but ko://example.com/foo/bar is not a valid import path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment