Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pull mcr.microsoft.com/dotnet/sdk:3.1.415-alpine3.14 #3278

Closed
queil opened this issue Nov 11, 2021 · 3 comments
Closed

Cannot pull mcr.microsoft.com/dotnet/sdk:3.1.415-alpine3.14 #3278

queil opened this issue Nov 11, 2021 · 3 comments

Comments

@queil
Copy link

queil commented Nov 11, 2021

Describe the Bug

Cannot do docker pull mcr.microsoft.com/dotnet/core/sdk:3.1.415-alpine3.14 despite the tag being listed on https://hub.docker.com/_/microsoft-dotnet-sdk

Steps to Reproduce

Run docker pull mcr.microsoft.com/dotnet/core/sdk:3.1.415-alpine3.14 and the result is:

Error response from daemon: manifest for mcr.microsoft.com/dotnet/core/sdk:3.1.415-alpine3.14 not found: manifest unknown: manifest tagged by "3.1.415-alpine3.14" is not found

Output of docker version

Client:
 Cloud integration: 1.0.17
 Version:           20.10.8
 API version:       1.41
 Go version:        go1.16.6
 Git commit:        3967b7d
 Built:             Fri Jul 30 19:58:50 2021
 OS/Arch:           windows/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.8
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.16.6
  Git commit:       75249d8
  Built:            Fri Jul 30 19:52:31 2021
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.9
  GitCommit:        e25210fe30a0a703442421b0f60afac609f950a3
 runc:
  Version:          1.0.1
  GitCommit:        v1.0.1-0-g4144b63
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Output of docker info

Client:
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Build with BuildKit (Docker Inc., v0.6.3)
  compose: Docker Compose (Docker Inc., v2.0.0)
  scan: Docker Scan (Docker Inc., v0.8.0)

Server:
 Containers: 224
  Running: 93
  Paused: 0
  Stopped: 131
 Images: 914
 Server Version: 20.10.8
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: e25210fe30a0a703442421b0f60afac609f950a3
 runc version: v1.0.1-0-g4144b63
 init version: de40ad0
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 5.10.16.3-microsoft-standard-WSL2
 Operating System: Docker Desktop
 OSType: linux
 Architecture: x86_64
 CPUs: 12
 Total Memory: 17.58GiB
 Name: docker-desktop
 ID: X7EJ:KVMI:EJGU:4772:4J7B:TRB2:JMOW:BSSU:KJNS:6RNL:77JY:FZWD
 Docker Root Dir: /var/lib/docker
 Debug Mode: true
  File Descriptors: 360
  Goroutines: 284
  System Time: 2021-11-11T11:24:52.6603975Z
  EventsListeners: 4
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Registry Mirrors:
  https://pkg.atg-corp.net/
 Live Restore Enabled: false

WARNING: No blkio throttle.read_bps_device support
WARNING: No blkio throttle.write_bps_device support
WARNING: No blkio throttle.read_iops_device support
WARNING: No blkio throttle.write_iops_device support
@queil queil added the bug label Nov 11, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@MichaelSimons
Copy link
Member

@queil - The repo you are pulling from is incorrect. Try pulling from docker pull mcr.microsoft.com/dotnet/sdk. Notice there is no core in the repo name. The Breaking Change: .NET Docker Repo Name Change for details.

@queil
Copy link
Author

queil commented Nov 11, 2021

@MichaelSimons Cool, thanks for clarification. Interestingly docker pull mcr.microsoft.com/dotnet/core/sdk:3.1.415-alpine3.13 did work - that's why I got confused.

@queil queil closed this as completed Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants