File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM brew. registry.redhat.io/ubi9 -minimal:latest
1+ FROM --platform=$BUILDPLATFORM registry.redhat.io/ubi8 -minimal:latest
22
33RUN microdnf update -y
44
@@ -17,7 +17,7 @@ LABEL summary="Provides HAproxy container."
1717LABEL io.k8s.display-name="HAProxy container"
1818LABEL io.k8s.description="HAProxy container"
1919LABEL io.openshift.tags="2.4.22"
20- LABEL cpe=cpe:/a:redhat:ceph_storage:9::el9
20+ LABEL cpe=cpe:/a:redhat:ceph_storage:5::el8
2121LABEL org.opencontainers.image.created="${BUILD_DATE}"
2222
2323STOPSIGNAL SIGUSR1
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ arches:
1111
1212# taken from install package list in Dockerfile
1313packages :
14- - haproxy22
14+ - haproxy-2.4.22
You can’t perform that action at this time.
0 commit comments