Skip to content

Commit ed96f01

Browse files
committed
Remove 3.5.7 and 4.0.1, depricate 3.5.8, LTS 4.1.1
1 parent 1150cac commit ed96f01

1 file changed

Lines changed: 2 additions & 40 deletions

File tree

spark-k8s/boil-config.toml

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
[metadata.registries]
22
"oci.stackable.tech" = { namespace = "sdp" }
33

4-
[versions."3.5.7"]
5-
containerfile = "Dockerfile.3"
6-
7-
[versions."3.5.7".local-images]
8-
"hadoop/hadoop" = "3.4.2"
9-
java-base = "17"
10-
java-devel = "17"
11-
hbase = "2.6.3"
12-
"spark-k8s/hbase-connectors" = "1.0.1_3.5.7"
13-
14-
[versions."3.5.7".build-arguments]
15-
python-version = "3.11"
16-
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
17-
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
18-
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
19-
jackson-dataformat-xml-version = "2.15.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.12/3.5.7
20-
stax2-api-version = "4.2.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
21-
woodstox-core-version = "6.5.1" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
22-
jmx-exporter-version = "1.3.0"
23-
tini-version = "0.19.0"
24-
hbase-connector-version = "1.0.1_3.5.7"
25-
4+
# Deprecated since 26.7.0
265
[versions."3.5.8"]
276
containerfile = "Dockerfile.3"
287

@@ -45,25 +24,8 @@ jmx-exporter-version = "1.3.0"
4524
tini-version = "0.19.0"
4625
hbase-connector-version = "1.0.1_3.5.8"
4726

48-
[versions."4.0.1"]
49-
containerfile = "Dockerfile.4"
50-
51-
[versions."4.0.1".local-images]
52-
"hadoop/hadoop" = "3.4.2"
53-
java-base = "21"
54-
java-devel = "21"
55-
56-
[versions."4.0.1".build-arguments]
57-
python-version = "3.12"
58-
aws-java-sdk-bundle-version = "2.29.52" # needs to match the version shipped by Hadoop
59-
azure-storage-version = "7.0.1" # needs to match the version shipped by Hadoop
60-
azure-keyvault-core-version = "1.0.0" # needs to match the version shipped by Hadoop
61-
jackson-dataformat-xml-version = "2.18.2" # needs to match the version shipped by Spark https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/4.0.1
62-
stax2-api-version = "4.2.2" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
63-
woodstox-core-version = "7.0.0" # needs to match the jackson version https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.18.2
64-
jmx-exporter-version = "1.3.0"
65-
tini-version = "0.19.0"
6627

28+
# LTS since 26.7.0
6729
[versions."4.1.1"]
6830
containerfile = "Dockerfile.4"
6931

0 commit comments

Comments
 (0)