GoogleContainerTools / GoogleContainerTools/skaffold
Jib 'cache checking' is too slow when there's many modules (eg microservices)
Open
area/build
area/performance
build/jib
kind/feature-request
priority/p3
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Many times ./gradlew ... is called - this is overkill even with Gradle daemon!
Much faster is running Jib manually:
```yaml
custom:
buildCommand: ./gradlew :project:path:jibDockerBuild --image $IMAGE
```
Single call to ./gradlew should be enough for whole build.
Contributor guide
Assessment
This issue has not been assessed yet.