colima icon indicating copy to clipboard operation
colima copied to clipboard

"docker pull xxx" always failed on MacOS 15.0.1

Open neoalvin opened this issue 1 year ago • 6 comments

Description

There is the error message when execute command "docker pull xxx":

Using default tag: latest Error response from daemon: Head "https://registry-1.docker.io/v2/library/mysql/manifests/latest": Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Fmysql%3Apull&service=registry.docker.io": http: server gave HTTP response to HTTPS client

Version

colima version 0.7.5 git commit: 1588c066b9ab9dae8205ef265929c7eb43dca473

runtime: docker arch: aarch64 client: v27.3.1 server: v27.1.1 limactl version 0.23.2 qemu-img version 9.1.1 Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

macOS: 15.0.1 (24A348)

Operating System

  • [ ] macOS Intel <= 13 (Ventura)
  • [ ] macOS Intel >= 14 (Sonoma)
  • [ ] Apple Silicon <= 13 (Ventura)
  • [X] Apple Silicon >= 14 (Sonoma)
  • [ ] Linux

Output of colima status

INFO[0000] colima is running using QEMU
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] socket: unix:///Users/alvin/.colima/default/docker.sock

Reproduction Steps

  1. brew install colima
  2. colima start
  3. docker pull mysql

Expected behaviour

Additional context

neoalvin avatar Oct 23 '24 10:10 neoalvin