You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,13 @@ It replaces the configurations defined in the following locations:
12
12
13
13
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.
14
14
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