Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Missing manifest for tag 7.88.1 (latest) #78

Closed
pepkos opened this issue Mar 6, 2023 · 1 comment
Closed

Missing manifest for tag 7.88.1 (latest) #78

pepkos opened this issue Mar 6, 2023 · 1 comment

Comments

@pepkos
Copy link

pepkos commented Mar 6, 2023

There is no manifest for tag 7.88.1.
$ docker manifest inspect curlimages/curl:7.88.1
no such manifest: docker.io/curlimages/curl:7.88.1

Previous tag contains manifest:
$ docker manifest inspect curlimages/curl:7.87.0

{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2617,
         "digest": "sha256:904f15d15a2551bcee907137d23fc60debfaf8a8efd7efd286eca85a57d627b5",
         "platform": {
            "architecture": "arm",
            "os": "linux",
            "variant": "v7"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2617,
         "digest": "sha256:4311823d3576c0b7330beccbe09896ff0378c9c1c6f6974ff9064af803fed766",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2617,
         "digest": "sha256:5cd8d7b26a7700752d4ffcbe24994afbe81ebb4376baeb0bffcf49eb653745be",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2617,
         "digest": "sha256:1acc18bd8564f6353734484246f21f79f942b41f86b69196bcfc9f1535a2a36d",
         "platform": {
            "architecture": "ppc64le",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2617,
         "digest": "sha256:373f9da4cd428845abe05247f17afa2da6aa2377d1ae98f0637338ab9e8fb8bc",
         "platform": {
            "architecture": "s390x",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2617,
         "digest": "sha256:95fea1d44f98104d04fff9ed50971e48e5caf14fd29e11c2c8755f8b534a3cd3",
         "platform": {
            "architecture": "386",
            "os": "linux"
         }
      }
   ]
}
$ docker version
Client: Docker Engine - Community
 Version:           20.10.22
 API version:       1.41
 Go version:        go1.18.9
 Git commit:        3a2c30b
 Built:             Thu Dec 15 22:28:04 2022
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server:
 Engine:
  Version:          20.10.17
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.5
  Git commit:       a89b842
  Built:            Mon Oct 17 06:20:42 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.6.6
  GitCommit:        10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
 runc:
  Version:          1.1.2
  GitCommit:        
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
@pepkos
Copy link
Author

pepkos commented Mar 6, 2023

Tested with newer version of docker. Seems like it's returning manifest.

$ docker version
Client: Docker Engine - Community
 Version:           23.0.1
 API version:       1.42
 Go version:        go1.19.5
 Git commit:        a5ee5b1
 Built:             Thu Feb  9 19:47:01 2023
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          23.0.1
  API version:      1.42 (minimum version 1.12)
  Go version:       go1.19.5
  Git commit:       bc3805a
  Built:            Thu Feb  9 19:47:01 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.18
  GitCommit:        2456e983eb9e37e47538f59ea18f2043c9a73640
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

@pepkos pepkos closed this as completed Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant