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

Cannot pull the version after v1.33 with content trust enabled in docker #42

Closed
eugnma opened this issue May 23, 2019 · 3 comments
Closed

Comments

@eugnma
Copy link

eugnma commented May 23, 2019

Below is the difference between v1.33 and v1.34:

$ docker trust inspect rust:1.33
[
    {
        "Name": "rust:1.33",
        "SignedTags": [
            {
                "SignedTag": "1.33",
                "Digest": "ee53576304aa1d5c7ed86b82683c89b716b90efd564fff7ea2c08dc72b808d33",
                "Signers": [
                    "Repo Admin"
                ]
            }
        ],
        "Signers": [],
        "AdministrativeKeys": [
            {
                "Name": "Root",
                "Keys": [
                    {
                        "ID": "395e07cae0e2ea2edf4feeeaacb0487163c82e450db04ee89b0a766c513b1644"
                    }
                ]
            },
            {
                "Name": "Repository",
                "Keys": [
                    {
                        "ID": "08eb187de7ae531eafac4a1ae771fa88fc7a53b0b9b6c01b1b3c553290ce90fd"
                    }
                ]
            }
        ]
    }
]
$ docker trust inspect rust:1.34
[
    {
        "Name": "rust:1.34",
        "SignedTags": [],
        "Signers": [],
        "AdministrativeKeys": [
            {
                "Name": "Root",
                "Keys": [
                    {
                        "ID": "395e07cae0e2ea2edf4feeeaacb0487163c82e450db04ee89b0a766c513b1644"
                    }
                ]
            },
            {
                "Name": "Repository",
                "Keys": [
                    {
                        "ID": "08eb187de7ae531eafac4a1ae771fa88fc7a53b0b9b6c01b1b3c553290ce90fd"
                    }
                ]
            }
        ]
    }
]
@sfackler
Copy link
Member

Weird! The images are built and published by Docker's official-images infrastructure, so I think you'd need to ask them about this: https://github.com/docker-library/official-images

@eugnma
Copy link
Author

eugnma commented May 23, 2019

Thanks for the information, I think it's related to docker-library/official-images#5874

@sfackler
Copy link
Member

Cool, let's close this in favor of that then.

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

2 participants