mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 01:37:28 -04:00
Remove the chmod g+s
command from ironbank docker image (#14435)
This commit is contained in:
parent
cd60c6522a
commit
c124cc6c9e
1 changed files with 2 additions and 1 deletions
|
@ -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' -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue