mirror of
https://github.com/ko-build/ko.git
synced 2024-12-12 08:54:09 +02:00
4342ceff74
When ko is invoked in this mode, import paths must have the `ko://` prefix. If a human marks an import path with `ko://` and ko can't resolve the resulting import path, it fails. In "loose mode", such an import path would be silently ignored and passed on to the resolved YAML, often resulting in invalid image names (e.g., `image: github.com/foo/bar`) In loose mode, `ko://` prefixes are always ignored for backward-compatibility. |
||
---|---|---|
.. | ||
daemon_test.go | ||
daemon.go | ||
default_test.go | ||
default.go | ||
doc.go | ||
future_test.go | ||
future.go | ||
options.go | ||
publish.go | ||
shared_test.go | ||
shared.go |