Skip to content

Commit

Permalink
#14 Add checksum to Appliance message
Browse files Browse the repository at this point in the history
  • Loading branch information
petrytar committed Nov 20, 2019
1 parent 891039e commit c937f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudkeeper.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ message Appliance {
string base_mpuri = 14;
string appid = 15;
string digest = 16;
Image image = 17;
string checksum = 17;
Image image = 18;
}

message Image {
Expand Down

0 comments on commit c937f84

Please sign in to comment.