1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-14 05:34:27 -05:00
dendrite/build/docker/images-build.sh

11 lines
349 B
Bash
Raw Normal View History

#!/usr/bin/env bash
cd $(git rev-parse --show-toplevel)
TAG=${1:-latest}
echo "Building tag '${TAG}'"
docker build . --target monolith -t matrixdotorg/dendrite-monolith:${TAG}
docker build . --target demo-pinecone -t matrixdotorg/dendrite-demo-pinecone:${TAG}
docker build . --target demo-yggdrasil -t matrixdotorg/dendrite-demo-yggdrasil:${TAG}