-
Notifications
You must be signed in to change notification settings - Fork 622
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
feat: Add Support for Amazon Linux 2023 #3293
Conversation
runner_amazon_linux_2022
option variable
@eabrouwer3 can you resolve the issue with pipelines? |
I think it would be better that we replace Amazon Linux 2 by default to 2022 |
@npalm I agree, if we're ok with that. I'll update my PR to do that. |
Add `runner_amazon_linux_2022` boolean variable Get rid of amazon linux 2022 config option Make PR changes even smaller Update all references to amzn2. Also bump to al2023 (latest supported version) Add the al2023 packer file
@npalm I've checked my PR according to the |
@eabrouwer3 All the files relevant for packer are under images folder and the install/start scripts are under modules folder. |
@GuptaNavdeep1983, what I mean is that I couldn't find the |
@eabrouwer3, are you able to build packer images after this change. In my initial investigation it seems that there are conflicts in existing installations vs the installations provisioned through the script. |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this PR in favor of making it on a new branch (made the PR off of my |
First attempt at resolving issue #2848. However, because the latest supported Amazon Linux version is now 2023, this PR has been updated to use
al2023
by default.