Skip to content

Commit

Permalink
Allow building RHEL 9.5 images
Browse files Browse the repository at this point in the history
  • Loading branch information
ezr-ondrej authored and loadtheaccumulator committed Jan 22, 2025
1 parent 6ab8c0f commit 6c365f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/repo_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const distRHEL91 = "rhel-91"
const distRHEL92 = "rhel-92"
const distRHEL93 = "rhel-93"
const distRHEL94 = "rhel-94"
const distRHEL95 = "rhel-95"

// DefaultDistribution set the default image distribution in case miss it
const DefaultDistribution = distRHEL90
Expand Down Expand Up @@ -55,6 +56,7 @@ var DistributionsPackages = map[string][]string{
distRHEL92: RHEL9,
distRHEL93: RHEL9,
distRHEL94: RHEL9,
distRHEL95: RHEL9,
}

// DistributionsRefs set the ref to Images
Expand All @@ -71,4 +73,5 @@ var DistributionsRefs = map[string]string{
distRHEL92: OstreeRefRHEL9,
distRHEL93: OstreeRefRHEL9,
distRHEL94: OstreeRefRHEL9,
distRHEL95: OstreeRefRHEL9,
}

0 comments on commit 6c365f1

Please sign in to comment.