Skip to content
New issue

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

Packer-azure_arm: Use latest custom managed image name as source image #24

Open
ghost opened this issue Apr 30, 2021 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Apr 30, 2021

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?

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.

  • Packer version 1.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants