Remove the chmod g+s command from ironbank docker image (#14435)

This commit is contained in:
Rob Bavey 2022-08-16 10:10:06 -04:00 committed by GitHub
parent cd60c6522a
commit c124cc6c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,8 @@ RUN \
mkdir /licenses/ && \
mv /usr/share/logstash/NOTICE.TXT /licenses/NOTICE.TXT && \
mv /usr/share/logstash/LICENSE.txt /licenses/LICENSE.txt && \
find /usr/share/logstash -type d -exec chmod g+s {} \; && \
{% if image_flavor != 'ironbank' -%} find /usr/share/logstash -type d -exec chmod g+s {} \; && \
{% endif -%}
ln -s /usr/share/logstash /opt/logstash
{% if image_flavor != 'ironbank' -%}