Skip to content

Commit 5e5538b

Browse files
Gaurav1ARakshitha-Kamath
authored andcommitted
updated for 5.3
1 parent 0971593 commit 5e5538b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM brew.registry.redhat.io/ubi9-minimal:latest
1+
FROM --platform=$BUILDPLATFORM registry.redhat.io/ubi8-minimal:latest
22

33
RUN microdnf update -y
44

@@ -17,7 +17,7 @@ LABEL summary="Provides HAproxy container."
1717
LABEL io.k8s.display-name="HAProxy container"
1818
LABEL io.k8s.description="HAProxy container"
1919
LABEL io.openshift.tags="2.4.22"
20-
LABEL cpe=cpe:/a:redhat:ceph_storage:9::el9
20+
LABEL cpe=cpe:/a:redhat:ceph_storage:5::el8
2121
LABEL org.opencontainers.image.created="${BUILD_DATE}"
2222

2323
STOPSIGNAL SIGUSR1

rpms.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ arches:
1111

1212
# taken from install package list in Dockerfile
1313
packages:
14-
- haproxy22
14+
- haproxy-2.4.22

0 commit comments

Comments
 (0)