File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010- nifi: Add version ` 2.9.0 ` ([ #1463 ] ).
1111- nifi: Backport NIFI-15801 to 2.x versions ([ #1481 ] ).
1212- nifi: Backport NIFI-15901 to 2.x versions ([ #1481 ] ).
13+ - testing-tools: Added grpcurl utility ([ #1493 ] ).
1314- opa: Add ` 1.16.2 ` ([ #1509 ] ).
1415
1516### Changed
@@ -37,6 +38,7 @@ All notable changes to this project will be documented in this file.
3738[ #1474 ] : https://github.com/stackabletech/docker-images/pull/1474
3839[ #1476 ] : https://github.com/stackabletech/docker-images/pull/1476
3940[ #1481 ] : https://github.com/stackabletech/docker-images/pull/1481
41+ [ #1493 ] : https://github.com/stackabletech/docker-images/pull/1493
4042[ #1509 ] : https://github.com/stackabletech/docker-images/pull/1509
4143
4244## [ 26.3.0] - 2026-03-16
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.16.0@sha256:e2dd261f92e4b763d789984f6eab84be66ab4f5f08052316d8eb8f173593acf7
22# check=error=true
33
4+ ARG GRPCURL_VERSION
5+ FROM fullstorydev/grpcurl:v${GRPCURL_VERSION} AS grpcurl
6+
47# Find the latest version at https://catalog.redhat.com/en/software/containers/ubi10/ubi-minimal/66f1504a379b9c2cf23e145c#get-this-image
58# IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures
69# rather than just the "Image Digest" that references the image for the selected architecture.
@@ -44,6 +47,10 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4447COPY testing-tools/requirements.txt /stackable/requirements.txt
4548COPY testing-tools/licenses /licenses
4649
50+ # Required for interacting with the Vcetor Aggregator gRPC endpoint
51+ # TODO: Use the caching proxy, or mirror the image.
52+ COPY --from=grpcurl /bin/grpcurl /bin/grpcurl
53+
4754RUN <<EOF
4855microdnf update
4956
Original file line number Diff line number Diff line change 44[versions ."0 .3 .0" .build-arguments ]
55kubectl-version = " 1.35.0"
66python-version = " 3.12"
7+ grpcurl-version = " 1.9.3"
You can’t perform that action at this time.
0 commit comments