Skip to content
Closed
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
4 changes: 2 additions & 2 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Build stage 0 `builder`:
# Extract Kibana artifact
################################################################################
FROM redhat/ubi9-minimal:latest AS builder
FROM redhat/ubi9-minimal:9.7-1778072020 AS builder

RUN microdnf install -y findutils tar gzip

Expand Down Expand Up @@ -63,7 +63,7 @@ RUN mkdir -p /usr/share/fonts/local && \
# Copy kibana from stage 0
# Add entrypoint
################################################################################
FROM redhat/ubi9-minimal:latest
FROM redhat/ubi9-minimal:9.7-1778072020
EXPOSE 5601

RUN microdnf install --setopt=tsflags=nodocs -y \
Expand Down
Loading