2a491b9896
Updates to ensure commands run in the murano containers are done as the 'murano' user rather than root. Change-Id: I558c46b032f11b83a9dc6b5abc158aa6d24ec0eb Partially-Implements: blueprint drop-root
7 lines
124 B
Django/Jinja
7 lines
124 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}murano-base:{{ tag }}
|
|
MAINTAINER {{ maintainer }}
|
|
|
|
{{ include_footer }}
|
|
|
|
USER murano
|