Skip to content

Commit

Permalink
Update playground.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Feb 26, 2024
1 parent cf477e7 commit 4fa995f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ COPY --from=build ${DEPENDENCY}/BOOT-INF/classes /jifa
ADD https://raw.githubusercontent.com/wiki/eclipse/jifa/resources/playground/thread-dump-demo.log /demo/
ADD https://raw.githubusercontent.com/wiki/eclipse/jifa/resources/playground/gc-log-demo.log /demo/
ADD https://raw.githubusercontent.com/wiki/eclipse/jifa/resources/playground/heap-dump-demo.hprof.gz /demo/
ENTRYPOINT ["java","--add-opens=java.base/java.lang=ALL-UNNAMED","--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED","-Djdk.util.zip.disableZip64ExtraFieldValidation=true","-Dmat.oql.methodFilter=!*","-cp","jifa:jifa/lib/*","org.eclipse.jifa.server.Launcher","--jifa.role=standalone-worker","--jifa.storage-path=/jifa-storage","--jifa.input-files[0]=/demo/thread-dump-demo.log","--jifa.input-files[1]=/demo/gc-log-demo.log","--jifa.input-files[2]=/demo/heap-dump-demo.hprof.gz"]
ADD https://raw.githubusercontent.com/wiki/eclipse/jifa/resources/playground/jfr-demo.jfr demo/
ENTRYPOINT ["java","--add-opens=java.base/java.lang=ALL-UNNAMED","--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED","-Djdk.util.zip.disableZip64ExtraFieldValidation=true","-Dmat.oql.methodFilter=!*","-cp","jifa:jifa/lib/*","org.eclipse.jifa.server.Launcher","--jifa.role=standalone-worker","--jifa.storage-path=/jifa-storage","--jifa.input-files[0]=/demo/jfr-demo.jfr","--jifa.input-files[1]=/demo/thread-dump-demo.log","--jifa.input-files[2]=/demo/gc-log-demo.log","--jifa.input-files[3]=/demo/heap-dump-demo.hprof.gz"]

0 comments on commit 4fa995f

Please sign in to comment.