-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on mvn package #89
Comments
Hi @atomotic, Could you please attach the stacktrace and any additional info for that Maven run? You can re-run using I think the issue here is that the |
i see
related to: |
upgrade to dockerfile-maven-plugin 1.4.3 fix the issue, now the build works and also the docker image is ready. https://github.com/dlcs/elucidate-server/blob/develop/elucidate-server/pom.xml#L30 |
fixes packaging issue on macos dlcs#89
Hi @workergnome, can you attempt a build now using the |
running |
Building on OSX I get ``` [ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.0:build (default) on project brooklyn-dist: Could not build image: com.spotify.docker.client.shaded.com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.spotify.docker.client.messages.RegistryAuth` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('osxkeychain') [ERROR] at [Source: UNKNOWN; line: -1, column: -1] (through reference chain: java.util.LinkedHashMap["credSstore"]) ``` Updating the plugin to 1.4.3 per the comment below fixed this issue for me. dlcs/elucidate-server#89 (comment)
trying to build the develop branch:
[ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.0:build (default) on project elucidate-server: Could not build image: com.spotify.docker.client.shaded.com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.spotify.docker.client.messages.RegistryAuth` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('enabled')
The text was updated successfully, but these errors were encountered: