2020-06-19 08:37:19 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-10-20 10:34:22 +00:00
|
|
|
TAG=${1:-latest}
|
2020-06-19 08:37:19 +00:00
|
|
|
|
2020-10-20 10:34:22 +00:00
|
|
|
echo "Pulling tag '${TAG}'"
|
|
|
|
|
|
|
|
docker pull matrixdotorg/dendrite-monolith:${TAG}
|
2020-10-20 15:11:24 +00:00
|
|
|
docker pull matrixdotorg/dendrite-polylith:${TAG}
|