constellation/internal/osimage/uplosi/uplosi.conf.in
Markus Rudy 37e21b2ff0
image: use uplosi from nixpkgs-unstable (#3543)
* image: correct sharing profile for Azure gallery

* nix: use uplosi from nixpkgs-unstable instead of GitHub
2024-12-11 11:51:58 +01:00

28 lines
679 B
Plaintext

[base]
name = "constellation"
[base.aws]
region = "eu-central-1"
replicationRegions = ["eu-west-1", "eu-west-3", "us-east-1", "us-east-2", "ap-south-1"]
bucket = "constellation-images"
publish = true
[base.azure]
subscriptionID = "0d202bbb-4fa7-4af8-8125-58c269a05435"
location = "northeurope"
resourceGroup = "constellation-images"
sharingNamePrefix = "constellation"
sharingProfile = "community"
sku = "constellation"
publisher = "edgelesssys"
[base.gcp]
project = "constellation-images"
location = "europe-west3"
bucket = "constellation-os-images"
[base.openstack]
cloud = "stackit"
visibility = "private"
properties = { "hw_firmware_type" = "uefi", "os_type" = "linux" }