Skip to content
Snippets Groups Projects
Name Last commit Last update
vendor
.gitmodules
Dockerfile
README.md

About

Building GMTSAR in docker following these instructions:

https://github.com/gmtsar/gmtsar/wiki/GMTSAR-Wiki-Page

Note

The resulting image is ~6.9 GB. Of this, 6.25 GB are contained in the orbit files at /usr/local/orbits/. If you would rather supply your own orbits dir, I recommend you build a new image that does not include the orbits.

Getting Started

docker run -it --rm -v "$PWD":"$PWD" -w "$PWD" gitlab.ssec.wisc.edu:5555/nickb/docker-gmtsar

Gitlab Container Registry Build & Push Recipe

docker build -t gitlab.ssec.wisc.edu:5555/nickb/docker-gmtsar -f Dockerfile .
docker login gitlab.ssec.wisc.edu:5555
docker push gitlab.ssec.wisc.edu:5555/nickb/docker-gmtsar