Add Redis Cluster 7.0.11 image

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2023-07-03 10:23:00 +05:30
parent 7a8a3f9029
commit 2d34adc095
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
2 changed files with 12 additions and 0 deletions

View file

@ -79,3 +79,6 @@ postgres-15-pgvector-0.4.1:
redis-cluster-6.2.12:
extends: .build_static_image
redis-cluster-7.0.11:
extends: .build_static_image

View file

@ -0,0 +1,9 @@
FROM redis:7.0.11
COPY scripts/run-redis-cluster /docker-entrypoint.sh
RUN chmod 755 /docker-entrypoint.sh
EXPOSE 7001 7002 7003
ENTRYPOINT ["/docker-entrypoint.sh"]