We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was originally opened by @shriganeshs as hashicorp/packer#5731. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Similar to the following way provided for amazon_ebs builder
"source_ami_filter": { "filters": { "name": "*custom_centos7_python36*" }, "most_recent": "true" }
How can I get the latest source image custom_managed_image_name for Azure?
custom_managed_image_name
I will be storing images with name as custom_centos7_python36_{{timestamp}}, and I want to use the latest image as source image for new Packer build.
custom_centos7_python36_{{timestamp}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue was originally opened by @shriganeshs as hashicorp/packer#5731. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Similar to the following way provided for amazon_ebs builder
How can I get the latest source image
custom_managed_image_name
for Azure?I will be storing images with name as
custom_centos7_python36_{{timestamp}}
, and I want to use the latest image as source image for new Packer build.The text was updated successfully, but these errors were encountered: