Mridula
Mridula
@MrLiuzy To understand a bit better, do we get the same error when you run `mvn clean package jib:build` as instructed in the error message?
@ichwansh03 Friendly ping on this. We don't define tomcat as the default base image (See https://github.com/GoogleContainerTools/jib/blob/master/docs/default_base_image.md). Would it be possible for you to share your jib-maven-plugin setup so that we...
@rockflo Are you still experiencing this issue? From https://github.com/GoogleContainerTools/jib/issues/4310#issuecomment-2370862797 it looks like you've been unblocked so closing this ticket for now. Please feel free to reopen if that's not the...
PR for docs created: https://github.com/GoogleContainerTools/jib/pull/4394
Additionally to get you unblocked, can you include a fake java file in the module to work around this issue?
@salvalabajos Thanks for the analysis and providing a workaround to demonstrates how the `jib.container.entrypoint` can be leveraged in case you don't want to rely on the default entrypoint. Adding in...
@Abhijeetmishr Thanks for reaching out. We are accepting contributions for this issue.
Running into: ``` > Task :sdks:java:io:google-cloud-platform:test FAILED > Task :sdks:java:io:google-cloud-platform:integrationTest SpannerChangeStreamIT > testReadSpannerChangeStreamFilteredByTransactionTag FAILED java.lang.AssertionError at SpannerChangeStreamIT.java:227 Caused by: java.lang.AssertionError at SpannerChangeStreamIT.java:233 SpannerChangeStreamIT > testReadSpannerChangeStreamWithAuthorizedRole FAILED java.lang.AssertionError at SpannerChangeStreamIT.java:162 Caused...