Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/postgres-database/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
# - net.ipv4.tcp_keepalive_probes=9
# - net.ipv4.tcp_keepalive_time=600
adminer:
image: adminer:4.8.1
image: adminer:5.3.0
init: true
environment:
- ADMINER_DEFAULT_SERVER=postgres
Expand Down
2 changes: 1 addition & 1 deletion services/autoscaling/tests/manual/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
rabbit:
image: itisfoundation/rabbitmq:3.13.7-management
image: itisfoundation/rabbitmq:4.1.2-management
init: true
hostname: "{{.Node.Hostname}}-{{.Service.Name}}-{{.Task.Slot}}"
ports:
Expand Down
2 changes: 1 addition & 1 deletion services/director-v2/docker-compose-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
"log_line_prefix=[%p] [%a] [%c] [%x] "
]
rabbit:
image: itisfoundation/rabbitmq:3.13.7-management
image: itisfoundation/rabbitmq:4.1.2-management
init: true
environment:
- RABBITMQ_DEFAULT_USER=${RABBIT_USER}
Expand Down
2 changes: 1 addition & 1 deletion services/docker-compose-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

services:
adminer:
image: adminer:4.8.1
image: adminer:5.3.0
init: true
environment:
ADMINER_DEFAULT_SERVER : postgres
Expand Down
2 changes: 1 addition & 1 deletion services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ services:
networks: *storage_networks

rabbit:
image: itisfoundation/rabbitmq:3.13.7-management
image: itisfoundation/rabbitmq:4.1.2-management
init: true
hostname: "{{.Node.Hostname}}-{{.Task.Slot}}"
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- "-c"
- "fsync=off"
adminer:
image: adminer:4.8.1
image: adminer:5.3.0
init: true
environment:
- ADMINER_DEFAULT_SERVER=postgres
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
- "18081:8081"

rabbit:
image: itisfoundation/rabbitmq:3.13.7-management
image: itisfoundation/rabbitmq:4.1.2-management
init: true
environment:
- RABBITMQ_DEFAULT_USER=admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ services:
"${TEST_REDIS_PASSWORD}"
]
rabbit:
image: itisfoundation/rabbitmq:3.13.7-management
image: itisfoundation/rabbitmq:4.1.2-management
init: true
2 changes: 1 addition & 1 deletion tests/swarm-deploy/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def simcore_stack_deployed_services(
# logs table like
# ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR
# xbrhmaygtb76 simcore_sidecar.1 itisfoundation/sidecar:latest crespo-wkstn Running Running 53 seconds ago
# zde7p8qdwk4j simcore_rabbit.1 itisfoundation/rabbitmq:3.13.7-management crespo-wkstn Running Running 59 seconds ago
# zde7p8qdwk4j simcore_rabbit.1 itisfoundation/rabbitmq:4.1.2-management crespo-wkstn Running Running 59 seconds ago
# f2gxmhwq7hhk simcore_postgres.1 postgres:10.10 crespo-wkstn Running Running about a minute ago
# 1lh2hulxmc4q simcore_director.1 itisfoundation/director:latest crespo-wkstn Running Running 34 seconds ago
# ...
Expand Down
Loading