Repository: brooklyn-dist
Updated Branches:
  refs/heads/master f723e574b -> b84ef9498


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

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.

https://github.com/dlcs/elucidate-server/issues/89#issuecomment-411219914


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/3b1b9e5b
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/3b1b9e5b
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/3b1b9e5b

Branch: refs/heads/master
Commit: 3b1b9e5b53241c6ed4201919d0718e974f3b314c
Parents: f723e57
Author: Geoff Macartney <geoff.macart...@gmail.com>
Authored: Sun Nov 18 23:04:45 2018 +0000
Committer: Geoff Macartney <geoff.macart...@gmail.com>
Committed: Sun Nov 18 23:04:45 2018 +0000

----------------------------------------------------------------------
 dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/3b1b9e5b/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 22d6de1..b634117 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -126,7 +126,7 @@
             <plugin>
                 <groupId>com.spotify</groupId>
                 <artifactId>dockerfile-maven-plugin</artifactId>
-                <version>1.4.0</version>
+                <version>1.4.3</version>
                 <executions>
                     <execution>
                         <id>default</id>

Reply via email to