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

Pin redis image version in docker compose file #1745

Open
Bomme opened this issue Jan 1, 2024 · 2 comments
Open

Pin redis image version in docker compose file #1745

Bomme opened this issue Jan 1, 2024 · 2 comments

Comments

@Bomme
Copy link
Contributor

Bomme commented Jan 1, 2024

Currently we use the redis:alpine image tag which might resolve to a different image (with a "new" redis version on pull)
We should instead use a redis:<version>-alpine tag.
See the list of supported versions/tags

@Bomme
Copy link
Contributor Author

Bomme commented Jan 1, 2024

@ffont could you let me know what version we should pin to match the one currently running in production?

@ffont
Copy link
Member

ffont commented Jan 11, 2024

Hi, in production we use an image called registry.sb.upf.edu/mtg/redis:6.2.5 which I suspect is redis 6.2.5, however, for some strange reason I can't find any code that generates this image so at this point I'm not sure why we're using this custom redis thing. To solve this issue you can pin to 6.2.5, but I'm a bit confused now as per why we're not using the standard redis image in production and whether we could switch to it. Do you remember anything about that @alastair?

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