Skip to content

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

@iirekm

Description

@iirekm

Many times ./gradlew ... is called - this is overkill even with Gradle daemon!

Much faster is running Jib manually:

   custom: 
        buildCommand: ./gradlew :project:path:jibDockerBuild --image $IMAGE

Single call to ./gradlew should be enough for whole build.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions