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