techdragon 79ce0a3304 Enhanced dev_image_util with equivalent to --base_pkg
- "./build_image prod" already has the ability to specify which package will specify all the packages that should be pulled in and built into an image by specifying a package name using the --base_pkg command line flag. This creates an equivalent option for "./build_image dev" creating a --base_dev_pkg flag that passes a package name into the create_dev_img() function in dev_image_util.sh the same way that --base_pkg is passed into create_prod_image() inside prod_image_util.sh.
2015-03-02 13:21:56 +08:00
2015-02-27 16:47:45 -08:00
2013-07-31 11:20:58 -07:00
2015-02-24 23:54:43 +08:00
Description
image build and composition scripts for Flatcar Container Linux
BSD-3-Clause 177 MiB
Languages
Shell 93%
Python 6.9%