Added Docker/Podman build information.

This commit is contained in:
2025-08-14 21:30:56 +02:00
parent 73c87a733b
commit d2abe3fd27
9 changed files with 148 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ def get_skus(location: str, publisher: str, offer: str):
def get_image_versions(location: str, publisher: str, offer: str, sku: str):
return [version.name for version in compute_client.virtual_machine_images.list(location, publisher, offer, sku)]
subscription_id = "046a1c08-9940-48c0-893c-77eccd7e875d"
subscription_id = "c885a276-c882-483f-b216-42f73715161d"
location = "westeurope"
credential = DefaultAzureCredential()