javacore-analyser 2.2.0.dev79__py3-none-any.whl → 2.2.0.dev84__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/METADATA +4 -4
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/RECORD +5 -5
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/WHEEL +0 -0
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/entry_points.txt +0 -0
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/licenses/LICENSE +0 -0
{javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: javacore_analyser
|
3
|
-
Version: 2.2.0.
|
3
|
+
Version: 2.2.0.dev84
|
4
4
|
Summary: The tool to review IBM Javacore files
|
5
5
|
Project-URL: Homepage, https://github.com/IBM/javacore-analyser
|
6
6
|
Project-URL: Issues, https://github.com/IBM/javacore-analyser/issues
|
@@ -318,13 +318,13 @@ You can type the following command to obtain the help:
|
|
318
318
|
Now you can type (http://localhost:5000/).
|
319
319
|
|
320
320
|
### Running container image
|
321
|
-
There is
|
321
|
+
There is a Docker/Podman container managed by one of projects developers. Use the following command
|
322
322
|
to start it:
|
323
323
|
|
324
|
-
`podman run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/
|
324
|
+
`podman run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/ibm/javacore-analyser:latest`
|
325
325
|
|
326
326
|
or
|
327
|
-
`docker run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/
|
327
|
+
`docker run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/ibm/javacore-analyser:latest`
|
328
328
|
|
329
329
|
The `mount` option specifies where you want locally to store the reports. The reports in the container are stored in
|
330
330
|
`/reports` directory. If you remove mount option, the application will work but the reports will not persist after
|
@@ -41,8 +41,8 @@ javacore_analyser/data/xml/javacores/javacore.xsl,sha256=5cnIp08Q9FccljHH8duoJQY
|
|
41
41
|
javacore_analyser/data/xml/threads/thread.xml,sha256=6dG89Whx1_kpEYVS_F6Upa2XuXnXorlQATFc8kD5Mfc,280
|
42
42
|
javacore_analyser/data/xml/threads/thread.xsl,sha256=rkqr5GQ2aZ_xrdhUjl2QZDCZ-09zxqUmtV8DFZVjTAA,13927
|
43
43
|
javacore_analyser/templates/index.html,sha256=aEuyry-HZ9HlQNwfbugugvqbSxwlo7LrQnrDmqO34YE,1682
|
44
|
-
javacore_analyser-2.2.0.
|
45
|
-
javacore_analyser-2.2.0.
|
46
|
-
javacore_analyser-2.2.0.
|
47
|
-
javacore_analyser-2.2.0.
|
48
|
-
javacore_analyser-2.2.0.
|
44
|
+
javacore_analyser-2.2.0.dev84.dist-info/METADATA,sha256=zm3qfItXYAVDO1Egg8dS80D4z8lc6l5pYwcvYNfkYDI,22213
|
45
|
+
javacore_analyser-2.2.0.dev84.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
46
|
+
javacore_analyser-2.2.0.dev84.dist-info/entry_points.txt,sha256=W3S799zI58g5-jWMsC3wY9xksz21LPEMYOILv8sayfM,160
|
47
|
+
javacore_analyser-2.2.0.dev84.dist-info/licenses/LICENSE,sha256=xllut76FgcGL5zbIRvuRc7aezPbvlMUTWJPsVr2Sugg,11358
|
48
|
+
javacore_analyser-2.2.0.dev84.dist-info/RECORD,,
|
File without changes
|
{javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/entry_points.txt
RENAMED
File without changes
|
{javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/licenses/LICENSE
RENAMED
File without changes
|