-
Notifications
You must be signed in to change notification settings - Fork 737
Open
Description
We are planning to support os.features in containerd's platforms package. However the spec is unclear about the allowed characters regarding each feature.
Should we consider "/" or "+" as supported parts of OS features here? Right now the spec does not specify but we can define our own limitations. We could support it either by updating the parser (less backwards compatible) or URL encoding (ugly, but could be an edge case so who cares).
I'd like to have rough consensus (even without formalization) before having that in containerd side. Can we just limit that to, let's say [A-Za-z0-9]+
?
5264220912001538 and Cantinna
Metadata
Metadata
Assignees
Labels
No labels