You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 8 uses of the word signature in the spec. AFAIK, manifest signatures aren't really a thing after docker v2 schema 1.
For example, the MANIFEST_UNVERIFIED description says:
During manifest upload, if the manifest fails signature verification, this error will be returned.
I assume we'd want to just remove that.
The rest of the instances of "signatures" refer to JWS payloads and such that don't make sense anymore, so we want to drop those descriptions and make sure the surrounding paragraphs still make sense.
A few things leftover from schema
TAG_INVALID
The
TAG_INVALIDdescription says:Manifests no longer contains tags, so we should update this. A couple options:
Signatures
There are 8 uses of the word
signaturein the spec. AFAIK, manifest signatures aren't really a thing after docker v2 schema 1.For example, the
MANIFEST_UNVERIFIEDdescription says:I assume we'd want to just remove that.
The rest of the instances of "signatures" refer to JWS payloads and such that don't make sense anymore, so we want to drop those descriptions and make sure the surrounding paragraphs still make sense.