File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11
2- FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8 -minimal:latest
2+ FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9 -minimal:latest
33
44# Update the image to get the latest CVE updates
55RUN microdnf update -y \
66 && microdnf install -y --nodocs \
77 bash \
8- curl \
8+ curl-minimal \
99 iproute \
10- keepalived-2.1.5 \
10+ keepalived-2.2.8 \
1111 && rm /etc/keepalived/keepalived.conf
1212
1313COPY /skel /
@@ -19,9 +19,12 @@ CMD ["./init.sh"]
1919# Build specific labels
2020LABEL maintainer=
"Guillaume Abrioux <[email protected] >" 2121LABEL com.redhat.component="keepalived-container"
22- LABEL version=2.1.5
22+ LABEL version=2.2.8
2323LABEL name="keepalived"
2424LABEL description="Red Hat Ceph Storage keepalived"
25- LABEL summary="Provides the keepalived on RHEL 8 for Red Hat Ceph Storage."
26- LABEL io.k8s.display-name="Keepalived on RHEL 8"
25+ LABEL summary="Provides the keepalived on RHEL 9 for Red Hat Ceph Storage."
26+ LABEL io.k8s.display-name="Keepalived on RHEL 9"
27+ LABEL io.k8s.description="keepalived-container"
2728LABEL io.openshift.tags="rhceph ceph keepalived"
29+ LABEL cpe=cpe:/a:redhat:ceph_storage:9::el9
30+ LABEL org.opencontainers.image.created="${BUILD_DATE}"
You can’t perform that action at this time.
0 commit comments