Skip to content

GeoNode/geonode-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images for GeoNode services

This is a WIP. Further details will be provided in this README once the repo has been stabilized.

This repository collects the configurations for the Docker images used by GeoNode and GeoNode project Docker compose files. It replaces the configurations defined in the following locations:

The configurations in the GeoNode Project repository will by default inherit from these base images without further configurations. These configurations can be customized inside projects for any specific need.

Builds and publishing to Docker Hub

Docker images can be built and published in two ways:

  • When a new release is pusblished. Tagging follows the {image}#{tag}, and a new geonode/{image}:{tag} is published.
  • Using the manual action workflow

Example:

  • A release is done with the tag geoserver#2.23.3-v2 -> geonode/geooserver:2.23.3-v2 is built and published to Docker Hub