You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packer should be self-contained and be able to do everything required within a builder without outside assistance.
currently, we have to do the following before running packer
Use az cli or PowerShell to create a shared image definition, e.g. for a customised Ubuntu 18.04-LTS image: az sig image-definition create --resource-group --gallery-name <my_shared_image_gallery> --gallery-image-definition --publisher --offer UbuntuServer --sku 18.04-LTS --os-type linux
It would be good if packer could create the definition automatically as part of the builder process.
The text was updated successfully, but these errors were encountered:
This issue was originally opened by @Marcus-James-Adams as hashicorp/packer#8803. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Following on from hashicorp/packer#7809
Packer should be self-contained and be able to do everything required within a builder without outside assistance.
currently, we have to do the following before running packer
It would be good if packer could create the definition automatically as part of the builder process.
The text was updated successfully, but these errors were encountered: