Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- hive: Build [hive-metastore-opa-authorizer](https://github.com/boschglobal/hive-metastore-opa-authorizer) from source and add to image ([#1340]).
- hive: Add `4.2.0` ([#1356]).
- nifi: Add patches to replace process group root ID placeholder ([#1358]).
- opensearch-dashboards: Add `3.4.0` ([#1392]).
- testing-tools: build testing tools subimages in workflow ([#1366]).

### Changed
Expand Down Expand Up @@ -47,6 +48,7 @@ All notable changes to this project will be documented in this file.
[#1387]: https://github.com/stackabletech/docker-images/pull/1387
[#1388]: https://github.com/stackabletech/docker-images/pull/1388
[#1389]: https://github.com/stackabletech/docker-images/pull/1389
[#1392]: https://github.com/stackabletech/docker-images/pull/1392

## [25.11.0] - 2025-11-07

Expand Down
6 changes: 4 additions & 2 deletions opensearch-dashboards/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,17 @@ COPY \

# tar - extract OpenSearch Dashboards from archive & create source code archive
# unzip - extract plugin from archive
# xz - extract Node package
# yarn - build Opensearch Dashboards
# cdxgen - generate CycloneDX SBOM
RUN <<EOF
ARCH="${TARGETARCH/amd64/x64}"
microdnf update
microdnf install tar unzip
microdnf install tar unzip xz
microdnf clean all
rm -rf /var/cache/yum
curl "https://repo.stackable.tech/repository/packages/node/node-v${NODEJS_VERSION}-linux-${ARCH}.tar.gz" | tar -xzC /usr/local --strip-components=1
curl "https://repo.stackable.tech/repository/packages/node/node-v${NODEJS_VERSION}-linux-${ARCH}.tar.xz" | \
tar --extract --xz --directory=/usr/local --strip-components=1
npm install -g yarn@${YARN_VERSION} @cyclonedx/cdxgen@${CDXGEN_VERSION}
EOF

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/alerting-dashboards-plugin"
base = "0a6a99334c15de17d75ea0cc8bab253a94eb86ac"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/anomaly-detection-dashboards-plugin"
base = "ff906088864d19e6f138a7f4cd2b1b79b9092b63"
31 changes: 28 additions & 3 deletions opensearch-dashboards/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,31 @@ vector = "0.52.0"
"opensearch-dashboards/opensearch-build" = "3.1.0"

[versions."3.1.0".build-arguments]
nodejs-version = "20.18.3"
yarn-version = "1.22.19"
cdxgen-version = "11.7.0"
nodejs-version = "20.19.6"
yarn-version = "1.22.22"
cdxgen-version = "12.0.0"

[versions."3.4.0".local-images]
stackable-devel = "1.0.0"
"opensearch-dashboards/alerting-dashboards-plugin"= "3.4.0.0"
"opensearch-dashboards/anomaly-detection-dashboards-plugin"= "3.4.0.0"
"opensearch-dashboards/dashboards-assistant"= "3.4.0.0"
"opensearch-dashboards/dashboards-flow-framework"= "3.4.0.0"
"opensearch-dashboards/dashboards-maps"= "3.4.0.0"
"opensearch-dashboards/dashboards-notifications"= "3.4.0.0"
"opensearch-dashboards/dashboards-observability"= "3.4.0.0"
"opensearch-dashboards/dashboards-query-workbench"= "3.4.0.0"
"opensearch-dashboards/dashboards-reporting"= "3.4.0.0"
"opensearch-dashboards/dashboards-search-relevance"= "3.4.0.0"
"opensearch-dashboards/index-management-dashboards-plugin"= "3.4.0.0"
"opensearch-dashboards/ml-commons-dashboards"= "3.4.0.0"
"opensearch-dashboards/query-insights-dashboards"= "3.4.0.0"
"opensearch-dashboards/security-analytics-dashboards-plugin"= "3.4.0.0"
"opensearch-dashboards/security-dashboards-plugin"= "3.4.0.0"
"opensearch-dashboards/opensearch-build"= "3.4.0"
"vector" = "0.52.0"

[versions."3.4.0".build-arguments]
nodejs-version = "20.19.6"
yarn-version = "1.22.22"
cdxgen-version = "12.0.0"
3 changes: 3 additions & 0 deletions opensearch-dashboards/dashboards-assistant/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-assistant"
base = "4f07a0d44ab4d1f59fe678b3dae335c0f560ad51"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-flow-framework"
base = "42a29c30deb753b4b3b80c8bd4691237f78bae85"
3 changes: 3 additions & 0 deletions opensearch-dashboards/dashboards-maps/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-maps"
base = "f5c851e6861457fdb35caf481245038402436f17"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-notifications"
base = "099f245a630d2e324c380fd9ca851f99b99e3c03"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-observability"
base = "38ffdc9bd80254a08ac67abf75141385867baf3e"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-query-workbench"
base = "dec5f72bc48917751dde1b38f0e653a15e5091b9"
3 changes: 3 additions & 0 deletions opensearch-dashboards/dashboards-reporting/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-reporting"
base = "9897418e8372e3d588c1979e60b3efc6ff97db2e"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/dashboards-search-relevance"
base = "b6d71572cd7678bd84e1821b7dfea6f2cb5f94db"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/index-management-dashboards-plugin"
base = "5bdca73257641eeb02168e5e6ba973fd325a28e7"
3 changes: 3 additions & 0 deletions opensearch-dashboards/ml-commons-dashboards/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/ml-commons-dashboards"
base = "464ba767a693676f1b81e847eba254749d2c9e56"
3 changes: 3 additions & 0 deletions opensearch-dashboards/opensearch-build/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
From c9a8963ef7dfa49dbca41656fc1a42b9af83cdc4 Mon Sep 17 00:00:00 2001
From: Benedikt Labrenz <benedikt@labrenz.org>
Date: Tue, 9 Sep 2025 16:41:31 +0200
Subject: set correct OPENSEARCH_DASHBOARDS_HOME in docker entrypoint

---
.../opensearch-dashboards-docker-entrypoint-3.x.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-3.x.sh b/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-3.x.sh
index ae9e98cf..ea52208c 100755
--- a/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-3.x.sh
+++ b/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-3.x.sh
@@ -16,7 +16,7 @@
# --opensearch.startupTimeout=60

# Setup Home Directory
-export OPENSEARCH_DASHBOARDS_HOME=/usr/share/opensearch-dashboards
+export OPENSEARCH_DASHBOARDS_HOME=/stackable/opensearch-dashboards

opensearch_dashboards_vars=(
console.enabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/opensearch-build"
base = "9917c3edf20efcd4db8328b732a6cfc4673675ca"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/query-insights-dashboards"
base = "418bc1de322b67345eaee6c72465973d8c34049d"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/security-analytics-dashboards-plugin"
base = "1048b97e9f06a59c8e486405c94f1312372dc150"
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[versions."3.1.0.0".local-images]
stackable-devel = "1.0.0"

[versions."3.4.0.0".local-images]
stackable-devel = "1.0.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/security-dashboards-plugin"
base = "08375f7f429f136cc7fd8f9a14845993101d087d"
2 changes: 2 additions & 0 deletions opensearch-dashboards/stackable/patches/3.4.0/patchable.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mirror = "https://github.com/stackabletech/opensearch-dashboards"
base = "c1d92e84395038f5f99e64e27b00c00fbabcd075"