Open llinder opened 8 years ago
java -jar zipkin-dependencies.jar fails with "Error: Invalid or corrupt jarfile zipkin-dependencies.jar"
Running the docker container locally and inspecting the JAR file shows that it consists of:
{ "errors" : [ { "status" : 404, "message" : "Could not find resource" } ] }
Running the curl command used in the Dockerfile does download a valid JAR file. My suspicion is that it might be a timing thing between the zipkin-dependencies build and the docker-zipkin-dependencies build.
We are hit by this issue also
I dated with this problem today
I ran into this issue today
Same here, fixed by docker pull quay.io/openzipkin/zipkin-dependencies:1.5.4.
docker pull quay.io/openzipkin/zipkin-dependencies:1.5.4
java -jar zipkin-dependencies.jar fails with "Error: Invalid or corrupt jarfile zipkin-dependencies.jar"
Running the docker container locally and inspecting the JAR file shows that it consists of:
Running the curl command used in the Dockerfile does download a valid JAR file. My suspicion is that it might be a timing thing between the zipkin-dependencies build and the docker-zipkin-dependencies build.