git clone https://github.com/terrama2/docker.git
Go to the folder terrama2
. It contains the Dockerfile
to build the base image:
cd docker/terrama2
Configure Dockerfiles with respective version:
./configure-version.sh
After that, just run script build-image.sh to build:
./build-image.sh
docker push terrama2/terrama2:4.0.11
docker push terrama2/terrama2-webapp:4.0.11
docker push terrama2/terrama2-webmonitor:4.0.11
If you want to query the registry, type the following URL in your browser:
https://terrama2.dpi.inpe.br/v2/_catalog
After all commands, try:
docker image prune