-FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
+FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
-RUN microdnf install --nodocs \
+RUN microdnf install --assumeyes --nodocs \
bash \
- curl \
iproute \
- keepalived-2.1.5 \
+ keepalived-2.2.4 \
&& rm /etc/keepalived/keepalived.conf && microdnf clean all
COPY /skel /
# Build specific labels
LABEL maintainer="Guillaume Abrioux <gabrioux@redhat.com>"
LABEL com.redhat.component="keepalived-container"
-LABEL version=2.1.5
+LABEL version=2.2.4
LABEL name="keepalived"
LABEL description="keepalived for Ceph"
-LABEL summary="Provides keepalived on RHEL 8 for Ceph."
-LABEL io.k8s.display-name="Keepalived on RHEL 8"
+LABEL summary="Provides keepalived on RHEL 9 for Ceph."
+LABEL io.k8s.display-name="Keepalived on RHEL 9"
LABEL io.openshift.tags="Ceph keepalived"