File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM {{ namespace }}/{{ image_prefix }}storm:{{ tag }}
1
+ FROM {{ namespace }}/{{ image_prefix }}storm-base :{{ tag }}
2
2
{% block labels %}
3
3
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
4
4
{% endblock %}
5
5
6
- USER root
7
-
8
6
{% block monasca_thresh_header %}{% endblock %}
9
7
10
8
{% import "macros.j2" as macros with context %}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
3
3
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
4
4
{% endblock %}
5
5
6
- {% block storm %}{% endblock %}
6
+ {% block storm_base_header %}{% endblock %}
7
7
8
8
{% import "macros.j2" as macros with context %}
9
9
@@ -52,7 +52,4 @@ ENV PYTHON={{ '/usr/bin/python' ~ distro_python_version }}
52
52
COPY extend_start.sh /usr/local/bin/kolla_extend_start
53
53
RUN chmod 755 /usr/local/bin/kolla_extend_start
54
54
55
- {% block storm_footer %}{% endblock %}
56
- {% block footer %}{% endblock %}
57
-
58
- USER storm
55
+ {% block storm_base_footer %}{% endblock %}
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ FROM {{ namespace }}/{{ image_prefix }}storm-base:{{ tag }}
2
+ {% block labels %}
3
+ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
4
+ {% endblock %}
5
+
6
+ {% block storm_header %}{% endblock %}
7
+
8
+ {% import "macros.j2" as macros with context %}
9
+
10
+ {% block storm_footer %}{% endblock %}
11
+ {% block footer %}{% endblock %}
12
+
13
+ USER storm
You can’t perform that action at this time.
0 commit comments