Commit Graph

5 Commits

Author SHA1 Message Date
Erich Cordoba 12ca05299d Move docker creation and deletion to tb.sh
A makefile was used only for creation and clean up of the docker
image for building. In this process, all the environment variables
were sourced and included into the Makefile. However this can fail
on systems that has functions and cause a failing makefile.

Trying to fixing this issue I realize that this Makefile ain't needed,
as all the logic for docker management is under `tb.sh`, therefore makes
sense to remove this Makefile and use this script for the entire process.

Story: 2002560

Change-Id: I2795593521a5d16dc2033861946fd09c2270424e
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2019-02-19 11:21:42 -06:00
Mario Alfredo Carrillo Arevalo 402961394e Update Makefile
Now the Makefile will be dedicated to build just one docker image,
this commit updates the Makefile rules.

Story: 2003712
Task: 226370
Depends-On: https://review.openstack.org/#/c/601306/

Change-Id: Icaf303ce387cab39eea25c5079e27edb73afad89
Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
2018-11-08 21:20:44 -06:00
Erich Cordoba 96cfc9860b Enable multiple docker images per user.
With this change, the docker image will be created using the
MYUNAME variable set in the localrc file.

Closes-Bug: 1796360

Change-Id: Ia82a3ac463d77b6f59b5ba7ab59ae7bbf3eba49c
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2018-10-05 11:18:11 -05:00
Yi Wang e80c20cdfe fix making building image issues
Use "host" network mode instead of default "bridge" mode to access
external network.

Change-Id: I5735489c480c074a64cd72406592b758040e3be0
Signed-off-by: Yi Wang <yi.c.wang@intel.com>
2018-07-05 13:22:49 +08:00
Dean Troyer 62bd0253f0 Add build tools
This includes Docker containers to perform the StarlingX build
and a set of scripts to maintain a local mirror of binary CentOS
and other packages required to populate the final ISO file.

Change-Id: I8140fd8fa2d00e7aa98c895a8e4962ab3748669d
2018-06-08 17:01:43 -05:00