Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ FROM redhat/ubi9-minimal:latest

RUN microdnf install --setopt=tsflags=nodocs -y \
nc shadow-utils zip unzip findutils procps-ng && \
microdnf update -y gnupg2 && \
microdnf clean all

RUN groupadd -g 1000 elasticsearch && \
Expand Down
1 change: 1 addition & 0 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ EXPOSE 5601

RUN microdnf install --setopt=tsflags=nodocs -y \
fontconfig liberation-fonts-common freetype shadow-utils nss findutils && \
microdnf update -y gnupg2 && \
microdnf clean all

# Bring in Kibana from the initial stage.
Expand Down
1 change: 1 addition & 0 deletions logstash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN \
microdnf install -y procps findutils tar gzip && \
microdnf install -y openssl && \
microdnf install -y which shadow-utils && \
microdnf update -y gnupg2 && \
microdnf clean all

# Provide a non-root user to run the process
Expand Down