File tree Expand file tree Collapse file tree 5 files changed +473
-489
lines changed Expand file tree Collapse file tree 5 files changed +473
-489
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM registry.redhat.io/ubi8-minimal:latest
1+ FROM registry.redhat.io/ubi8/ubi -minimal:latest
22
33RUN 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
117LABEL maintainer=
"Guillaume Abrioux <[email protected] >" 128LABEL com.redhat.component="rhceph-haproxy-container"
139LABEL name="haproxy"
14- LABEL version=2.4.22
10+ LABEL version=2.2.19
1511LABEL description="HAProxy container"
1612LABEL summary="Provides HAproxy container."
1713LABEL io.k8s.display-name="HAProxy container"
1814LABEL io.k8s.description="HAProxy container"
19- LABEL io.openshift.tags="2.4.22 "
15+ LABEL io.openshift.tags="2.2.19 "
2016LABEL cpe=cpe:/a:redhat:ceph_storage:5::el8
2117LABEL org.opencontainers.image.created="${BUILD_DATE}"
2218
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ context:
55 bare : true
66
77arches :
8- - x86_64
98 - ppc64le
109 - s390x
10+ - x86_64
1111
1212# taken from install package list in Dockerfile
1313packages :
14- - haproxy-2.4.22
14+ - haproxy22
You can’t perform that action at this time.
0 commit comments