Skip to content

Commit

Permalink
database: add mapping for Ubuntu Eoan (19.10)
Browse files Browse the repository at this point in the history
This is required for Clair to support Ubuntu Eoan (19.10)
  • Loading branch information
Andrew Sharon committed Oct 26, 2019
1 parent ac45943 commit 506698a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/namespace_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ var UbuntuReleasesMapping = map[string]string{
"bionic": "18.04",
"cosmic": "18.10",
"disco": "19.04",
"eoan": "19.10",
}

0 comments on commit 506698a

Please sign in to comment.