FROM {{ namespace }}/{{ image_prefix }}murano-base:{{ tag }} MAINTAINER {{ maintainer }} {% block murano_engine_header %}{% endblock %} {% import "macros.j2" as macros with context %} {% if install_type == 'binary' %} {% if base_distro in ['centos', 'oraclelinux', 'rhel'] %} {% set murano_engine_packages = ['openstack-murano-engine'] %} {% elif base_distro in ['ubuntu'] %} {% set murano_engine_packages = ['murano-engine'] %} {% endif %} {{ macros.install_packages(murano_engine_packages | customizable("packages")) }} {% endif %} {% block murano_engine_footer %}{% endblock %} {% block footer %}{% endblock %} {{ include_footer }} USER murano