Skip to content

Commit

Permalink
Add name pattern for Alpine like images
Browse files Browse the repository at this point in the history
  • Loading branch information
lubaihua33 committed May 8, 2023
1 parent bb8bd24 commit 1d63a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/operating_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def name_pattern(cls) -> Pattern[str]:
class Alpine(Linux):
@classmethod
def name_pattern(cls) -> Pattern[str]:
return re.compile("^Alpine")
return re.compile("^Alpine|alpine|alpaquita")


@dataclass
Expand Down

0 comments on commit 1d63a7c

Please sign in to comment.