Doodle3D / openwrt-buildroot-example

Example docker environment for building images for a specific project.
MIT License
17 stars 8 forks source link

Build image when not available #7

Closed peteruithoven closed 9 years ago

peteruithoven commented 9 years ago

It would be nice if setup could automatically build the image when it isn't available (locally or online).

peteruithoven commented 9 years ago

The difficult part is checking when not to do it. docker images with a filter could be used to check whether a image exists locally. But checking whether it exists in docker-hub is more tricky.