mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
9 lines
212 B
Bash
Executable file
9 lines
212 B
Bash
Executable file
#!/bin/bash
|
|
|
|
TAG=${1:-latest}
|
|
|
|
echo "Pulling tag '${TAG}'"
|
|
|
|
docker pull jaredjacobson/dendrite-monolith:${TAG}
|
|
#docker pull matrixdotorg/dendrite-monolith:${TAG}
|
|
#docker pull matrixdotorg/dendrite-polylith:${TAG} |