MTG / freesound

The Freesound website
https://freesound.org
GNU Affero General Public License v3.0
311 stars 87 forks source link

Pin redis image version in docker compose file #1745

Open Bomme opened 9 months ago

Bomme commented 9 months ago

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 commented 9 months ago

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

ffont commented 8 months ago

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?