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
10 lines
228 B
Django/Jinja
10 lines
228 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}murano-base:{{ tag }}
|
|
MAINTAINER {{ maintainer }}
|
|
|
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
|
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
|
|
|
{{ include_footer }}
|
|
|
|
USER murano
|