From d2b9fffc46f92fdf3ab4d7163c80f8f346815c3e Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 12 Apr 2023 17:34:23 -0400 Subject: [PATCH] chore: publish 6.0.0+21.0.2 release --- compose.yml | 14 ++++++++------ release/6.0.0+21.0.2 | 2 ++ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 release/6.0.0+21.0.2 diff --git a/compose.yml b/compose.yml index 0cce057..3bf420c 100644 --- a/compose.yml +++ b/compose.yml @@ -21,12 +21,14 @@ services: - KC_SPI_CONNECTIONS_JPA_LEGACY_MIGRATION_STRATEGY=update - KEYCLOAK_ADMIN=${ADMIN_USERNAME} - KEYCLOAK_WELCOME_THEME=${WELCOME_THEME} - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m + # NOTE(3wc): disabled due to missing curl binary, see + # https://git.coopcloud.tech/coop-cloud/keycloak/issues/15 + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:8080"] + # interval: 30s + # timeout: 10s + # retries: 10 + # start_period: 1m volumes: - "themes:/opt/keycloak/themes" depends_on: diff --git a/release/6.0.0+21.0.2 b/release/6.0.0+21.0.2 new file mode 100644 index 0000000..a038f21 --- /dev/null +++ b/release/6.0.0+21.0.2 @@ -0,0 +1,2 @@ +Healthchecks are disabled, see +https://git.coopcloud.tech/coop-cloud/keycloak/issues/15