contiv / netplugin

Container networking for various use cases
Apache License 2.0
515 stars 177 forks source link

Makefile: fix tarball creation #1072

Closed unclejack closed 6 years ago

unclejack commented 6 years ago

The Docker versions we use for the netplugin project don't have support for the -a flag for docker cp. Based on my testing and the changes made by this PR, everything seems to work fine without that flag.

This PR also makes one small change to fix the detection of the tar binary.

unclejack commented 6 years ago

build PR

unclejack commented 6 years ago

build PR

chrisplo commented 6 years ago

build PR

unclejack commented 6 years ago

This is green. @dseevr: PTAL

tiewei commented 6 years ago

LGTM