You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2018/11/20 09:22:47 UTC

[1/2] brooklyn-dist git commit: Update dockerfile-maven-plugin to 1.4.3 to fix build problem

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 <ge...@gmail.com>
Authored: Sun Nov 18 23:04:45 2018 +0000
Committer: Geoff Macartney <ge...@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>


[2/2] brooklyn-dist git commit: This closes #130

Posted by tb...@apache.org.
This closes #130


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

Branch: refs/heads/master
Commit: b84ef9498c17a82d97f173b6ec007ecf24a777cc
Parents: f723e57 3b1b9e5
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Tue Nov 20 09:22:42 2018 +0000
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Tue Nov 20 09:22:42 2018 +0000

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