Skip to content
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

Update dockerfile-maven-plugin to 1.4.3 to fix build problem #130

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

geomacy
Copy link
Contributor

@geomacy geomacy commented Nov 18, 2018

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)

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)
@tbouron
Copy link
Member

tbouron commented Nov 20, 2018

Tested, LGTM. Thanks @geomacy

@asfgit asfgit merged commit 3b1b9e5 into apache:master Nov 20, 2018
asfgit pushed a commit that referenced this pull request Nov 20, 2018
@geomacy geomacy deleted the upgrade-dockerfile-maven-plugin branch November 21, 2018 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants