stellarstation-api
stellarstation-api copied to clipboard
Versioning Fakeserver Docker image
As far as I can tell Fakeserver Docker image has single tag called latest.
It would be a good idea to use explicit version tags and keep it in sync with API version. Eg. 0.0.8 for the current release.
Good explanation for the request can be found here https://medium.com/@mccode/the-misunderstood-docker-tag-latest-af3babfd6375
Thanks for the suggestion @laurikimmel. Currently the API is in development and initial releases have been made primarily for internal testing and getting tools wired together, etc. Once we hit 1.0.0, we'll cut a GitHub release and will tag any / all docker images at that point and going forward :)