You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hbase/versions.py
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,6 @@
1
1
versions= [
2
2
# Also do not merge java-base with java below as "JAVA-BASE is not a valid identifier" in Dockerfiles, it's unfortunate but to fix this would require a bigger refactoring of names or the image tools
3
3
# hbase-thirdparty is used to build the hbase-operator-tools and should be set to the version defined in the POM of HBase.
4
-
{
5
-
"product": "2.4.17",
6
-
"hbase_thirdparty": "4.1.5",
7
-
"hbase_operator_tools": "1.2.0",
8
-
"java-base": "11",
9
-
"java-devel": "11",
10
-
"async_profiler": "2.9",
11
-
"phoenix": "5.2.0",
12
-
"hbase_profile": "2.4",
13
-
"hadoop": "3.3.6",
14
-
"jmx_exporter": "1.0.1", # update the stackable/jmx/config<version> folder too
0 commit comments