aboutsummaryrefslogtreecommitdiff
path: root/build/docker/images-build.sh
blob: eaed5f6dc2882dec564a2a25c702d065a145ae3c (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

cd $(git rev-parse --show-toplevel)

TAG=${1:-latest}

echo "Building tag '${TAG}'"

docker build -t matrixdotorg/dendrite-monolith:${TAG}  -f build/docker/Dockerfile.monolith .
docker build -t matrixdotorg/dendrite-polylith:${TAG}  -f build/docker/Dockerfile.polylith .