Skip to content

Commit 5d36cb9

Browse files
authored
chore(trino): Add 479, remove 451 and 476 (#1403)
* chore(trino-cli): Bump to 479 * chore(trino): Add 479, remove 451 and 476 * chore(java): Remove unused java versions * chore: Update changelog
1 parent 88f29c5 commit 5d36cb9

18 files changed

+38
-186
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
1616
- opensearch-dashboards: Add `3.4.0` ([#1392]).
1717
- testing-tools: build testing tools subimages in workflow ([#1366]).
1818
- kafka: Add `4.1.1` ([#1395]).
19+
- trino: Add `479` ([#1403]).
1920

2021
### Changed
2122

@@ -25,6 +26,7 @@ All notable changes to this project will be documented in this file.
2526
- hive: fixed 4.0.1 shaded hive-metastore-opa-authorizer jar by relocating dependencies ([#1356]).
2627
- testing-tools: fix: add kubectl and openssl ([#1367]).
2728
- trino: Backport Kafka offset handling to 477 ([#1373]).
29+
- trino-cli: Bump to `479` ([#1403]).
2830
- ubi: Bumped ubi9 and ubi10 hashes ([#1386]).
2931
- vector: Bumped from 0.49.0 to 0.52.0 ([#1387]).
3032

@@ -36,6 +38,7 @@ All notable changes to this project will be documented in this file.
3638
- kafka: Remove `3.7.2` and `4.1.0` ([#1395]).
3739
- opa: Remove `1.4.2` ([#1396]).
3840
- zookeeper: Remove `3.9.3` ([#1401]).
41+
- trino: Remove `451` and `476` ([#1403]).
3942

4043
### Fixed
4144

@@ -64,6 +67,7 @@ All notable changes to this project will be documented in this file.
6467
[#1395]: https://github.com/stackabletech/docker-images/pull/1395
6568
[#1396]: https://github.com/stackabletech/docker-images/pull/1396
6669
[#1401]: https://github.com/stackabletech/docker-images/pull/1401
70+
[#1403]: https://github.com/stackabletech/docker-images/pull/1403
6771
[#1405]: https://github.com/stackabletech/docker-images/pull/1405
6872

6973
## [25.11.0] - 2025-11-07

java-base/boil-config.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ vector = "0.52.0"
1010
[versions."21".local-images]
1111
vector = "0.52.0"
1212

13-
[versions."22".local-images]
14-
vector = "0.52.0"
15-
16-
[versions."23".local-images]
13+
[versions."24".local-images]
1714
vector = "0.52.0"
1815

19-
[versions."24".local-images]
16+
[versions."25".local-images]
2017
vector = "0.52.0"

java-devel/boil-config.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ stackable-devel = "1.0.0"
1010
[versions."21".local-images]
1111
stackable-devel = "1.0.0"
1212

13-
[versions."22".local-images]
14-
stackable-devel = "1.0.0"
1513

16-
[versions."23".local-images]
14+
[versions."24".local-images]
1715
stackable-devel = "1.0.0"
1816

19-
[versions."24".local-images]
17+
[versions."25".local-images]
2018
stackable-devel = "1.0.0"

jdk-base/boil-config.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
[versions."8".local-images]
2-
vector = "0.52.0"
3-
4-
[versions."11".local-images]
5-
vector = "0.52.0"
6-
7-
[versions."17".local-images]
8-
vector = "0.52.0"
9-
101
[versions."21".local-images]
112
vector = "0.52.0"
123

13-
[versions."22".local-images]
14-
vector = "0.52.0"
15-
16-
[versions."23".local-images]
17-
vector = "0.52.0"
184

195
[versions."24".local-images]
206
vector = "0.52.0"

trino-cli/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[versions."477".local-images]
2-
java-base = "24"
1+
[versions."479".local-images]
2+
java-base = "25"

trino/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ FROM local-image/trino/trino AS trino-builder
88
FROM local-image/java-base
99

1010
ARG PRODUCT_VERSION
11+
ARG TRINO_STORAGE_CONNECTOR_VERSION
1112
ARG RELEASE_VERSION
1213
ARG STACKABLE_USER_UID
1314
ARG JMX_EXPORTER_VERSION
@@ -38,9 +39,9 @@ EOF
3839
COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable/trino-server /stackable/trino-server-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}
3940
COPY --chown=${STACKABLE_USER_UID}:0 trino/licenses /licenses
4041

41-
COPY --from=trino-storage-connector-image --chown=${STACKABLE_USER_UID}:0 /stackable/src/trino-storage-connector/patchable-work/worktree/${PRODUCT_VERSION}/target/trino-storage-${PRODUCT_VERSION}-stackable${RELEASE_VERSION} /stackable/trino-server-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}/plugin/trino-storage-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}
42-
COPY --from=trino-storage-connector-image --chown=${STACKABLE_USER_UID}:0 /stackable/src/trino-storage-connector/patchable-work/worktree/${PRODUCT_VERSION}/target/bom.json /stackable/trino-server-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}/plugin/trino-storage-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}/trino-storage-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}.cdx.json
43-
COPY --from=trino-storage-connector-image --chown=${STACKABLE_USER_UID}:0 /stackable/trino-storage-connector-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}-src.tar.gz /stackable
42+
COPY --from=trino-storage-connector-image --chown=${STACKABLE_USER_UID}:0 /stackable/src/trino-storage-connector/patchable-work/worktree/${TRINO_STORAGE_CONNECTOR_VERSION}/target/trino-storage-${TRINO_STORAGE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION} /stackable/trino-server-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}/plugin/trino-storage-${TRINO_STORAGE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION}
43+
COPY --from=trino-storage-connector-image --chown=${STACKABLE_USER_UID}:0 /stackable/src/trino-storage-connector/patchable-work/worktree/${TRINO_STORAGE_CONNECTOR_VERSION}/target/bom.json /stackable/trino-server-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}/plugin/trino-storage-${TRINO_STORAGE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION}/trino-storage-${TRINO_STORAGE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION}.cdx.json
44+
COPY --from=trino-storage-connector-image --chown=${STACKABLE_USER_UID}:0 /stackable/trino-storage-connector-${TRINO_STORAGE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION}-src.tar.gz /stackable
4445

4546
COPY --chown=${STACKABLE_USER_UID}:0 trino/stackable/jmx /stackable/jmx
4647

trino/boil-config.toml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
[versions."451".local-images]
2-
java-base = "22"
3-
"trino/trino" = "451"
4-
"trino/storage-connector" = "451"
5-
6-
[versions."451".build-arguments]
7-
jmx-exporter-version = "1.3.0"
8-
9-
[versions."476".local-images]
10-
java-base = "24"
11-
"trino/trino" = "476"
12-
"trino/storage-connector" = "476"
13-
14-
[versions."476".build-arguments]
15-
jmx-exporter-version = "1.3.0"
16-
171
[versions."477".local-images]
182
java-base = "24"
193
"trino/trino" = "477"
204
"trino/storage-connector" = "477"
215

226
[versions."477".build-arguments]
237
jmx-exporter-version = "1.3.0"
8+
9+
[versions."479".local-images]
10+
java-base = "25"
11+
"trino/trino" = "479"
12+
"trino/storage-connector" = "477"
13+
# There is no 479 connector yet
14+
# "trino/storage-connector" = "479"
15+
16+
[versions."479".build-arguments]
17+
jmx-exporter-version = "1.3.0"
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
[versions."451".local-images]
2-
"trino/trino" = "451"
3-
java-devel = "22"
4-
5-
[versions."476".local-images]
6-
"trino/trino" = "476"
7-
java-devel = "24"
8-
91
[versions."477".local-images]
102
"trino/trino" = "477"
113
java-devel = "24"
4+
5+
[versions."479".local-images]
6+
"trino/trino" = "479"
7+
java-devel = "25"

trino/storage-connector/stackable/patches/451/0001-Add-CycloneDX-plugin.patch

Lines changed: 0 additions & 38 deletions
This file was deleted.

trino/storage-connector/stackable/patches/451/patchable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)