Skip to content

Commit e1aa672

Browse files
Update Dockerfile with correct cpe label
1 parent 05dfcdd commit e1aa672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ LABEL summary="Provides the keepalived on RHEL 9 for Red Hat Ceph Storage."
2626
LABEL io.k8s.display-name="Keepalived on RHEL 9"
2727
LABEL io.k8s.description="keepalived-container"
2828
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}"
29+
LABEL cpe=cpe:/a:redhat:ceph_storage:7::el9
30+
LABEL org.opencontainers.image.created="${BUILD_DATE}"

0 commit comments

Comments
 (0)