File tree Expand file tree Collapse file tree 4 files changed +473
-485
lines changed Expand file tree Collapse file tree 4 files changed +473
-485
lines changed 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