Skip to content

Commit a176728

Browse files
Pradnya-ChikhalePradnya-Chikhale
authored andcommitted
keepalived: added labels
1 parent 8d7a60c commit a176728

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Dockerfile

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
55
RUN 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

1313
COPY /skel /
@@ -19,9 +19,12 @@ CMD ["./init.sh"]
1919
# Build specific labels
2020
LABEL maintainer="Guillaume Abrioux <[email protected]>"
2121
LABEL com.redhat.component="keepalived-container"
22-
LABEL version=2.1.5
22+
LABEL version=2.2.8
2323
LABEL name="keepalived"
2424
LABEL 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"
2728
LABEL io.openshift.tags="rhceph ceph keepalived"
29+
LABEL cpe=cpe:/a:redhat:ceph_storage:9::el9
30+
LABEL org.opencontainers.image.created="${BUILD_DATE}"

0 commit comments

Comments
 (0)