Skip to content

Commit

Permalink
Remove the chmod g+s command from ironbank docker image (elastic#14435
Browse files Browse the repository at this point in the history
)
  • Loading branch information
robbavey authored Aug 16, 2022
1 parent cd60c65 commit c124cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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' -%}
Expand Down

0 comments on commit c124cc6

Please sign in to comment.