We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8106435 commit defba48Copy full SHA for defba48
Dockerfile
@@ -3,7 +3,7 @@ FROM registry.redhat.io/ubi9/ubi-minimal:latest
3
RUN microdnf update -y
4
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
+RUN microdnf install -y qatengine haproxy && rpm -q haproxy-2.4.22
7
8
LABEL maintainer="Guillaume Abrioux <[email protected]>"
9
LABEL com.redhat.component="rhceph-haproxy-container"
0 commit comments