Skip to content

Commit c0b8dff

Browse files
authored
Add nightly image for testing (#2313)
1 parent b19b512 commit c0b8dff

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

backend/pkg/testutil/images.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
118124
func KafkaConnectImage() string {

test-images.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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"

0 commit comments

Comments
 (0)