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

display image sizes along with tag names #164

Open
julielerman opened this issue Jun 25, 2024 · 2 comments
Open

display image sizes along with tag names #164

julielerman opened this issue Jun 25, 2024 · 2 comments
Assignees

Comments

@julielerman
Copy link

It wasn't easy to find a list of tag size on MCR but JSON reveals the details! :) And I'm curious as to why there is such a vast difference in image size as evidenced in these two listings.

Is it documented somewhere? Can mcr provide more details?

  {
        "name": "2022-RTM-rhel-8.5",
        "digest": "sha256:c11857324a77da0cb1ac092617fd400ee7ee13c98890c7c1fce63a9979e63046",
        "repository": "mssql/rhel/server",
        "operatingSystem": "linux",
        "architecture": "amd64",
        "lastModifiedDate": "2022-11-16T16:05:30.0000000+00:00",
        "manifestType": "application/vnd.docker.distribution.manifest.v2+json",
        "artifactType": "application/vnd.docker.container.image.v1+json",
        "size": 4239 
    },
    {
        "name": "2022-latest",
        "digest": "sha256:f37891ed65da2f51280b34e9fbe236cdccfc7a61e0c91f6c0c899be95bcb4ff9",
        "repository": "mssql/rhel/server",
        "operatingSystem": "linux",
        "architecture": "amd64",
        "lastModifiedDate": "2024-05-16T17:11:27.0000000+00:00",
        "manifestType": "application/vnd.docker.distribution.manifest.v2+json",
        "artifactType": "application/vnd.docker.container.image.v1+json",
        "size": 9022
    },

Originally posted by @julielerman in microsoft/mssql-docker#886

@julielerman julielerman changed the title It wasn't easy to find a list of tag size on MCR but JSON reveals the details! :) And I'm curious as to why there is such a vast difference in image size as evidenced in these two listings. display image sizes along with tag names Jun 26, 2024
@Hermholtz
Copy link

I would like to see the image size on mcr.microsoft.com. Why such a basic info is not available on the webpage? How am I supposed to select the smallest image for my embedded use?

@AndreHamilton-MSFT
Copy link
Contributor

@julielerman @Hermholtz passing on the feedback

@terencet-dev terencet-dev self-assigned this Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants