We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eebaf6 commit 15f9f74Copy full SHA for 15f9f74
schema/defs-image.json
@@ -4,7 +4,7 @@
4
"mediaType": {
5
"id": "https://opencontainers.org/schema/image/mediaType",
6
"type": "string",
7
- "pattern": "^[a-z]+/[0-9a-zA-Z.+]+$"
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9!#$&-^_.+]{0,126}/[A-Za-z0-9][A-Za-z0-9!#$&-^_.+]{0,126}$"
8
},
9
"digest": {
10
"description": "the cryptographic checksum digest of the object, in the pattern '<hash>:<hexadecimal digest>'",
0 commit comments