Skip to content

Commit f102109

Browse files
authored
Merge pull request #693 from georchestra/docker-hub-documentation
Add Docker-hub documentation
2 parents f200d40 + 7aeb03e commit f102109

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

.github/workflows/mapstore.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,13 @@ jobs:
115115
if: contains(github.ref, 'refs/tags/') && github.repository == 'georchestra/mapstore2-georchestra' && github.event_name == 'push'
116116
run: |
117117
docker push georchestra/mapstore:${{ steps.version.outputs.VERSION }}
118+
119+
- name: "Update Docker Hub Description"
120+
if: github.ref == 'refs/heads/master' && github.repository == 'georchestra/mapstore2-georchestra' && github.actor != 'dependabot[bot]' && github.event_name != 'pull_request'
121+
uses: peter-evans/dockerhub-description@v3
122+
with:
123+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
124+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
125+
repository: georchestra/mapstore
126+
readme-filepath: ./DOCKER_HUB.md
127+
short-description: 'Mapstore module for the geOrchestra SDI'

DOCKER_HUB.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Quick reference
2+
3+
- **Maintained by**:
4+
[georchestra.org](https://www.georchestra.org/)
5+
6+
- **Where to get help**:
7+
the [geOrchestra Github repo](https://github.com/georchestra/georchestra), [IRC chat](https://kiwiirc.com/nextclient/irc.libera.chat/georchestra), Stack Overflow
8+
9+
# Featured tags
10+
11+
- `latest`, `2022.02.02-geOrchestra`
12+
13+
# Quick reference
14+
15+
- **Where to file issues**:
16+
[https://github.com/georchestra/georchestra/issues](https://github.com/georchestra/georchestra/issues)
17+
[https://github.com/geosolutions-it/MapStore2/issues](https://github.com/geosolutions-it/MapStore2/issues)
18+
19+
- **Supported architectures**:
20+
[`amd64`](https://hub.docker.com/r/amd64/docker/)
21+
22+
- **Source of this description**:
23+
[docs repo's directory](https://github.com/georchestra/mapstore2-georchestra/blob/master/DOCKER_HUB.md)
24+
25+
# What is `georchestra/mapstore`
26+
27+
**Mapstore** is a module for geOrchestra which offers
28+
- an highly modular Open Source WebGIS framework to create, manage and securely share maps and mashups.
29+
30+
31+
32+
# How to use this image
33+
34+
As for every other geOrchestra webapp, its configuration resides in the data directory ([datadir](https://github.com/georchestra/datadir)), typically something like /etc/georchestra, where it expects to find a mapstore sub-directory.
35+
36+
It is recommended to use the official docker composition: https://github.com/georchestra/docker.
37+
38+
For this specific component, see the section `mapstore` in the [`georchestra/docker/docker-compose.yml`](https://github.com/georchestra/docker/blob/master/docker-compose.yml) file.
39+
40+
## Where is it built
41+
42+
This image is built using Dockerfile in `georchestra/georchestra-mapstore` repo.
43+
44+
# License
45+
46+
View [license information](https://www.georchestra.org/software.html) for the software contained in this image.
47+
48+
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).
49+
50+
[//]: # (Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's georchestra/ directory]().)
51+
52+
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.

0 commit comments

Comments
 (0)