Add redis-cluster-6.2.12 image for CI pipeline

This commit is contained in:
Sylvester Chin 2023-05-19 12:06:27 +08:00
parent 6152a3f676
commit bc24429310
3 changed files with 38 additions and 0 deletions

View file

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