maven-docker-plugin插件使用报错

发布于 2021-12-04 23:24:21 字数 2836 浏览 745 评论 6

<plugin>
			<groupId>com.spotify</groupId>
		    <artifactId>docker-maven-plugin</artifactId>
		    <version>0.4.10</version>
			<configuration>
				<imageName>${project.name}:${project.version}</imageName>
				<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
				<skipDockerBuild>false</skipDockerBuild>
				<resources>
					<resource>
						<targetPath>/</targetPath>
						<directory>${project.build.directory}</directory>
						<include>${project.build.finalName}.jar</include>
					</resource>
				</resources>
			</configuration>
		</plugin>



项目目录下执行

mvn clean package -DskipTests docker:build


报错:

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 12.386 s

[INFO] Finished at: 2016-06-13T13:11:28+08:00

[INFO] Final Memory: 70M/800M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:0.4.10:build (default-cli) on project spring-boot: Exception caught: Request error: POST http://172.16.229.50:2376/build?t=spring-boot+Maven+Webapp:0.0.1-SNAPSHOT: 500: HTTP 500 Internal Server Error -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

归属感 2021-12-10 01:59:19

具体怎么解决的,能不能说下详细的过程?也遇到这个问题了

甜柠檬 2021-12-10 00:14:23

谁在win7下试过?

囚你心 2021-12-09 19:14:28

哥们 你这个问题 后来 是怎么解决的? 方便的话 代码 能不能发我一份

静谧 2021-12-09 18:52:52

已经搞定了,3q,另外问一下,你的<server>配的是私有registry认证信息吧?搭建私有registry认证是怎么配置的,通过nginx ?

落墨 2021-12-09 16:00:41

回复
搞定就好,记得最佳答案哦。没用nginx,就是registry的用户名和密码,这是之前搭建的,现在registry可以用portus或者harbor做管理

甜扑 2021-12-09 03:05:04

回复
研究下,3q

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文