Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- MYSQL_PASSWORD=mysqlpw

redis:
image: bitnami/redis:7.0
image: soldevelo/redis:7.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the rest of the codebase (e.g. Debezium server tests for Redis), we use mirror.gcr.io/library/redis. IMHO it would be better to use this one - we unify it across the code base and also we won't depend on another company which may discontinue it anytime in the future (without us noticing it).

ports:
- 6379:6379
environment:
Expand Down
Loading