StarlingX Documentation
Go to file
Abraham Arce f4dfbc4ec5 [Developer Guide] Dockerfile Unification
The current building process involves a serie of steps that can be simplified
in order to do the process/experience more user friendly for our end users:

- Unification of Docker files into one allows to build base container via a
  single make call.
- Remove the copy of git configuration file since it will be generated.

Based on the unification to one Dockerfile, our Developer Guide
new "flow" is:

- Prepare Base Docker Image
  - Build "base image"
- Build the CentOS Mirror Repository
  - Run container from "base image"
  - Get mirror files
- Create StarlingX Packages
  - Run container from "base image"
  - Get StarlingX source code
  - Build StarlingX packages
- Build StarlingX ISO

Story: 2003712
Task: 28010

Change-Id: I5776a7c515a7f2f1f3355644092b1d0a913f1ee8
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2019-01-14 05:02:42 -06:00
api-ref/source API Reference Docs Landing Page 2018-10-25 09:22:11 -07:00
doc [Developer Guide] Dockerfile Unification 2019-01-14 05:02:42 -06:00
.gitignore [Doc] OpenStack API Reference Guide Staging Repos 2018-09-25 17:07:17 -07:00
.gitreview Added .gitreview 2018-07-03 05:22:28 +00:00
.zuul.yaml Add api-ref publish job 2018-10-12 18:32:17 +00:00
README.rst Create initial template for documentation 2018-07-23 11:10:41 -05:00
test-requirements.txt Update base with current OpenStack PTI config 2018-07-23 16:14:10 -05:00
tox.ini Add project links and pages for API Ref and Release Notes 2018-10-18 19:13:22 -05:00

README.rst

StarlingX documentation

This repository contains base documentation for the StarlingX project.