jenkin 镜像构建错误 INFO: Retrying request to {}->unix://localhost:80 org.apache.maven.plugin.MojoExecutionException: Could not build image
时间:2021-08-03 18:55:07
收藏:0
阅读:40
Aug 03, 2021 1:05:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->unix://localhost:80
[WARNING] An attempt failed, will retry 1 more times
org.apache.maven.plugin.MojoExecutionException: Could not build image
解决:
chmod 777 /var/run/docker.sock原文:https://www.cnblogs.com/zjazn/p/15094863.html
评论(0)