GoogleContainerTools / GoogleContainerTools/skaffold
`tryImportMissing` should be on a per-artifact basis
Open
kind/feature-request
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
`tryImportMissing` is useful to avoid expensive image rebuilds, but it's currently an all-or-nothing decision. For example, in a micro-service type app, where there may be an ML backends with a big model that might benefit from `tryImportMissing`, but the other services would still be better using our normal build-and-watch mechanism.
Contributor guide
Assessment
This issue has not been assessed yet.