slidevjs / container

Container building scripts for Slidev
MIT License
35 stars 7 forks source link

Docker pull error: mediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not '' #6

Closed Triple-Z closed 3 years ago

Triple-Z commented 3 years ago
$ docker pull stig124/slidev:latest
Error response from daemon: mediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not ''
signed-log commented 3 years ago

Could you try the new version that is coming in the next minutes?

Triple-Z commented 3 years ago

Still get the same error.

PS > docker version
Client: Docker Engine - Community
 Version:           19.03.1
 API version:       1.40
 Go version:        go1.12.5
 Git commit:        74b1e89
 Built:             Thu Jul 25 21:17:08 2019
 OS/Arch:           windows/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.1
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.5
  Git commit:       74b1e89
  Built:            Thu Jul 25 21:17:52 2019
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.2.6
  GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
 runc:
  Version:          1.0.0-rc8
  GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683
Kiris-tingna commented 3 years ago

+1

signed-log commented 3 years ago

@Triple-Z 19.03.1 is outdated, try upgrade first to 20.10.7 (latest version)

signed-log commented 3 years ago

Stalled issue, closing, feel free to reopen if need be