You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: