Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 925 Bytes

BUILD.md

File metadata and controls

55 lines (35 loc) · 925 Bytes

Building TerraMA² Docker Images

Cloning docker scripts for TerraMA² Platform

git clone https://github.com/terrama2/docker.git

Building the TerraMA² Docker Image

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

Publishing the Generated TerraMA² Images

docker push terrama2/terrama2:4.0.11
docker push terrama2/terrama2-webapp:4.0.11
docker push terrama2/terrama2-webmonitor:4.0.11

Tips

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