This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
cri-o
Watch
1
Star
0
Fork
You've already forked cri-o
0
Code
Issues
Pull requests
Releases
Wiki
Activity
be47583041
cri-o
/
test
/
bin2img
/
Makefile
7 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add and use bin2img for creating images for tests Add tests which exercise image pulling, listing, and removal. When running tests, prepopulate the store with an image with the default infrastructure container's name, using the locally-built "pause" binary, so that tests won't have to pull it down from the network. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2016-12-16 23:34:51 +00:00
bin2img
:
$(
wildcard
*.
go
)
Use build tags for bin2img and copyimg Use the same build tags for bin2img and copyimg that we use for ocid, and improve detection of the case where we need to use the "libdm_no_deferred_remove" tag. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-01-31 16:57:19 +00:00
go build -tags
"
$(
BUILDTAGS
)
"
-o
$@
Add and use bin2img for creating images for tests Add tests which exercise image pulling, listing, and removal. When running tests, prepopulate the store with an image with the default infrastructure container's name, using the locally-built "pause" binary, so that tests won't have to pull it down from the network. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2016-12-16 23:34:51 +00:00
.PHONY
:
clean
clean
:
rm -f bin2img
Reference in a new issue
Copy permalink