File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,12 @@ func RedpandaImage() string {
113113 return getImage ("redpanda" , "TEST_IMAGE_REDPANDA" )
114114}
115115
116+ // RedpandaNightlyImage returns the Docker image for Redpanda tests using
117+ // the nightly image. Can be overridden with TEST_IMAGE_REDPANDA env var.
118+ func RedpandaNightlyImage () string {
119+ return getImage ("redpandaNightly" , "TEST_IMAGE_REDPANDA" )
120+ }
121+
116122// KafkaConnectImage returns the Docker image for Kafka Connect tests.
117123// Can be overridden with TEST_IMAGE_KAFKA_CONNECT environment variable.
118124func KafkaConnectImage () string {
Original file line number Diff line number Diff line change 44 "repository" : " redpandadata/redpanda" ,
55 "tag" : " v25.3.6"
66 },
7+ "redpandaNightly" : {
8+ "repository" : " redpandadata/redpanda-nightly" ,
9+ "tag" : " v0.0.0-20260315git94f368c"
10+ },
711 "kafkaConnect" : {
812 "repository" : " docker.cloudsmith.io/redpanda/connectors-unsupported/connectors" ,
913 "tag" : " latest"
You can’t perform that action at this time.
0 commit comments