docker: update to Redis 7.2

Latest opensource version.
This commit is contained in:
Vincent Bernat
2024-03-23 07:18:48 +01:00
parent 6c8aa55474
commit 1aaf5ebe4a
5 changed files with 5 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ jobs:
ports: ports:
- 9092:9093 - 9092:9093
redis: redis:
image: bitnami/redis:7.0 image: bitnami/redis:7.2
env: env:
ALLOW_EMPTY_PASSWORD: "yes" ALLOW_EMPTY_PASSWORD: "yes"
ports: ports:

View File

@@ -39,7 +39,7 @@ run tests:
alias: zookeeper alias: zookeeper
- name: bitnami/kafka:3.5 - name: bitnami/kafka:3.5
alias: kafka alias: kafka
- name: bitnami/redis:7.0 - name: bitnami/redis:7.2
alias: redis alias: redis
- name: clickhouse/clickhouse-server:23.8 - name: clickhouse/clickhouse-server:23.8
alias: clickhouse alias: clickhouse

View File

@@ -28,6 +28,7 @@ resort when configured. It also increases memory usage (1.3GB for ClickHouse).
- 🩹 *cmd*: fix parsing of `inlet``metadata``provider``ports` - 🩹 *cmd*: fix parsing of `inlet``metadata``provider``ports`
- 🩹 *console*: fix use of `InIfBoundary` and `OutIfBoundary` as dimensions - 🩹 *console*: fix use of `InIfBoundary` and `OutIfBoundary` as dimensions
- 🌱 *orchestrator*: add TLS support to connect to ClickHouse database - 🌱 *orchestrator*: add TLS support to connect to ClickHouse database
- 🌱 *docker*: update to Redis 7.2 (not mandatory)
## 1.9.3 - 2024-01-14 ## 1.9.3 - 2024-01-14

View File

@@ -22,7 +22,7 @@ services:
- 127.0.0.1:9092:9093/tcp - 127.0.0.1:9092:9093/tcp
redis: redis:
image: bitnami/redis:7.0 image: bitnami/redis:7.2
environment: environment:
- ALLOW_EMPTY_PASSWORD=yes - ALLOW_EMPTY_PASSWORD=yes
ports: ports:

View File

@@ -53,7 +53,7 @@ services:
test: ["CMD", "env", "-u", "JMX_PORT", "kafka-topics.sh", "--list", "--bootstrap-server", "kafka:9092"] test: ["CMD", "env", "-u", "JMX_PORT", "kafka-topics.sh", "--list", "--bootstrap-server", "kafka:9092"]
redis: redis:
image: bitnami/redis:7.0 image: bitnami/redis:7.2
environment: environment:
- ALLOW_EMPTY_PASSWORD=yes - ALLOW_EMPTY_PASSWORD=yes
restart: unless-stopped restart: unless-stopped