Skip to content

Golang 1.11.3 and 1.10.6 images are not (yet?) multi-arch #253

Closed
@thaJeztah

Description

@thaJeztah

Looks like the latest 1.11.3 and 1.10.6 image only has amd64;

docker manifest inspect golang:1.11.3
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1796,
         "digest": "sha256:e03ed489934627bed040325b9796fc1c3e2428ac8de762ad9c985952be95db07",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      }
   ]
}

docker manifest inspect golang:1.10.6
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1795,
         "digest": "sha256:af0ffc54ffec0f39288694e1e20f9405e48696b625409459d0957ad5cf59cb9b",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      }
   ]
}

@tianon @yosifkit

perhaps it's still being built, but wanted to double-check 🤗 moby/moby#38369 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions