-
Notifications
You must be signed in to change notification settings - Fork 10
Build kubevirt container disk #45
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
Build kubevirt container disk #45
Conversation
Jakob-Naucke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tested with kubevirt (only did a local build) but LGTM otherwise. You probably want to rebase to eliminate the CI failure.
1a8103c to
296883c
Compare
6ea9e51 to
c6d5068
Compare
|
We need to solve the lack of osbuild in ubuntu. I have tried to run the build in a container but there is some issue with overlayfs inside the container |
c455565 to
2f835f2
Compare
|
Running cosa takes too many resources for the github actions |
Signed-off-by: Alice Frosi <[email protected]>
7b8db62 to
689da3c
Compare
|
@Jakob-Naucke the CI isn't able to run cosa for kubevirt since it doesn't have enough resource. I think we can integrate the build of kubevirt container disks once we have the beaker machine integrated. However, it is still useful to be able to build container disks. |
1c44be1 to
d203c45
Compare
Build the container disk out of the fedora coreos with the clevis pin for Trustee support. Signed-off-by: Alice Frosi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment. Maybe squash some of the commits. you squashed, that was from yesterday. Still would like to test though.
|
|
||
| RUN cd /usr/src/ && \ | ||
| git clone https://github.com/trusted-execution-clusters/trustee.git && \ | ||
| git clone https://github.com/confidential-containers/trustee.git && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cf. #60
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? Don't we want to use our fork?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do, and this diff moves from using our fork to not using our fork
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we do it in a separate PR? Trustee doesn't have anything to do with building kubevirt disks
Jakob-Naucke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have tested, so sending approval already, but please still address the above comment
378882c
into
trusted-execution-clusters:main
Build the container disk out of the fedora coreos with the clevis pin for Trustee support.
This PR replace the custom-coreos-container-disk with the containerized coreos-assembler. Using
cosaavoids the disablement of selinux. Additionally, osbuild is present and properly works for the conversion of the kubevirt container disks.