Skip to content

Commit

Permalink
Add container image protocol buffer definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Nov 23, 2022
1 parent 8864ec6 commit 6c96fdf
Show file tree
Hide file tree
Showing 4 changed files with 1,212 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ BASH
echo "Generating contlcycle proto"
PATH=/tmp/gogo-bin-v1.0.0 #{protoc_binary} --proto_path=$GOPATH/src:#{gogo_dir}/src:. --gogofast_out=$GOPATH/src proto/contlcycle/contlcycle.proto
echo "Generating contimage proto"
PATH=/tmp/gogo-bin-v1.0.0 #{protoc_binary} --proto_path=$GOPATH/src:#{gogo_dir}/src:. --gogofast_out=$GOPATH/src proto/contimage/contimage.proto
cp -r v5/* .
rm -rf v5
BASH
Expand Down
Loading

0 comments on commit 6c96fdf

Please sign in to comment.