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

Adds support for Rocky and AlmaLinux #602

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

jakauppila
Copy link
Contributor

Description

Adds support for Rocky and AlmaLinux

Issues Resolved

#563 #564

Check List

@jakauppila
Copy link
Contributor Author

I wasn't sure on the platform name itself, so I added both alma/almalinux and rocky/rockylinux. If there's a preference one way or the other, let me know.

module Driver
class Aws
class StandardPlatform
# https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes.html
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is confusing, I assume you're duplicating the class for AL2023


def image_search
search = {
"owner-id" => "792107900819",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest commenting with a link to the docs that establish this as the correct owner ID. I googled the number and the first result isn't what I was looking for.

Copy link
Contributor

@RulerOf RulerOf Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a maintainer just figured I'd point out the things I saw since I was reading the code anyway ¯\_(ツ)_/¯

module Driver
class Aws
class StandardPlatform
# https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes.html

@tas50 tas50 merged commit 04b72f1 into test-kitchen:main Jun 14, 2023
@tas50
Copy link
Member

tas50 commented Jun 14, 2023

I'll clean up a few things in a followup PR. Thanks @jakauppila

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

Successfully merging this pull request may close these issues.

3 participants