Naming convention for cloud shell container will lead to validation errors
Bug #1847227 reported by
Robert Duncan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zun UI |
Fix Released
|
High
|
hongbin |
Bug Description
The naming convention for the cloud shell container is:
“cloud-
<user> will frequently contain an email@address and the regex for docker container name validation is:
const RestrictedNameChars = `[a-zA-
it would be better to rely on user id perhaps, also we could come up against a hard limit in the container name at some point. Is the container name important?
cloud-shell-
Changed in zun-ui: | |
importance: | Undecided → High |
To post a comment you must log in.
The name itself is not important. I guess it is serving as a unique identifier for the cloud shell container. I will look into the details of that.