MetaCell / MetaCell/NetPyNE-UI
Docker Build Error: Failed to Pull jupyter/base-notebook:hub-1.5.0 Due to Authorization Issue
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with Dockerfile line 20 and reproduce the reported docker build -t netpyne-ui . command using the referenced base image. Check the Docker build output and Docker Desktop's registry authentication state; done means the NetPyNE-UI image builds successfully without the authorization failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100