We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have issues deploying the labs.
For example with https://github.com/GoSecure/xxe-workshop/tree/master/21_rssviewer_xxe
I can build successfully:
But the container will crash at runtime:
Would that be because the application is too old and unmaintained and the gradle version too recent?
➜ java -version Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=gasp openjdk version "1.8.0_372" OpenJDK Runtime Environment (build 1.8.0_372-b07) OpenJDK 64-Bit Server VM (build 25.372-b07, mixed mode) ➜ gradle --version Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=gasp ------------------------------------------------------------ Gradle 8.1.1 ------------------------------------------------------------ Build time: 2023-04-21 15:50:53 UTC Revision: <unknown> Kotlin: 1.8.10 Groovy: 3.0.15 Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021 JVM: 1.8.0_372 (Oracle Corporation 25.372-b07) OS: Linux 6.3.6-arch1-1 amd64 ➜ grep PRETTY_NAME /etc/os-release PRETTY_NAME="Arch Linux"
The text was updated successfully, but these errors were encountered:
Would that be better to build the app inside the container especially if it requires old build tools and java versions?
Sorry, something went wrong.
No branches or pull requests
I have issues deploying the labs.
For example with https://github.com/GoSecure/xxe-workshop/tree/master/21_rssviewer_xxe
I can build successfully:
But the container will crash at runtime:
Would that be because the application is too old and unmaintained and the gradle version too recent?
Env
The text was updated successfully, but these errors were encountered: