I got the error: [error, com.lightbend.rp.reactivecli.Main$] Failed to obtain Docker config for clustered-impl:0.0.1, minimum sbt-reactive-app version is 1.1.0, docker image was built using 0.6.1
My fix was to update sbt-reactive-app's version in project/plugins.sbt to be 1.1.0. Perhaps you can look into this and use the right version?