roboconf / roboconf-platform

The core modules and the platform
Apache License 2.0
35 stars 11 forks source link

Add support for Docker Files #310

Closed cdeneux closed 7 years ago

cdeneux commented 9 years ago

Roboconf supports Docker but we can't use docker files to define the content of the docker container.

Please, add something to support docker files.

vincent-zurczak commented 9 years ago

You may be interested by #479, as both options may reunite.

vincent-zurczak commented 7 years ago

479 is one thing.

But now that we have Docker images on Docker hub, we should rely on them and rewrite a part of our Docker target extension. In fact, we should replace ALL the properties related to image generation and allow to specify a Docker file instead. This Docker file would extend our official agent image. The web site would provide some examples.