docker-images
docker-images copied to clipboard
Error: Invalid or corrupt jarfile /app.jar
docker run -p 8080:8080 -t 770727c11311
Error: Invalid or corrupt jarfile /app.jar
I am using the following sample app to make my own docker image https://github.com/spring-guides/gs-spring-boot-docker.git
docker image builds successfully. and working fine with my laptop with docker terminal for windows 10. but the same image pushed to gitlab docker registry. and using my VPS Centos server. it is getting the same error. Please help me. Or even pulling to same docker image to docker terminal for windows 10. getting the same error.
DILEEP
Do you use Git LFS?