1
0

Added DO NOT EDIT THIS FILE pre-amble to auto-generated Dockerfile

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-09-16 17:18:30 -07:00
parent 92b62d4636
commit d81ceaa379
2 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,15 @@
#
# DO NOT EDIT THIS DOCKERFILE
#
# This file is auto-generated via scripts/build-dockerfile
# by using environment substitution while concatenating the
# contents of templates/*, and then adding the contents
# of Dockerfile.solution
#
# Most solution specific changes should be isolated in
# Dockerfile.solution. After making changes, you can
# then re-run scripts/build-dockerfile
#
#
# Template begins here (from templates/templates/00-FROM.in)

View File

@ -10,6 +10,21 @@ export $(grep -v '^#' MANIFEST | xargs -d '\n')
#
[ -e Dockerfile ] && rm Dockerfile
cat << EOM > Dockerfile
#
# DO NOT EDIT THIS DOCKERFILE
#
# This file is auto-generated via scripts/build-dockerfile
# by using environment substitution while concatenating the
# contents of templates/*, and then adding the contents
# of Dockerfile.solution
#
# Most solution specific changes should be isolated in
# Dockerfile.solution. After making changes, you can
# then re-run scripts/build-dockerfile
#
EOM
for snippet in templates/*.in; do
cat << EOM >> Dockerfile