Skip to content

Commit 5f13c71

Browse files
committed
update to rhel9
1 parent 7b84b84 commit 5f13c71

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM registry.redhat.io/ubi8/ubi-minimal:latest
1+
FROM registry.redhat.io/ubi9/ubi-minimal:latest
22

33
RUN microdnf update -y
44

5-
RUN microdnf install -y haproxy22
5+
RUN microdnf install -y haproxy
66

77
LABEL maintainer="Guillaume Abrioux <[email protected]>"
88
LABEL com.redhat.component="rhceph-haproxy-container"
99
LABEL name="haproxy"
10-
LABEL version=2.2.19
10+
LABEL version=2.4.17
1111
LABEL description="HAProxy container"
1212
LABEL summary="Provides HAproxy container."
1313
LABEL io.k8s.display-name="HAProxy container"

content_sets.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
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
55
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
88
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

0 commit comments

Comments
 (0)