UNCLASSIFIED

Commit 28c53ee7 authored by David Kowalski's avatar David Kowalski
Browse files

Move back to standard ubi 8.2 base image

parent 1688c05c
Pipeline #74012 passed with stages
in 13 minutes and 50 seconds
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8-minimal
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.2
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......@@ -11,7 +11,7 @@ COPY NOTICE.txt .
RUN chmod 755 elastic-operator
# Update the base image packages to the latest versions
RUN microdnf update --setopt=tsflags=nodocs && microdnf clean all
RUN dnf update -y --setopt=tsflags=nodocs && dnf clean all
USER 1001
ENTRYPOINT "./elastic-operator"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment