From ba98888e1b9070219d0f93845287664633e3f01a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 23 Jun 2024 11:53:13 +0200 Subject: [PATCH] Switched all services to `eclipse-temurin:21-jre` * Kafka Streams uses RocksDB to store data locally. * Unfortunatly, RocksDB dose _not_ work on Alpine Linux. * Therefore, the bigger standard-image has to be used. --- README.sh | 14 +++++++------- counter | 2 +- docker-compose.yml | 14 +++++++------- popular | 2 +- query | 2 +- recorder | 2 +- splitter | 2 +- top10 | 2 +- users | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.sh b/README.sh index 1eb2b70..12b9703 100755 --- a/README.sh +++ b/README.sh @@ -1,13 +1,13 @@ #!/bin/bash FORTUNE=juplo/wordcount--fortune:1.0.1 -RECORDER=juplo/wordcount--recorder:1.2.1 -USERS=juplo/wordcount--users:1.0.6 -SPLITTER=juplo/wordcount--splitter:1.2.1 -COUNTER=juplo/wordcount--counter:1.4.1 -TOP10=juplo/wordcount--top10:1.4.1 -QUERY=juplo/wordcount--query:2.1.1 -POPULAR=juplo/wordcount--popular:1.3.1 +RECORDER=juplo/wordcount--recorder:1.2.2 +USERS=juplo/wordcount--users:1.0.7 +SPLITTER=juplo/wordcount--splitter:1.2.2 +COUNTER=juplo/wordcount--counter:1.4.2 +TOP10=juplo/wordcount--top10:1.4.2 +QUERY=juplo/wordcount--query:2.1.2 +POPULAR=juplo/wordcount--popular:1.3.2 if [ "$1" = "cleanup" ] then diff --git a/counter b/counter index 30e5e8b..996232b 160000 --- a/counter +++ b/counter @@ -1 +1 @@ -Subproject commit 30e5e8b9c41f3db0ede62fd0a903a5e54f151ce6 +Subproject commit 996232bdbc8deeca105854f3f04d66715ecfa269 diff --git a/docker-compose.yml b/docker-compose.yml index cf6febf..c8ec5a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ services: recorder: - image: juplo/wordcount--recorder:1.2.1 + image: juplo/wordcount--recorder:1.2.2 labels: - "traefik.enable=true" - "traefik.http.routers.recorder.rule=Host(`recorder.localhost`)" @@ -49,7 +49,7 @@ services: - kafka users: - image: juplo/wordcount--users:1.0.6 + image: juplo/wordcount--users:1.0.7 labels: - "traefik.enable=true" - "traefik.http.routers.users.rule=Host(`users.localhost`)" @@ -60,7 +60,7 @@ services: - kafka splitter: - image: juplo/wordcount--splitter:1.2.1 + image: juplo/wordcount--splitter:1.2.2 labels: - "traefik.enable=true" - "traefik.http.routers.splitter.rule=Host(`splitter.localhost`)" @@ -71,7 +71,7 @@ services: - kafka counter: - image: juplo/wordcount--counter:1.4.1 + image: juplo/wordcount--counter:1.4.2 labels: - "traefik.enable=true" - "traefik.http.routers.counter.rule=Host(`counter.localhost`)" @@ -82,7 +82,7 @@ services: - kafka top10: - image: juplo/wordcount--top10:1.4.1 + image: juplo/wordcount--top10:1.4.2 labels: - "traefik.enable=true" - "traefik.http.routers.top10.rule=Host(`top10.localhost`)" @@ -93,7 +93,7 @@ services: - kafka query: - image: juplo/wordcount--query:2.1.1 + image: juplo/wordcount--query:2.1.2 labels: - "traefik.enable=true" - "traefik.http.routers.query.rule=Host(`query.localhost`)" @@ -104,7 +104,7 @@ services: - kafka popular: - image: juplo/wordcount--popular:1.3.1 + image: juplo/wordcount--popular:1.3.2 labels: - "traefik.enable=true" - "traefik.http.routers.popular.rule=Host(`popular.localhost`)" diff --git a/popular b/popular index 5ed4826..b5adc17 160000 --- a/popular +++ b/popular @@ -1 +1 @@ -Subproject commit 5ed4826dd2502ce8432ae9417462b771ca351e9b +Subproject commit b5adc17bf44e22e5cdfabf7e82ab433de44d1abd diff --git a/query b/query index b223786..bcb04c8 160000 --- a/query +++ b/query @@ -1 +1 @@ -Subproject commit b223786b36be5a1b1cb02235f90d1ae0e5ffc56c +Subproject commit bcb04c8b890c6b4233835151960cd69b77297af7 diff --git a/recorder b/recorder index 5d2525d..3a77a50 160000 --- a/recorder +++ b/recorder @@ -1 +1 @@ -Subproject commit 5d2525da0fc5ca061d7361cce5614ac53c1867eb +Subproject commit 3a77a501fb93403b6048df4e89c0ba515ac02242 diff --git a/splitter b/splitter index e834325..fa9b1d3 160000 --- a/splitter +++ b/splitter @@ -1 +1 @@ -Subproject commit e834325a1d41d2b448b7e97b7a491e85f02cd403 +Subproject commit fa9b1d34466c3cc8f8daaaefb926f19a1b7f5251 diff --git a/top10 b/top10 index bed1a4e..e4f7f1e 160000 --- a/top10 +++ b/top10 @@ -1 +1 @@ -Subproject commit bed1a4ebf7badd1e8e8dba3c338f8ea05f6cb9e3 +Subproject commit e4f7f1e134ae40ac8d4002a742f8426327cf177b diff --git a/users b/users index 4f16805..f589298 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit 4f16805af7e69c189daa364f113f57ee9abfc079 +Subproject commit f58929826f3dd8087afbfa3e8f2ac6e776267d40 -- 2.20.1