spacelift-io / runner-ansible

MIT License
2 stars 6 forks source link

feat: create Azure flavor #16

Closed gustavlasko closed 2 months ago

gustavlasko commented 5 months ago

Description of the change

Create a flavor of the image that contains the azcli. This will be useful for stacks that want to use ansible and need Azure credentials - i.e. connecting to AKS with kubelogin requires the Azure CLI.

Type of change

Checklists

Development

Code review

eliecharra commented 2 months ago

Closing in favor of #21

@gustavlasko Can you try it with one of the following images, and let us know if it works for you?

public.ecr.aws/spacelift/runner-ansible:10-azure
# You can also use a tag pointing to a minor version if you want better control
public.ecr.aws/spacelift/runner-ansible:10.1-azure

Also, bear in mind that this is still a work in progress, so please do not use this image for production yet 🙏🏻

gustavlasko commented 1 month ago

Thanks, we're rolling now with the Azure/Ansible image that you released.