mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-28 16:07:21 -04:00
imagefetcher: allow any marketplace image for OpenStack
This commit is contained in:
parent
536bf6a35a
commit
a3c5f3d445
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ func buildMarketplaceImage(payload marketplaceImagePayload) (string, error) {
|
|||
return "", fmt.Errorf("parsing image version: %w", err)
|
||||
}
|
||||
|
||||
if sv.Prerelease() != "" {
|
||||
if sv.Prerelease() != "" && payload.provider != cloudprovider.OpenStack {
|
||||
return "", fmt.Errorf("marketplace images are not supported for prerelease versions")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue