Merge "Clear ENTRYPOINT configuration for Bifrost"

This commit is contained in:
Zuul 2018-12-18 07:13:42 +00:00 committed by Gerrit Code Review
commit 472d9e9ac8
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ RUN /usr/sbin/update-rc.d -f ondemand remove; \
{{ macros.install_packages(bifrost_deploy_packages | customizable("packages")) }}
# Clear any customisation by Kolla to entrypoint & command
ENTRYPOINT []
CMD [ "/sbin/init" ]
{% block bifrost_deploy_footer %}{% endblock %}