File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.redhat.io/ubi8 /ubi-minimal:latest
1
+ FROM registry.redhat.io/ubi9 /ubi-minimal:latest
2
2
3
3
RUN microdnf update -y
4
4
5
- RUN microdnf install -y haproxy22
5
+ RUN microdnf install -y haproxy
6
6
7
7
LABEL maintainer=
"Guillaume Abrioux <[email protected] >"
8
8
LABEL com.redhat.component="rhceph-haproxy-container"
9
9
LABEL name="haproxy"
10
- LABEL version=2.2.19
10
+ LABEL version=2.4.17
11
11
LABEL description="HAProxy container"
12
12
LABEL summary="Provides HAproxy container."
13
13
LABEL io.k8s.display-name="HAProxy container"
Original file line number Diff line number Diff line change 1
1
---
2
2
x86_64 :
3
- - rhel-8 -for-x86_64-baseos-rpms
4
- - rhel-8 -for-x86_64-appstream-rpms
3
+ - rhel-9 -for-x86_64-baseos-rpms
4
+ - rhel-9 -for-x86_64-appstream-rpms
5
5
ppc64le :
6
- - rhel-8 -for-ppc64le-baseos-rpms
7
- - rhel-8 -for-ppc64le-appstream-rpms
6
+ - rhel-9 -for-ppc64le-baseos-rpms
7
+ - rhel-9 -for-ppc64le-appstream-rpms
8
8
s390x :
9
- - rhel-8 -for-s390x-baseos-rpms
10
- - rhel-8 -for-s390x-appstream-rpms
9
+ - rhel-9 -for-s390x-baseos-rpms
10
+ - rhel-9 -for-s390x-appstream-rpms
You can’t perform that action at this time.
0 commit comments