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
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
fix(images): avoid wrong AMI could be selected for ubuntu focal (#2214)
* Changed the source_ami_filter for ubuntu focal
With the previous filter you could also get following ami:
- ubuntu-eks/k8s_1.18/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*
We are looking specifically for this type:
- ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*
Which is unintended, as far as I understand.
* another_commit
* packer fmt
0 commit comments