Docker setup for geocity project | Read-only mirror of https://github.com/yverdon/docker-geocity — Ville d'Yverdon-les-Bains. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
monodo 88328c5261
Merge pull request #6 from nicolas-heigvd/development-hes
Update Dockerfile to latest gdal image + add local zone build
2023-03-15 07:35:01 +01:00
.github/workflows Update main.yml 2020-12-16 08:42:42 +01:00
Dockerfile Merge branch 'main' into development-hes 2023-03-14 23:47:30 +01:00
LICENSE Create LICENSE 2021-07-06 14:27:35 +02:00
README.md Add link the README 2020-12-15 16:44:56 -05:00

docker-geocity

Docker base image for geocity project.

Image versioning

We use github actions to automatically push this image to sitdocker/geocity-base.

Each image is versioned automatically with the Git reference of the workflow event. The latest image push to DockHub is tagged with latest.

Publish a new version

In your project repository:

  1. Go to releases
  2. Create a new release
  3. Publish the new release

When you publish a new release, the github actions event will be triggered and publish a new image to dockerhub.

Monitor the publication of your image