Skip to content

Commit 450f80b

Browse files
Rakshitha-KamathRakshitha-Kamath
authored andcommitted
haproxy-5-3: fix
Signed-off-by: Rakshitha-Kamath <[email protected]>
1 parent 5e5538b commit 450f80b

File tree

4 files changed

+473
-485
lines changed

4 files changed

+473
-485
lines changed

Dockerfile

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

33
RUN microdnf update -y
44

5-
# If you edit this version number, edit it here *and* the LABEL below:
6-
RUN microdnf install -y haproxy && rpm -q haproxy-2.4.22
7-
8-
# Only install qatengine package when building on x86_64 arch.
9-
RUN if [ $(uname --hardware-platform) == "linux/amd64" ]; then microdnf install -y qatengine; fi
5+
RUN microdnf install -y haproxy22
106

117
LABEL maintainer="Guillaume Abrioux <[email protected]>"
128
LABEL com.redhat.component="rhceph-haproxy-container"
139
LABEL name="haproxy"
14-
LABEL version=2.4.22
10+
LABEL version=2.2.19
1511
LABEL description="HAProxy container"
1612
LABEL summary="Provides HAproxy container."
1713
LABEL io.k8s.display-name="HAProxy container"
1814
LABEL io.k8s.description="HAProxy container"
19-
LABEL io.openshift.tags="2.4.22"
15+
LABEL io.openshift.tags="2.2.19"
2016
LABEL cpe=cpe:/a:redhat:ceph_storage:5::el8
2117
LABEL org.opencontainers.image.created="${BUILD_DATE}"
2218

rpms.in.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ context:
55
bare: true
66

77
arches:
8-
- x86_64
98
- ppc64le
109
- s390x
10+
- x86_64
1111

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

0 commit comments

Comments
 (0)