File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
ARG BUILD_ENV=prod
2
- ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1732804088
2
+ ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1736404036
3
3
4
4
FROM $BASE as build_prod
5
5
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ Tested with RedHat community-powered Grafana operator v.5
41
41
42
42
43
43
44
+ # Version 7.2.1 (01/15/2025)
45
+ Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1736404036 \
46
+
47
+ Tested with Grafana version 11
48
+ Tested with RedHat community-powered Grafana operator v.5
49
+
50
+
51
+
44
52
# Version 7.2.0 (12/06/2024)
45
53
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1732804088 \
46
54
Speed up OpenTSDB /search/lookup REST Api endpoint response time \
Original file line number Diff line number Diff line change @@ -32,6 +32,17 @@ Classic Scale:
32
32
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
33
33
- RedHat community-powered Grafana-Operator v5
34
34
35
+ # Version 7.2.1 (01/15/2025)
36
+ Classic Scale:
37
+ - Python 3.9
38
+ - CherryPy 18.10.0
39
+ - IBM Storage Scale system must run 5.1.9 and above
40
+ - Grafana 11.0.0 and above
41
+
42
+ Cloud native:
43
+ - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.9.8,5.2.2.1
44
+ - RedHat community-powered Grafana-Operator v5
45
+
35
46
# Version 7.2.0 (12/06/2024)
36
47
Classic Scale:
37
48
- Python 3.9
You can’t perform that action at this time.
0 commit comments