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

Support pulling Tart VM images that contain Linux VMs #20

Merged
merged 16 commits into from
Nov 16, 2023

Conversation

edigaryev
Copy link
Collaborator

@edigaryev edigaryev commented Nov 10, 2023

To test this change, a vetu binary needs to be built and assigned the CAP_NET_ADMIN and CAP_NET_RAW capabilities:

go build -o vetu cmd/vetu/main.go
sudo setcap cap_net_raw,cap_net_admin+eip ./vetu

Things that are still left to be implemented:

Resolves #15.

@edigaryev edigaryev requested a review from fkorotkov November 10, 2023 16:05
@edigaryev
Copy link
Collaborator Author

Works on a1.metal + arm64 with ghcr.io/cirruslabs/ubuntu:latest:

Screenshot 2023-11-15 at 20 17 05

@edigaryev edigaryev merged commit f41c506 into main Nov 16, 2023
3 checks passed
@edigaryev edigaryev deleted the support-tart-format branch November 16, 2023 15:53
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.

Support pulling Tart VM images that contain Linux VMs
2 participants