Skip to content

Commit

Permalink
Merge pull request #16 from canonical/download_wsl_image_option
Browse files Browse the repository at this point in the history
feat(installation): optional url to install a wsl rootfs from
  • Loading branch information
didrocks committed Jun 3, 2024
2 parents ed4dcfd + aa25fd5 commit 2bce082
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hostagent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ message Command {
message Install {
string id = 1;
optional string cloudinit = 2; // cloudinit is the yaml configuration to optionally pass to an instance.
/*
URL to a WSL rootfs image we will download and import from. It will be registered under "id".
If this entry is not set, Ubuntu Pro for WSL will download a package from the Microsoft store
matching WSL distribution name as available in wsl --install.
*/
optional string rootfsURL = 3;
}
message Uninstall {
string id = 1;
Expand Down

0 comments on commit 2bce082

Please sign in to comment.