This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 575
Better feedback on error #119
Comments
+1 |
1 similar comment
+1 |
+1 Having an issue right now and troubleshooting is difficult without more visibility. It appears more specific error messages are returned in the body of the error. Is there any way this information can be returned in the stack trace? |
I have had the same issue. This happens because Docker build process doesn't like upper case letters in the image name. |
This looks like a duplicate of this issue. Closing this one. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently had an issue creating an image using the
docker-maven-plugin
. It was simply that theDockerfile
was not copied to the working directory but it only happened on the CI server. My problem here is that the feedback I got from Maven was not really useful at all:I don't know if it is possible to get more feedback from the docker daemon but that'll have been great to get the underlying error message
The text was updated successfully, but these errors were encountered: