coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
31.46k stars 1.61k forks source link

[Bug]: Changing redis image in redis database creation has no effect #2686

Open penilabs-admin opened 2 months ago

penilabs-admin commented 2 months ago

Description

I want to use redis stack server, I changed the redis image in creation form to redis/redis-stack-server:7.4.0-rc1 but after deployment, the image i get is redis:7.2.5

Minimal Reproduction (if possible, example repository)

Just try to create a redis db and change the image

Exception or Error

No response

Version

v4.0.0-beta.306

Vahor commented 2 weeks ago

Are you still seeing this issue ?

I've just tested on v4.0.0-beta.323: image

log says 7.3.240 but I assume that's because it's a rc version? image

and when doing an docker inspect, the correct image is used: image