mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Modify the docker build files
This commit is contained in:
parent
2aabcbb945
commit
0f1ea3994e
|
|
@ -6,5 +6,6 @@ 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 .
|
||||
docker build -t jaredjacobson/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith .
|
||||
#docker build -t matrixdotorg/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith .
|
||||
#docker build -t matrixdotorg/dendrite-polylith:${TAG} -f build/docker/Dockerfile.polylith .
|
||||
|
|
@ -4,5 +4,6 @@ TAG=${1:-latest}
|
|||
|
||||
echo "Pulling tag '${TAG}'"
|
||||
|
||||
docker pull matrixdotorg/dendrite-monolith:${TAG}
|
||||
docker pull matrixdotorg/dendrite-polylith:${TAG}
|
||||
docker pull jaredjacobson/dendrite-monolith:${TAG}
|
||||
#docker pull matrixdotorg/dendrite-monolith:${TAG}
|
||||
#docker pull matrixdotorg/dendrite-polylith:${TAG}
|
||||
|
|
@ -4,5 +4,6 @@ TAG=${1:-latest}
|
|||
|
||||
echo "Pushing tag '${TAG}'"
|
||||
|
||||
docker push matrixdotorg/dendrite-monolith:${TAG}
|
||||
docker push matrixdotorg/dendrite-polylith:${TAG}
|
||||
docker push jaredjacobson/dendrite-monolith:${TAG}
|
||||
#docker push matrixdotorg/dendrite-monolith:${TAG}
|
||||
#docker push matrixdotorg/dendrite-polylith:${TAG}
|
||||
2
go.mod
2
go.mod
|
|
@ -51,7 +51,7 @@ require (
|
|||
github.com/tidwall/sjson v1.1.7
|
||||
github.com/uber/jaeger-client-go v2.29.1+incompatible
|
||||
github.com/uber/jaeger-lib v2.4.1+incompatible
|
||||
github.com/vippsas/go-cosmosdb v0.0.0-20200428065936-29dab535353d // indirect
|
||||
github.com/vippsas/go-cosmosdb v0.0.0-20200428065936-29dab535353d
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.4.1-0.20210715083903-52309d094c00
|
||||
go.uber.org/atomic v1.9.0
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
||||
|
|
|
|||
Loading…
Reference in a new issue