Tags: halvards/ko
Tags
Fix GOROOT mismatch issues (ko-build#303) Print a warning if GOROOT is unset and ko's default build context differs from $(go env GOROOT) and use the result of $(go env GOROOT).
Fix ko login (ko-build#299) This was missed when main.go was moved to the root.
Move ko binary to root of project. (ko-build#257) * Move ko binary to root of project. * go.mod says required golang version is 1.14 * go install uses the folder name * lint and copyright bump * moving the test file changed the test hash. * more refs of cmd/test * add deprecation message
Revert "Remove docs for Strict Mode and --strict flag (ko-build#210)" (… …ko-build#241) This reverts commit d7b989a.
Merge pull request ko-build#198 from google/ImJasonH-patch-1 Fix API Versions in README.md
Make Tarball publisher types private and return Interface. (ko-build#182 )
Fix -P with passing ko:// through. (ko-build#163) Turns out I broke this. Thanks to @bobcatfish for reporting the issue. With this change: ``` ko resolve -Pf cmd/ko/test/test.yaml > /dev/null 2020/05/04 08:44:35 Using base gcr.io/distroless/static:nonroot for github.com/google/ko/cmd/ko/test 2020/05/04 08:44:36 Building github.com/google/ko/cmd/ko/test 2020/05/04 08:44:37 Publishing gcr.io/mattmoor-knative/github.com/google/ko/cmd/ko/test:latest 2020/05/04 08:44:39 Published gcr.io/mattmoor-knative/github.com/google/ko/cmd/ko/test@sha256:ee655510172b429dbce619fc69677621d71cb824cbbf2a21746d700127257ec4 ``` I can cut v0.5.1 once this lands.
PreviousNext