Skip to content

Commit 4973ffc

Browse files
authored
fix: Replaced Redpanda Vectorized Docker URLs (#393)
1 parent 674101c commit 4973ffc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/resources/adhoc-benchmark-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
2525
- --pandaproxy-addr 0.0.0.0:8082
2626
- --advertise-pandaproxy-addr redpanda:8082
27-
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
27+
image: redpandadata/redpanda:v24.1.2
2828
ports:
2929
- 8081:8081
3030
- 8082:8082

.github/resources/compare-benchmark-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
2525
- --pandaproxy-addr 0.0.0.0:8082
2626
- --advertise-pandaproxy-addr redpanda:8082
27-
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
27+
image: redpandadata/redpanda:v24.1.2
2828
ports:
2929
- 8081:8081
3030
- 8082:8082

.github/resources/integration-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
2525
- --pandaproxy-addr 0.0.0.0:8082
2626
- --advertise-pandaproxy-addr redpanda:8082
27-
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
27+
image: redpandadata/redpanda:v24.1.2
2828
ports:
2929
- 8081:8081
3030
- 8082:8082

.github/resources/nightly-benchmark-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
2525
- --pandaproxy-addr 0.0.0.0:8082
2626
- --advertise-pandaproxy-addr redpanda:8082
27-
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
27+
image: redpandadata/redpanda:v24.1.2
2828
ports:
2929
- 8081:8081
3030
- 8082:8082

.github/resources/release-benchmark-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092
2525
- --pandaproxy-addr 0.0.0.0:8082
2626
- --advertise-pandaproxy-addr redpanda:8082
27-
image: docker.redpanda.com/vectorized/redpanda:v23.2.22
27+
image: redpandadata/redpanda:v24.1.2
2828
ports:
2929
- 8081:8081
3030
- 8082:8082

0 commit comments

Comments
 (0)