Upon Running docker image build -t bang . I get the following error:
> docker image build -t bang .
[+] Building 2.0s (5/5) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.24kB 0.0s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 45B 0.0s
=> CANCELED [internal] load metadata for docker.io/library/fedora:33 1.9s
=> ERROR [internal] load metadata for docker.io/library/kaitai:latest 1.9s
=> [auth] library/kaitai:pull token for registry-1.docker.io 0.0s
> [internal] load metadata for docker.io/library/kaitai:latest:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
I have authenticated to Docker Hub, so I'm not sure where the issue is stemming from here. I am running this on a Debian system under WSL2.
Upon Running
docker image build -t bang .I get the following error:I have authenticated to Docker Hub, so I'm not sure where the issue is stemming from here. I am running this on a Debian system under WSL2.