docker: Error creating container: 400 Client Error: Bad Request (\"invalid reference format\")"

docker: Error creating container: 400 Client Error: Bad Request (\"invalid reference format\")"

在尝试为 ppc64le 构建 awx 图像(ansibe 工作)时,出现以下内容。

TASK [image_build : Build AWX distribution using container] ***************************************************************************************************************************************************
fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Error creating container: 400 Client Error: Bad Request (\"invalid reference format\")"}
        to retry, use: --limit @/root/awx/installer/install.retry

PLAY RECAP ****************************************************************************************************************************************************************************************************
localhost                  : ok=10   changed=3    unreachable=0    failed=1

我如何才能看到后台真正发生了什么,任何冗长的 docker 锁 我可以看看吗?消息本身对我来说有点无用。我已经将 ansible 设置为 verbose 但这也没有帮助。

Docker 图片名称只能由小写 (a-z) 字符组成。 您提供的图像名称不受支持,或者传递给 buid(或容器)的变量(或路径)无法解析。

要启用调试日志,请将“--debug”添加到 docker 守护程序(/etc/systemd/system/multi-user.target.wants/docker.service for systemd based linux env)

供参考:https://docs.docker.com/config/daemon/#configure-the-docker-daemon