Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker hub latest tag has no corresponding non-latest tag #57

Closed
mfotzler opened this issue Sep 4, 2019 · 2 comments
Closed

Docker hub latest tag has no corresponding non-latest tag #57

mfotzler opened this issue Sep 4, 2019 · 2 comments

Comments

@mfotzler
Copy link

mfotzler commented Sep 4, 2019

Hello,

This image is wonderful. THANK YOU.

I'm building a docker image off of this one (I want to add render_list_geo.pl and meta2tile for pre-rendering a set of tiles based on lat/long range).

https://hub.docker.com/r/overv/openstreetmap-tile-server/tags shows latest was updated 4 days ago, but no other tag matches that modification date. I'd like to pin my Dockerfile to a specific version rather than latest.

Would you add a specific version tag in the hub for the new changes?

Thanks,
Matt

@Overv
Copy link
Owner

Overv commented Sep 4, 2019

Done. However, I'm not quite sure how to version this kind of project properly since semantic versioning doesn't feel like a good match.

@mfotzler
Copy link
Author

mfotzler commented Sep 4, 2019

Thanks!

Yeah, from my point of view as a user, the most important part would be that newer version tags are clearly "greater than" older version tags. Some alternatives to semantic versioning that would satisfy that:

  • Release number that increases with each push (1, 2, 3, ...)
  • date stamp + incrementing build number for the day (2019-09-04-001)

@mfotzler mfotzler closed this as completed Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants