pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
466 stars 228 forks source link

pinpoint-{web, collector} 3.0.1 Docker image is broken #225

Closed jakeinflab closed 3 weeks ago

jakeinflab commented 3 weeks ago

pinpoint-web

+ exec java -jar /pinpoint/pinpoint-web-boot.jar --spring.config.additional-location=/pinpoint/config/pinpoint-web.properties
Error: Invalid or corrupt jarfile /pinpoint/pinpoint-web-boot.jar

pinpoint-collector

+ exec java -jar /pinpoint/pinpoint-collector-boot.jar --spring.config.additional-location=/pinpoint/config/pinpoint-collector.properties --pinpoint.collector.type=ALL
Error: Invalid or corrupt jarfile /pinpoint/pinpoint-collector-boot.jar
kojandy commented 3 weeks ago

Hello, could you explain in detail how you are executing the images? I was unable to reproduce the issue.

jakeinflab commented 3 weeks ago

Sorry, I was using an older version of docker-compose-metric.yml, so that image is not correct. I found that the 3.0.1 version of the images has not been uploaded yet. I'll be closing this issue. Thanks.