mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
Update images-push.sh
This commit is contained in:
parent
164489c8b4
commit
5a88194556
|
|
@ -1,8 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd $(git rev-parse --show-toplevel)
|
docker build matrixdotorg/dendrite:clientapi
|
||||||
|
docker build matrixdotorg/dendrite:clientproxy
|
||||||
COMPONENTS=$(ls docker/hub/Dockerfile.* | cut -d "." -f2)
|
docker build matrixdotorg/dendrite:eduserver
|
||||||
for NAME in $COMPONENTS; do
|
docker build matrixdotorg/dendrite:federationapi
|
||||||
docker push matrixdotorg/dendrite:$NAME
|
docker build matrixdotorg/dendrite:federationsender
|
||||||
done
|
docker build matrixdotorg/dendrite:federationproxy
|
||||||
|
docker build matrixdotorg/dendrite:keyserver
|
||||||
|
docker build matrixdotorg/dendrite:mediaapi
|
||||||
|
docker build matrixdotorg/dendrite:publicroomsapi
|
||||||
|
docker build matrixdotorg/dendrite:roomserver
|
||||||
|
docker build matrixdotorg/dendrite:syncapi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue