mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
61e0482fef
Signed-off-by: Ashley Nelson <amn@fantashley.com>
17 lines
650 B
Bash
Executable file
17 lines
650 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker pull matrixdotorg/dendrite:monolith
|
|
|
|
docker pull matrixdotorg/dendrite:appservice
|
|
docker pull matrixdotorg/dendrite:clientapi
|
|
docker pull matrixdotorg/dendrite:clientproxy
|
|
docker pull matrixdotorg/dendrite:eduserver
|
|
docker pull matrixdotorg/dendrite:federationapi
|
|
docker pull matrixdotorg/dendrite:federationsender
|
|
docker pull matrixdotorg/dendrite:federationproxy
|
|
docker pull matrixdotorg/dendrite:keyserver
|
|
docker pull matrixdotorg/dendrite:mediaapi
|
|
docker pull matrixdotorg/dendrite:publicroomsapi
|
|
docker pull matrixdotorg/dendrite:roomserver
|
|
docker pull matrixdotorg/dendrite:syncapi
|
|
docker pull matrixdotorg/dendrite:userapi
|