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

Document key differences between tags #886

Open
julielerman opened this issue Jun 23, 2024 · 0 comments
Open

Document key differences between tags #886

julielerman opened this issue Jun 23, 2024 · 0 comments

Comments

@julielerman
Copy link
Contributor

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
    },
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

1 participant