Skip to content

Commit

Permalink
Merge pull request #1169 from samply/release-v0.22.2
Browse files Browse the repository at this point in the history
Release v0.22.2
  • Loading branch information
alexanderkiel authored Sep 28, 2023
2 parents 5032ce5 + 08edaaa commit 6a0558c
Show file tree
Hide file tree
Showing 82 changed files with 868 additions and 868 deletions.
12 changes: 6 additions & 6 deletions .github/distributed-test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
services:
zookeeper:
image: "docker.io/bitnami/zookeeper:3"
image: "docker.io/bitnami/zookeeper:3@sha256:8104cf1ff552cb2c0270ed71c8d2aed31ac4b69cb109695871a2d08193dea7c1"
volumes:
- "zookeeper-data:/bitnami"
environment:
ALLOW_ANONYMOUS_LOGIN: "yes"

kafka:
image: "docker.io/bitnami/kafka:2"
image: "docker.io/bitnami/kafka:2@sha256:2096ad73e2cbe3b615bcb7953b19f021cde62011435465c08707d5cfd9ecc9da"
hostname: "kafka"
environment:
KAFKA_CFG_ZOOKEEPER_CONNECT: "zookeeper:2181"
Expand All @@ -30,7 +30,7 @@ services:
- zookeeper

kafka-topic-creator:
image: "docker.io/bitnami/kafka:2"
image: "docker.io/bitnami/kafka:2@sha256:2096ad73e2cbe3b615bcb7953b19f021cde62011435465c08707d5cfd9ecc9da"
command: "/opt/bitnami/kafka/bin/kafka-init.sh"
volumes:
- "./kafka-init.sh:/opt/bitnami/kafka/bin/kafka-init.sh:ro"
Expand All @@ -42,7 +42,7 @@ services:
- kafka

cassandra-1:
image: "docker.io/bitnami/cassandra:3"
image: "docker.io/bitnami/cassandra:3@sha256:60b13bf8f0a01ad6db72689be114c8fabf9134c7a2b5ba6d855b79ad457344e9"
hostname: "cassandra-1"
volumes:
- "./cassandra-init.cql:/docker-entrypoint-initdb.d/cassandra-init.cql:ro"
Expand All @@ -54,7 +54,7 @@ services:
HEAP_NEWSIZE: "100M"

cassandra-2:
image: "docker.io/bitnami/cassandra:3"
image: "docker.io/bitnami/cassandra:3@sha256:60b13bf8f0a01ad6db72689be114c8fabf9134c7a2b5ba6d855b79ad457344e9"
hostname: "cassandra-2"
volumes:
- "cassandra-2-data:/bitnami"
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
restart: unless-stopped

ingress:
image: "haproxy:2.3"
image: "haproxy:2.8@sha256:d533c21b446c45e47dc5b89933df1e256ec09976dc5e83a4c1bea209c2baeeaa"
ports:
- "8080:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/openid-auth-test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
keycloak:
image: "jboss/keycloak:15.0.2"
image: "jboss/keycloak:16.1.1@sha256:abdb1aea6c671f61a594af599f63fbe78c9631767886d9030bc774d908422d0a"
environment:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
Expand Down
Loading

0 comments on commit 6a0558c

Please sign in to comment.