最近在使用指令:

mvn docker:build

部署项目至docker的时候产生以下所示的错误:

Failed to execute goal com.spotify:docker-maven-plugin:1.0.0:build (default-cli) on project indentityCenter: Exception caught: com.spotify.docker.client.shaded.com.fasterxml.jackson.databind.JsonMappingException: Can not construct instance of com.spotify.docker.client.messages.RegistryAuth: no String-argument constructor/factory method to deserialize from String value (‘desktop’)

在这里插入图片描述

产生的原因是我们pom文件中docker的插件版本 和pom文件的版本冲突,解决办法也很简单,我们只需要将docker插件中的version删除即可。
在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐