Modify the docker build files

This commit is contained in:
Ubuntu 2021-09-13 06:52:54 +00:00
parent 2aabcbb945
commit 0f1ea3994e
4 changed files with 10 additions and 7 deletions

View file

@ -6,5 +6,6 @@ TAG=${1:-latest}
echo "Building tag '${TAG}'" echo "Building tag '${TAG}'"
docker build -t matrixdotorg/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith . docker build -t jaredjacobson/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith .
docker build -t matrixdotorg/dendrite-polylith:${TAG} -f build/docker/Dockerfile.polylith . #docker build -t matrixdotorg/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith .
#docker build -t matrixdotorg/dendrite-polylith:${TAG} -f build/docker/Dockerfile.polylith .

View file

@ -4,5 +4,6 @@ TAG=${1:-latest}
echo "Pulling tag '${TAG}'" echo "Pulling tag '${TAG}'"
docker pull matrixdotorg/dendrite-monolith:${TAG} docker pull jaredjacobson/dendrite-monolith:${TAG}
docker pull matrixdotorg/dendrite-polylith:${TAG} #docker pull matrixdotorg/dendrite-monolith:${TAG}
#docker pull matrixdotorg/dendrite-polylith:${TAG}

View file

@ -4,5 +4,6 @@ TAG=${1:-latest}
echo "Pushing tag '${TAG}'" echo "Pushing tag '${TAG}'"
docker push matrixdotorg/dendrite-monolith:${TAG} docker push jaredjacobson/dendrite-monolith:${TAG}
docker push matrixdotorg/dendrite-polylith:${TAG} #docker push matrixdotorg/dendrite-monolith:${TAG}
#docker push matrixdotorg/dendrite-polylith:${TAG}

2
go.mod
View file

@ -51,7 +51,7 @@ require (
github.com/tidwall/sjson v1.1.7 github.com/tidwall/sjson v1.1.7
github.com/uber/jaeger-client-go v2.29.1+incompatible github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.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 github.com/yggdrasil-network/yggdrasil-go v0.4.1-0.20210715083903-52309d094c00
go.uber.org/atomic v1.9.0 go.uber.org/atomic v1.9.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97