scripts: add helper script to use Docker containers
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 12 Jul 2018 13:53:06 +0000 (08:53 -0500)
committerWei Liu <wei.liu2@citrix.com>
Fri, 20 Jul 2018 10:27:54 +0000 (11:27 +0100)
commit5437bdcd48e9812e66ec3ea656fd655289d08435
treef20864722a078b9d3287545afa9641f4469c2f9b
parent95b62f9be3c5238ec54c63636ec0d81960074d32
scripts: add helper script to use Docker containers

This adds a script that can be used to do builds easily within the
defined containers under the automation directory. These containers live
in the public GitLab registry under the xen-project namespace. The
script can be executed a number of ways but the default is to drop you
at a bash shell within a Debian Stretch container at the top level of
the source tree.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
automation/build/README.md
automation/scripts/containerize [new file with mode: 0755]