MetaCell / MetaCell/NetPyNE-UI

Docker Build Error: Failed to Pull jupyter/base-notebook:hub-1.5.0 Due to Authorization Issue

未关闭
#832 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
23
派生
10
PR 合并指标
30 天内没有已合并 PR

描述

I encountered an error while trying to build the NetPyNE-UI Docker image following the instructions from [MetaCell/NetPyNE-UI]
Environment:
Docker Desktop (Windows)

Input:
docker build -t netpyne-ui .

Output:
[+] Building 8.1s (5/5) FINISHED
docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2.60kB 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 15) 0.0s
=> ERROR [internal] load metadata for docker.io/jupyter/base-notebook:hub-1.5.0 8.1s
=> CANCELED [internal] load metadata for docker.io/library/node:18 8.1s
=> [auth] library/node:pull token for registry-1.docker.io 0.0s
=> [auth] jupyter/base-notebook:pull token for registry-1.docker.io 0.0s
------
> [internal] load metadata for docker.io/jupyter/base-notebook:hub-1.5.0:
------
2 warnings found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 15)
Dockerfile:20
--------------------
18 |
19 | ###
20 | >>> FROM jupyter/base-notebook:hub-1.5.0
21 | ENV NB_UID=jovyan
22 | ENV FOLDER=netpyne
--------------------
ERROR: failed to solve: jupyter/base-notebook:hub-1.5.0: failed to resolve source metadata for docker.io/jupyter/base-notebook:hub-1.5.0: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Ajupyter%2Fbase-notebook%3Apull&service=registry.docker.io: 401 Unauthorized

Thank you for your time and assistance. As a beginner in programming, I apologize if I missed any steps or provided incomplete information. Any guidance would be greatly appreciated!

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 Dockerfile 第 20 行开始,使用所引用的基础镜像重现报告中的 docker build -t netpyne-ui . 命令。检查 Docker 构建输出以及 Docker Desktop 的 registry 身份验证状态;当 NetPyNE-UI 镜像成功构建且未出现授权失败时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
docker
领域
build-system, devops
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。