Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

Azure Image

Usage

Build your own image

git clone [email protected]:spacelift-io/spacelift-worker-image.git
cd spacelift-worker-image
packer build azure.pkr.hcl

Override the defaults using -var="variable-name=variable-value"

The variables are located in the azure.pkr.hcl file.

Shared Image Gallery

By default, the template creates a Managed image in the resource group defined by the image_resource_group variable. The image can optionally be published to a shared image gallery by setting the gallery_* variables.