Merge pull request #384 from diegoalejandronavarrogonzalez-oss/fix/spec-name-field-alphanumeric-range

docs: fix name field character range to include digits
This commit is contained in:
Jonathan Hefner
2026-05-20 12:23:06 -05:00
committed by GitHub
Unverified
+1 -1
View File
@@ -59,7 +59,7 @@ metadata:
The required `name` field:
- Must be 1-64 characters
- May only contain unicode lowercase alphanumeric characters (`a-z`) and hyphens (`-`)
- May only contain unicode lowercase alphanumeric characters (`a-z`, `0-9`) and hyphens (`-`)
- Must not start or end with a hyphen (`-`)
- Must not contain consecutive hyphens (`--`)
- Must match the parent directory name