From 167f7703361634bf92558dc038c754bc3c8c9d52 Mon Sep 17 00:00:00 2001 From: YuryHrytsuk Date: Wed, 9 Jul 2025 11:51:08 +0200 Subject: [PATCH] Upgrade rabbit to 4.1.2 Introduce new rabbitmq docker image to use for simcore services. All breaking changes and other duties are documented and done in https://github.com/ITISFoundation/osparc-ops-environments/issues/1077 * closes https://github.com/ITISFoundation/osparc-ops-environments/issues/1119 * https://github.com/ITISFoundation/osparc-ops-environments/issues/1077 --- rabbitmq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rabbitmq/Makefile b/rabbitmq/Makefile index f0e18aa..d91e911 100644 --- a/rabbitmq/Makefile +++ b/rabbitmq/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := help -export RABBIT_VERSION :=3.13.7-management -export DOCKER_REGISTRY ?=itisfoundation +export RABBIT_VERSION := 4.1.2-management +export DOCKER_REGISTRY ?= itisfoundation DOCKER_TARGET_PLATFORMS ?= linux/amd64 comma := ,