dendrite/build/docker/images-pull.sh
2021-09-13 06:52:54 +00:00

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}