This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
allow hyphens (-) when auto-naming the container #68
Labels
kind/enhancement
Improvements or new features
Affected feature
The generated container names are extracted by the regex
/(.*\/|^)(?<image>\w+)(:(?<tag>.*))?/
, which skips hyphens. Since most docker images use hyphens rather than underscores (e.g., cert-manager, external-dns, aws-load-banlance-controller), the regex just extracts the first word.Is there any consideration that stops including hyphens?
The text was updated successfully, but these errors were encountered: