mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docker: update to Redis 7.2
Latest opensource version.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
ports:
|
||||
- 9092:9093
|
||||
redis:
|
||||
image: bitnami/redis:7.0
|
||||
image: bitnami/redis:7.2
|
||||
env:
|
||||
ALLOW_EMPTY_PASSWORD: "yes"
|
||||
ports:
|
||||
|
||||
@@ -39,7 +39,7 @@ run tests:
|
||||
alias: zookeeper
|
||||
- name: bitnami/kafka:3.5
|
||||
alias: kafka
|
||||
- name: bitnami/redis:7.0
|
||||
- name: bitnami/redis:7.2
|
||||
alias: redis
|
||||
- name: clickhouse/clickhouse-server:23.8
|
||||
alias: clickhouse
|
||||
|
||||
@@ -28,6 +28,7 @@ resort when configured. It also increases memory usage (1.3GB for ClickHouse).
|
||||
- 🩹 *cmd*: fix parsing of `inlet`→`metadata`→`provider`→`ports`
|
||||
- 🩹 *console*: fix use of `InIfBoundary` and `OutIfBoundary` as dimensions
|
||||
- 🌱 *orchestrator*: add TLS support to connect to ClickHouse database
|
||||
- 🌱 *docker*: update to Redis 7.2 (not mandatory)
|
||||
|
||||
## 1.9.3 - 2024-01-14
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
- 127.0.0.1:9092:9093/tcp
|
||||
|
||||
redis:
|
||||
image: bitnami/redis:7.0
|
||||
image: bitnami/redis:7.2
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
ports:
|
||||
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
test: ["CMD", "env", "-u", "JMX_PORT", "kafka-topics.sh", "--list", "--bootstrap-server", "kafka:9092"]
|
||||
|
||||
redis:
|
||||
image: bitnami/redis:7.0
|
||||
image: bitnami/redis:7.2
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user