We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18859f5 commit 60a449cCopy full SHA for 60a449c
.ci/ubuntu/cluster/gha-setup.sh
@@ -19,7 +19,7 @@ function run_docker_compose
19
docker compose --file "$script_dir/docker-compose.yml" $@
20
}
21
22
-readonly rabbitmq_image="${RABBITMQ_IMAGE:-pivotalrabbitmq/rabbitmq:main}"
+readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq:4.1.0-beta.4-management-alpine}"
23
24
if [[ ! -v GITHUB_ACTIONS ]]
25
then
0 commit comments