podvm: various smaller fixes - #3222
Open
mkulke wants to merge 4 commits into
Open
Conversation
The TEE platform input is wired through Makefiles and Dockerfiles to pull the correct guest-component artifacts. Currently we default to 'none' in the Dockerfile, for Azure CVMs we need to set it to 'az-cvm-vtpm' to pull the correct attestation-agent binary. We add the tee-platform to the image name. Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
The image is not generic really, we still need a discrete image per TEE, and the distro is an implementation detail. Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
We've been not requiring this one for a while and the unit currently fails b/c we do not have /kata-containes in the ubuntu podvm tree. Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
We use ttyS0, mkosi --autologin will only apply that to other tty's. Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Those are in preparation for re-adding the azure e2e tests