Skip to content

Commit

Permalink
feat: support ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
musdotdigital committed Nov 29, 2023
1 parent 8e00c25 commit c545389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export function factory(name: string): Image {
if (
name.includes('debian') ||
name.includes('bulleye') ||
name.includes('buster')
name.includes('buster') ||
name.includes('ubuntu')
) {
return new DebImage(name)
}
Expand Down

0 comments on commit c545389

Please sign in to comment.