Hi. Where can I get a list of all tags for the `su...
# support-questions-legacy
m
Hi. Where can I get a list of all tags for the
supertokens-mysql
docker image? An issue is resolved [1] in version 7.0.17, however I don't see a corresponding tag in the docker hub [2]. I'm not sure if the docker hub is the correct place to look, since the docker image is hosted on
registry.supertokens.io/supertokens/supertokens-mysql
. On the docker hub, I do see that the
7.0
tag was updated 2 days ago. This seems to suggest that the
7.0
tag is being reused. Is this true? If so, is there any chance you could add immutable tags? Now, two people working with
7.0
can have different behaviours. [1]: https://github.com/supertokens/supertokens-core/issues/907#issuecomment-1936896313 [2]: https://hub.docker.com/r/supertokens/supertokens-mysql/tags
r
hey @michael_pxr we do reuse tags to auto push patch changes to users. However, we realise this is not ideal and will be working on creating X.Y.Z tags in the coming weeks which will be immutable.
m
ok