You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/10/22 15:59:53 UTC

[GitHub] [couchdb-docker] rhenwood-arm edited a comment on issue #85: Provide and publish arm64 images

rhenwood-arm edited a comment on issue #85: Provide and publish arm64 images
URL: https://github.com/apache/couchdb-docker/issues/85#issuecomment-545026531
 
 
   I had this problem, and had to specify the sha:
   ```docker pull apache/couchdb:2.3.1@sha256:6ee24fc280ecdac194e53807595380083aece5938b02baa14131422ae89a651f```
   
   The manifest is this
   ```
   {
      "schemaVersion": 2,
      "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
      "manifests": [
         {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 2615,
            "digest": "sha256:e08076239fe2870046af7d646bea9b29257a664892a50a0dd31615799599871b",
            "platform": {
               "architecture": "amd64",
               "os": "linux"
            }
         },
         {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 2615,
            "digest": "sha256:6ee24fc280ecdac194e53807595380083aece5938b02baa14131422ae89a651f",
            "platform": {
               "architecture": "arm64",
               "os": "linux",
               "variant": "armv8"
            }
         },
         {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 2615,
            "digest": "sha256:c16887328d5010b14c25c24095886f2e8e89defafcc1f193448f6bac4aadd3bd",
            "platform": {
               "architecture": "ppc64le",
               "os": "linux"
            }
         }
      ]
   }
   ```
   I don't have a great deal of experience, but compared to (for example) the Ubuntu manifest, the 'variant' in ubuntu is: 'v8'. Everything else looks good.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services