Skip to content

Commit 047d809

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

File tree

5 files changed

+473
-489
lines changed

5 files changed

+473
-489
lines changed

.tekton/haproxy-5-3-pull-request.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,7 @@ spec:
152152
- name: name
153153
value: init
154154
- name: bundle
155-
<<<<<<< HEAD
156155
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
157-
=======
158-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
159-
>>>>>>> 1216198 (changes for HAProxy konflux set up for rel5.3)
160156
- name: kind
161157
value: task
162158
resolver: bundles

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)