Skip to content

Commit

Permalink
Update the package repository and upgrade installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bthorat5 authored Sep 12, 2023
1 parent 00895c3 commit 1b220b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diagnostics/opensearch/filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM duplocloud/filebeat-oss:7.11.1-r7
RUN apk update && apk upgrade
COPY ./diagnostics/opensearch/filebeat/conf/filebeat.yml /usr/share/filebeat/filebeat.yml
COPY ./diagnostics/opensearch/filebeat/filebeat-entrypoint.sh /filebeat-entrypoint.sh
USER root
RUN chmod +x /filebeat-entrypoint.sh
RUN chmod go-w /usr/share/filebeat/filebeat.yml
USER filebeat
USER filebeat

0 comments on commit 1b220b8

Please sign in to comment.