Mridula

Results 125 comments of Mridula

Thanks so much for the detailed explanation of the behavior! Trying to see if we can reproduce this locally. Do you happen to have a small reproducer or details on...

Thanks for creating the sample @Wallman. I will try this out to see how often this can be replicated. Additionally, at the very least, a better error message instead of...

@NitinSharma1991 similar to what was described above, to make Python binaries available to your Java application within the container, you can use Jib's `extraDirectories` feature to copy them into the...

Apologies for the delay, folks! Thanks for the suggestion @loosebazooka and making the edit @wwadge. Running the kokoro build.

Looks like we're getting a slightly different error message now: ``` com.google.cloud.tools.jib.gradle.GradleProjectPropertiesTest > testGetMajorJavaVersion_jvm11 SKIPPED com.google.cloud.tools.jib.gradle.JibExtensionTest > testProperties FAILED expected: \foo but was : C:\tmpfs\src\github\jib\jib-gradle-plugin\build\tmp\test\work\gradle1551860326683086368projectDir\foo at com.google.cloud.tools.jib.gradle.JibExtensionTest.testProperties(JibExtensionTest.java:525) ``` Hm it...

Thanks for your patience on this @bjornbugge! We've reviewed your [PR](https://github.com/GoogleContainerTools/jib/pull/4142). There are a few tests failing during to a checkstyle issue.

Thanks for the follow up @izogfi ! Reviewed #4204.

@rmannibucau Jib supports proxy settings through both [jvm system properties](https://github.com/GoogleContainerTools/jib/blob/9705c58e8dabcd851f9d53340f0771666698e601/docs/faq.md#how-do-i-configure-a-proxy) and the [maven settings.xml](https://github.com/GoogleContainerTools/jib/issues/1369). However the jvm configurations will take precedence over the maven settings. If you are still having...