1
0

Re-phrased use of SOLUTIONS and MANIFEST files

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-09-16 17:20:23 -07:00
parent d81ceaa379
commit 264c62a26f

View File

@ -32,11 +32,12 @@ scripts/build-dockerfile
``` ```
The above script uses environment substitution to stamp version The above script uses environment substitution to stamp version
information within the created Dockerfile. The files used are **SOLUTION**, information within the created Dockerfile. The files which declare
and **MANIFEST**. the environment variables are in **SOLUTION** and **MANIFEST**.
After building the template components, the file **Dockerfile.solution** is After joining the template/* pieces together, the file
then added to the Dockerfile with environment substitution. **Dockerfile.solution** is then added to the Dockerfile with
environment substitution.
## SOLUTION ## SOLUTION