Skip to content

Commit b4a8a25

Browse files
authored
fix(spark-connect-client): Remove 3.5.7 and 4.0.1 (#1526)
This was missed in #1525 and results in image build failures.
1 parent 55d3c5f commit b4a8a25

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

spark-connect-client/boil-config.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
[metadata.registries]
22
"oci.stackable.tech" = { namespace = "stackable" }
33

4-
[versions."3.5.7".local-images]
5-
spark-k8s = "3.5.7"
6-
java-base = "17"
7-
8-
[versions."3.5.7".build-arguments]
9-
python-version = "3.11"
10-
114
[versions."3.5.8".local-images]
125
spark-k8s = "3.5.8"
136
java-base = "17"
147

158
[versions."3.5.8".build-arguments]
169
python-version = "3.11"
1710

18-
[versions."4.0.1".local-images]
19-
spark-k8s = "4.0.1"
20-
java-base = "21"
21-
22-
[versions."4.0.1".build-arguments]
23-
python-version = "3.12"
24-
2511
[versions."4.1.1".local-images]
2612
spark-k8s = "4.1.1"
2713
java-base = "21"

spark-k8s/boil-config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jmx-exporter-version = "1.3.0"
2424
tini-version = "0.19.0"
2525
hbase-connector-version = "1.0.1_3.5.8"
2626

27-
2827
# LTS since 26.7.0
2928
[versions."4.1.1"]
3029
containerfile = "Dockerfile.4"

0 commit comments

Comments
 (0)