Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 2.44 KB

DOCKER_HUB.md

File metadata and controls

52 lines (30 loc) · 2.44 KB

Quick reference

Featured tags

  • latest, 24.0.x, 23.1.x

Quick reference

What is georchestra/geonetwork

Geonetwork is a module for geOrchestra which offers

  • a metadata catalog suited to publish information about geospatial (and other) (open and closed) data.

geOrchestra's Geonetwork is a fork of GeoNetwork opensource. It implements changes like authentication with CAS, and a few others.

How to use this image

As for every other geOrchestra webapp, its configuration resides in the data directory (datadir), typically something like /etc/georchestra, where it expects to find a geonetwork sub-directory.

It is recommended to use the official docker composition: https://github.com/georchestra/docker.

For this specific component, see the section geonetwork in the georchestra/docker/docker-compose.yml file.

Where is it built

This image is built using maven : ./mvnw -Pdocker package docker:build in georchestra repository.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any docker image, it is the user's responsibility to ensure that usages of this image comply with any relevant licenses for all software contained within.