Build docker生成发布插件出错

Build docker生成发布插件出错,build,docker,jenkins-plugins,docker-registry,Build,Docker,Jenkins Plugins,Docker Registry,你能帮我配置一下吗。 我已经为docker repo安装了artifactory,并试图从github docker文件推送映像构建 以下是我得到的错误: Error response from daemon: Invalid registry endpoint https:// https://artifactory.corp.inmobi.com/v1/: Get https:// https://artifactory.corp.inmobi.com/v1/_ping: dia

你能帮我配置一下吗。 我已经为docker repo安装了artifactory,并试图从github docker文件推送映像构建

以下是我得到的错误:

Error response from daemon: Invalid registry endpoint https://     
https://artifactory.corp.inmobi.com/v1/: 
Get https:// https://artifactory.corp.inmobi.com/v1/_ping: dial tcp: unknown port tcp/. \
If this private registry supports only HTTP or HTTPS with an unknown CA certificate, \
please add `--insecure-registry  https:` to the daemon's arguments. \
In the case of HTTPS, if you have access to the registry's CA certificate, \
no need for the flag; simply place the CA certificate at /etc/docker/certs.d/ https:/ca.crt

Build step 'Docker build and publish' marked build as failure
Finished: FAILURE

它与Jenkins Docker build and publish插件无关,请参阅源代码,它将直接执行
Docker
命令

如果您的artifactory服务器()不是官方CA认证的,请检查以在jenkins服务器(具有docker守护进程)中启用它


或者要求您的IT管理员为

申请官方CA认证,如果您直接使用
docker
命令推送到artifactory,是否有效?最好为您的域使用认证CA,以避免https问题。