mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
9 lines
336 B
Go
9 lines
336 B
Go
|
//go:build enterprise
|
||
|
|
||
|
package config
|
||
|
|
||
|
const (
|
||
|
DefaultImageAzure = "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/CONSTELLATION-IMAGES/providers/Microsoft.Compute/galleries/Constellation/images/constellation/versions/1.5.0"
|
||
|
DefaultImageGCP = "projects/constellation-images/global/images/constellation-v1-5-0"
|
||
|
)
|