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

runtime: Replace TEE specific initrd / image for the confidential one #9011

Conversation

fidencio
Copy link
Member

@fidencio fidencio commented Feb 3, 2024

As #8983 got merged, let's switch to using the confidential image / initrd for SEV / SNP / TDX.

Fixes: #9010

Now that we have a confidential image / initrd being built, instead of a
specific one for each TEE, let's use it everywhere possible.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
We can remove this now that we're relying on the confidential one.

Fixes: kata-containers#9010

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
@katacontainersbot katacontainersbot added the size/small Small and simple task label Feb 3, 2024
@fidencio
Copy link
Member Author

fidencio commented Feb 3, 2024

/test

Copy link
Contributor

@zvonkok zvonkok left a comment

Choose a reason for hiding this comment

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

LGTM, great work on simplifying

Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks

Copy link
Member

@BbolroC BbolroC left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @fidencio !

@BbolroC
Copy link
Member

BbolroC commented Feb 5, 2024

/test

@fidencio fidencio merged commit 1362918 into kata-containers:main Feb 5, 2024
289 of 374 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test size/small Small and simple task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime: Replace TEE specific initrd / image for the confidential one
5 participants