File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10-minimal:latest
3
3
RUN microdnf update -y
4
4
5
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
6
+ RUN microdnf install -y haproxy && rpm -q haproxy-3.0.5
7
7
8
8
# Only install qatengine package when building on x86_64 arch.
9
9
RUN if [ $(uname --hardware-platform) == "linux/amd64" ]; then microdnf install -y qatengine; fi
10
10
11
11
LABEL maintainer=
"Guillaume Abrioux <[email protected] >"
12
12
LABEL com.redhat.component="rhceph-haproxy-container"
13
13
LABEL name="haproxy"
14
- LABEL version=2.4.22
14
+ LABEL version=3.0.5-4
15
15
LABEL description="HAProxy container"
16
16
LABEL summary="Provides HAproxy container."
17
17
LABEL io.k8s.display-name="HAProxy container"
You can’t perform that action at this time.
0 commit comments