openzipkin-attic / docker-zipkin-dependencies

Docker build for zipkin-dependencies.
Apache License 2.0
22 stars 4 forks source link

Corrupt JAR file #10

Open llinder opened 8 years ago

llinder commented 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.

jcarres-mdsol commented 8 years ago

We are hit by this issue also

Coalla commented 7 years ago

I dated with this problem today

UncleBarney commented 7 years ago

I ran into this issue today

bkleef commented 7 years ago

Same here, fixed by docker pull quay.io/openzipkin/zipkin-dependencies:1.5.4.