2022-09-27 03:42:08 -05:00
|
|
|
#!/usr/bin/env bash
|
2020-06-19 03:37:19 -05:00
|
|
|
|
2020-10-20 05:34:22 -05:00
|
|
|
TAG=${1:-latest}
|
2020-06-19 03:37:19 -05:00
|
|
|
|
2020-10-20 05:34:22 -05:00
|
|
|
echo "Pulling tag '${TAG}'"
|
|
|
|
|
|
|
|
docker pull matrixdotorg/dendrite-monolith:${TAG}
|
2020-10-20 10:11:24 -05:00
|
|
|
docker pull matrixdotorg/dendrite-polylith:${TAG}
|