File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1212
1313{% set opensearch_dashboards_packages = ['opensearch-dashboards' ] %}
1414
15- {% if base_package_type == 'rpm' %}
16- {# TODO: OpenSearch will move from SHA1 in 2.8 release, remove this once 2.8 is out #}
17- RUN update-crypto-policies --set DEFAULT:SHA1
18- {% endif %}
19-
20- {# TODO: ugly hack to get past opensearch postinst, remove once #}
21- {# https://github.com/opensearch-project/opensearch-build/pull/3435 gets merged #}
22- {# and packages get rebuilt #}
23- RUN touch /usr/bin/systemd-tmpfiles && chmod a+rx /usr/bin/systemd-tmpfiles \
24- && {{ macros.install_packages(opensearch_dashboards_packages | customizable("packages"), chain=True) }} \
25- && rm -f /usr/bin/systemd-tmpfiles
15+ {{ macros.install_packages(opensearch_dashboards_packages | customizable("packages")) }}
2616
2717COPY extend_start.sh /usr/local/bin/kolla_extend_start
2818RUN chmod 755 /usr/local/bin/kolla_extend_start
Original file line number Diff line number Diff line change @@ -14,16 +14,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1414 'opensearch'
1515 ] %}
1616
17- {% if base_package_type == 'rpm' %}
18- {# TODO: OpenSearch will move from SHA1 in 2.8 release, remove this when 2.8 is out #}
19- RUN update-crypto-policies --set DEFAULT:SHA1
20- {% endif %}
21-
22- {# TODO: ugly hack to get past opensearch postinst, remove once #}
23- {# https://github.com/opensearch-project/opensearch-build/pull/3435 gets merged #}
24- {# and packages get rebuilt #}
25- RUN touch /usr/bin/systemd-tmpfiles && chmod a+rx /usr/bin/systemd-tmpfiles \
26- && {{ macros.install_packages(opensearch_packages | customizable("packages"), chain=True) }}
17+ {{ macros.install_packages(opensearch_packages | customizable("packages")) }}
2718
2819COPY extend_start.sh /usr/local/bin/kolla_extend_start
2920RUN chmod 755 /usr/local/bin/kolla_extend_start
You can’t perform that action at this time.
0 commit comments