简体   繁体   English

CircleCI中的自签名Docker注册表

[英]Self-signed docker registry in CircleCI

I'm using CircleCI 2.0 and I have a private docker registry with self-signed certificate. 我正在使用CircleCI 2.0,并且有一个带有自签名证书的私有Docker注册表。 I'm able to configure my local docker, just like documented here , the problem is in CircleCI: 我可以配置本地docker,就像这里记录的一样,问题出在CircleCI中:

I'm using remote dockers so when I try to login in Docker registry it's failing with Error response from daemon: Get https://docker-registry.mycompany.com/v2/: x509: certificate signed by unknown authority . 我使用的是远程docker,因此当我尝试登录Docker注册表时,它失败并出现Error response from daemon: Get https://docker-registry.mycompany.com/v2/: x509: certificate signed by unknown authority

Is there a way to install the certificate in a remote docker? 有没有办法在远程docker中安装证书? I don't have access to the docker host's shell. 我无权访问Docker主机的外壳。 I don't want to use machine executor type. 我不想使用机器执行程序类型。

It's not possible. 这是不可能的。 It could only be accomplished by using CircleCI's Enterprise level system. 这只能通过使用CircleCI的企业级系统来完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Docker Swarm和自签名Docker Registry - Docker Swarm and self-signed Docker Registry 不安全 Docker 注册表和自签名证书 - Insecure Docker registry and self-signed certificates 是否可以在Kubernetes中启动自签名Docker注册表并将其他服务用作该注册表来获取其映像? - Is it possible to start Self-Signed Docker Registry in Kubernetes and have other service use that as the registry to get its image? 如何使Drone Docker插件通过具有自签名TLS证书的自托管注册表进行身份验证 - How to make Drone Docker plugin to authenticate with a self-hosted registry having a self-signed TLS certificate 使用自签名证书配置本地注册表 - Configuring local registry with self-signed certificate 如何使用自签名证书通过TLS将Docker应用程序包推送到私有注册表 - How to push a Docker Application Package to private registry via TLS using a self-signed certificate 使用minikube从本地Docker注册表中提取映像(带有自签名CA证书) - Using minikube to pull image from local Docker registry (with self-signed CA certificate) 如何让 Drone Docker 插件使用自签名证书? - How to make Drone Docker Plugin use self-signed certs? 如何配置 Docker for Windows 以接受自签名 SSL? - How to configure Docker for Windows to accept a self-signed SSL? 用于Docker的auth URL的TLS自签名证书 - TLS self-signed certificate for auth URL for Docker
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM