Mridula
Mridula
Can you verify if it's available in the build script by using this [setup](https://github.com/GoogleContainerTools/jib-extensions/issues/133#issuecomment-1218307422)? Additionally, are you experiencing this when using particular `gradlew` version?
`ci/ showcase (21)` ``` Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request POST http://localhost:7469/v1beta1/repeat:body {"error":{"code":400,"message":"error reading body params '*': proto: syntax error (line 1:513): invalid value \u0000","details":null,"Body":"","Header":null,"Errors":null}} at com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293) at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118) at...
Adding some observations on times to understand where the delays are coming from: From https://github.com/googleapis/sdk-platform-java/pull/2581 Building sdk-platform-java dependencies: 02:02 min **Showcase** Run showcase tests: 2 mins Generate native image: 11...
Closing this issue given the context provided in https://github.com/googleapis/google-api-java-client-services/issues/19919#issuecomment-1994640580. Please feel free to re-open this issue if you think this is still an issue related to the client library.
Thanks for the question! The error appears to be caused by the presence of duplicate dependencies in the project. If you're able to share this information, is it possible to...
Thanks for the clarification and link @SgtSilvio
[jib-maven-plugin:3.4.3](https://repo1.maven.org/maven2/com/google/cloud/tools/jib-maven-plugin/3.4.3/), [jib-gradle-plugin:3.4.3](https://plugins.gradle.org/plugin/com.google.cloud.tools.jib) and [jib-core:0.27.1 ](https://repo1.maven.org/maven2/com/google/cloud/tools/jib-core/0.27.1/)have been released with a fix for this! When building to the local docker daemon, Jib now selects the image with os and architecture matching the...
@chanseokoh Assigned this to myself. @beskow My initial hypothesis was that this may have been caused due to some unconventional log warnings we added but this is really helpful information...
jib-maven-plugin 3.4.4 has been released (https://github.com/GoogleContainerTools/jib/releases) to address https://github.com/GoogleContainerTools/jib/issues/4265 and https://github.com/GoogleContainerTools/jib/issues/4265. Please let us know if you're running into any further issues!