GoogleContainerTools / GoogleContainerTools/skaffold

Jib 'cache checking' is too slow when there's many modules (eg microservices)

Open
#3,665 18 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.