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:
parent
92b62d4636
commit
d81ceaa379
12
Dockerfile
12
Dockerfile
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user