Comment 1 for bug 1904608

Revision history for this message
Thiago F. Pappacena (pappacena) wrote :

The image on DockerHub was just replaced, but I managed to get the manifest details a bit before that. It should be helpful to debug what happened:

$ docker manifest inspect squeakywheel/redis:edge
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1453,
         "digest": "sha256:ebb25a3d1f55cc332ebe54af58f40b437696a766ca22a9c86b39b2fcc2e939f0",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1453,
         "digest": "sha256:f067b83f44dbc3db1a63165af0b20b59f594658fc7ae8343a4b4a8e28391a2c0",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1454,
         "digest": "sha256:4f13c671b4e2f0bdaf4596d1b8cfff04c25a120e149fa8d1e2abc721b42acff6",
         "platform": {
            "architecture": "ppc64el",
            "os": "linux"
         }
      }
   ]
}