mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Add Redis Cluster 7.0.11 image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
7a8a3f9029
commit
2d34adc095
2 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
9
Dockerfile.redis-cluster-7.0.11
Normal file
9
Dockerfile.redis-cluster-7.0.11
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue