我在一个CI管道上工作,以构建一个火花簇。每当我用命令在本地运行它时
docker-compose build && compose up -d
,容器和图像向上。在远程环境中,会显示以下日志文本。
> Run docker-compose -f docker-compose.yml up -d
Creating network "sparkles_default" with the default driver
Creating volume "hadoop-distributed-file-system" with local driver
Pulling jupyterlab (jupyterlab:3.0.0-spark-3.0.0)...
The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
pull access denied for jupyterlab, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Continue with the new image? [yN]
我的问题是:要远程构建容器:
-
需要登录吗?
-
管道登录建立似乎合法?
-
为什么它试图从远程本地环境中提取而不是构建?
你介意帮我吗?存储库位于以下位置:
https://github.com/trouchet/sparkles/tree/master