Ask a question to get started
Enter to send•Shift+Enter new line
Sanitize a deployment/directory name into a valid Docker repository name.
Docker repository names must be lowercase and may only contain [a-z0-9._-]. Invalid characters are replaced with hyphens.
normalize_image_name( value: str | None, ) -> str