
# 镜像仓库登录异常
#### 问题现象
异常信息如下：
```
Error response from daemon: login attempt to https://hub.docker.com/v2/ failed with status: 404 Not Found
```
#### 原因分析
镜像仓库地址填写有误，编译构建不支持自定义https请求的镜像仓库。
#### 处理方法
镜像仓库地址保持系统提供的默认值。
