Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing some platforms for v2.0.13 on Docker Hub #2359

Closed
nu50218 opened this issue Oct 29, 2021 · 2 comments
Closed

Missing some platforms for v2.0.13 on Docker Hub #2359

nu50218 opened this issue Oct 29, 2021 · 2 comments

Comments

@nu50218
Copy link

nu50218 commented Oct 29, 2021

I found that some platforms are missing for tag 2.0.13 2.0.13-openssl.

eclipse-mosquitto:2.0.13

$ docker manifest inspect eclipse-mosquitto:2.0.13
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:cecf3e2e39b25b3b3ba1d1662d3285c63a3fc4b1a1e6d1cd918ca11c4eb9273e",
         "platform": {
            "architecture": "arm",
            "os": "linux",
            "variant": "v6"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:e01f299a0b5bd584ca39b988e44a3301cf0d9396c594808539f25e54c60e5933",
         "platform": {
            "architecture": "arm64",
            "os": "linux",
            "variant": "v8"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:999347fcc65da03f2819233f9f19c2f0fc58fb0c5c910db40fc7280624237fc8",
         "platform": {
            "architecture": "s390x",
            "os": "linux"
         }
      }
   ]
}

eclipse-mosquitto:2.0.12

$ docker manifest inspect eclipse-mosquitto:2.0.12
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:ca65494f0ecef3939f7e4efce85a3f03d97b67d855fc5a6aa4b00b485e23ea99",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:59533bb6961547ca19ef9d403f000b40e4da5f932d5eea1e424e50a2f83e2a36",
         "platform": {
            "architecture": "arm",
            "os": "linux",
            "variant": "v6"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:9a4abef3f1808bfa587d4049d78ba457cc5286b68e2473fc39d424e16b4485bd",
         "platform": {
            "architecture": "arm64",
            "os": "linux",
            "variant": "v8"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:a4202e37ce6097fede7a27f5b173ca4455faa7a12a75b38e53feca0e9976447e",
         "platform": {
            "architecture": "386",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:36e9eae35008538b7bb3fc75fa9f980dfeab952d13863db9cf5a713fb2f0abc3",
         "platform": {
            "architecture": "ppc64le",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 946,
         "digest": "sha256:d95485a637de890ae2b9ce3c23838bb28fa2e0ea61057980ff5c7d77f4900d29",
         "platform": {
            "architecture": "s390x",
            "os": "linux"
         }
      }
   ]
}
@ralight
Copy link
Contributor

ralight commented Nov 16, 2021

We don't directly control the building of the docker images, that is handled for us by the official-images team and processes. We certainly didn't drop any architectures, it looks like you ran the command before those other images were ready.

@nu50218
Copy link
Author

nu50218 commented Nov 17, 2021

I understand. Thanks for the reply and good software!

@nu50218 nu50218 closed this as completed Nov 17, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants