Dylan Werner-Meier
Dylan Werner-Meier
Hello, I think I just encountered this problem: I am building a docker image for a war on a custom wildfly image ; the app is put in the /opt/jboss/wildfly/standalone/deployments/...
Maybe I misunderstood your comment, how would symlinks help with permissions ? I am not using a standard jboss image, but close (we rebuilt it with minor tweaks). A possible...
Hello @loosebazooka , > (didn't realize exploded war)? Yes. I don't know if it's a bug or not, but if I try to configure packaged, JIB gives the following: >...
Hello @chanseokoh, > > Execution default-cli of goal com.google.cloud.tools:jib-maven-plugin:1.8.0:dockerBuild failed: packaged containerizing mode for WAR is not yet supported > > Don't set `packaged` for a WAR project. Jib already...
> What is the difference? I guess the difference is in the first form, you can't add more elements to `s2`, whereas in the the second one you can add...
Hello @tobz , thanks for the feedback My use case is to use vector's `prometheus_scrape` to scrape k8s metrics. This requires authentification, given by a token file that might be...
Hello, Your problem is that `index.search.hostname` is supposed to only contain the hostname(s), not the hostname+port. The port has to go in the `index.search.port` property.