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 23, 2024
1 parent 62cec79 commit 8360d46
Showing 1 changed file with 4 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

0 comments on commit 8360d46

Please sign in to comment.