Skip to content

Commit

Permalink
fix: adds missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Oct 24, 2024
1 parent 62cec79 commit f87ab94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/konvoy-image-wrapper/cmd/create-package-bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ var osToConfig = map[string]OSConfig{
configDir: "bundles/redhat8.8",
containerImage: "registry.access.redhat.com/ubi8/ubi:8.8",
},
"redhat-8.10": {
configDir: "bundles/redhat8.10",
containerImage: "registry.access.redhat.com/ubi8/ubi:8.10",
},
"rocky-9.1": {
configDir: "bundles/rocky9.1",
containerImage: "docker.io/library/rockylinux:9.1",
Expand Down
1 change: 1 addition & 0 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var (
validOS = []string{
"redhat 8.6",
"redhat 8.8",
"redhat 8.10",
"sles 15",
"oracle 8.9",
"oracle 9.4",
Expand Down

0 comments on commit f87ab94

Please sign in to comment.