-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add '.', ':', to IMAGE_ALIAS regex (#513)
This change will allow for an alias such as `xcode:14.1`. Without this change the alias needs to be something unnatural such as `xcode-14_1`. The image aliases are essentially only dictionary keys, so it's not clear why their naming need be restricted at all, much less be any more restrictive than the image name itself. However, on the assumption that there is a reason for the naming restriction, this commit take the conservative approach of adding only two additional characters. Co-authored-by: Jay Soffian <[email protected]>
- Loading branch information
1 parent
83cf52a
commit 3aafee7
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters