This is designed to be a central repository for docker images used by the CyberGIS Center. Check out our page on Docker Hub.
Catgories:
- cybergis-compute - Docker images created for the CyberGIS-Compute project. Note that not all images used in CyberGIS-Compute are hosted in this repo, please check the
/container
route for details on specific images. - jupyter - Docker images created for the Jupyter-based science gateways we support including CyberGISX and CyberGIS-Jupyter for Water
To keep this repository clean, organized and well-documented, please:
- Use short, but descriptive names.
- Organize images in folders that make sense.
- Provide comments within the Dockerfile.
- Provide a short description of the image in the README.
- Use the following format at the top of Dockerfiles:
# Author: YOU <YOUR EMAIL>
# cybergisx/IMAGE NAME:VERSION
# https://hub.docker.com/repository/docker/cybergisx/IMAGE NAME
# ANY IMPORTANT SOFTWARE VERSIONS/NOTES
# Changes:
# * A SHORT DESCRIPTION OF CHANGES SINCE PREVIOUS VERSION
- Create workflow to automatically push images. Waiting on Hub allowing organizational tokens.