Skip to content

Commit

Permalink
Update filter for CentOS Linux images (#1485)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Bracht <[email protected]>

Signed-off-by: Moritz Bracht <[email protected]>
  • Loading branch information
dermorz authored Nov 23, 2022
1 parent 06c8dd0 commit 727d936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cloudprovider/provider/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ var (
// Source: https://wiki.centos.org/Cloud/AWS
providerconfigtypes.OperatingSystemCentOS: {
awstypes.CPUArchitectureX86_64: {
description: "CentOS 7* x86_64",
description: "CentOS Linux 7* x86_64*",
// The AWS marketplace ID from CentOS Community Platform Engineering (CPE)
owner: "125523088429",
},
awstypes.CPUArchitectureARM64: {
description: "CentOS 7* aarch64",
description: "CentOS Linux 7* aarch64*",
// The AWS marketplace ID from CentOS Community Platform Engineering (CPE)
owner: "125523088429",
},
Expand Down

0 comments on commit 727d936

Please sign in to comment.