Skip to content

Commit 61b2dc3

Browse files
committed
Updated README
1 parent 222431a commit 61b2dc3

2 files changed

Lines changed: 10 additions & 24 deletions

File tree

README

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ It replaces the configurations defined in the following locations:
1212

1313
The [configurations](https://github.com/GeoNode/geonode-project/tree/master/docker) 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.
1414

15+
## Builds and publishing to Docker Hub
16+
17+
Docker images are built:
18+
19+
- when a new commit is done to the master branch. This triggers build and updated of the published genode/{image}:latest
20+
- when a new release is pusblished. Tagging follows the {image}_{tag}, and a new geonode/{image}:{tag} is published.
21+
22+
Example:
23+
- A new commit changes a file under the `docker/geoserver` folder -> `geonode/geoserver:latest` is built and published to Docker Hub
24+
- A release is done with the tag `postgis_15.1` -> `geonode/postgis:15.1` is built and published to Docker Hub

0 commit comments

Comments
 (0)