qgis / qgis-docker

Official Docker image for QGIS Server and Desktop
GNU Affero General Public License v3.0
67 stars 21 forks source link

update readme on hub.docker.com #55

Closed mbernasocchi closed 2 years ago

mbernasocchi commented 3 years ago

The information on the docker hub is very much outdated. @daniviga how can we update it? maybe even remove it and point to GH if it is a manual process.

mbernasocchi commented 3 years ago

@3nids can we add this: https://stackoverflow.com/a/57671247/1193450

3nids commented 3 years ago

apparently I cannot login with the current username / password saved in the secrets: https://github.com/gem/oq-qgis-server/runs/1743106208?check_suite_focus=true#step:3:8

I don't have access to the secrets.

Let's see if the other job (pushing the image) passes when it's done: https://github.com/gem/oq-qgis-server/runs/1743076531?check_suite_focus=true

if not, we just need to update the secrets and try again.

daniviga commented 2 years ago

@mbernasocchi @3nids since the push is done on the @gem/gem-developers hub account please have a check with them if stuff is still valid

mbernasocchi commented 2 years ago

@ptormene, @3nids can you coordinate on this?

nastasi-oq commented 2 years ago

Following the example from Stack Overflow, we want to implement automatic update of dockerhub README from github by actions. When this mechanism is in place, you will be free to change the Dockerhub readme on github.

nastasi-oq commented 2 years ago

@mbernasocchi @3nids @daniviga Hi all, with the PR https://github.com/gem/oq-qgis-server/pull/65 (already merged) we split Github and Dockerhub README files. We also update user and password secrets to reactivate the automatic README upload, fill free to revert to a common README if you prefer.