Redis 6 EOL
#6115
Replies: 4 comments 5 replies
|
That seems like an oversight. I didn't know dependabot supported docker compose, that should fix it. Would you be able to send us a pull request? Thanks |
0 replies
|
Actually, I think it doesn't work because the docker-compose files are templated with Jinja tags, so dependabot isn't able to update images in them. We'll have to update the images manually. They are also pinned in the GitHub workflows (and maybe in other CI providers we offer as option) |
0 replies
|
Sorry about that, I only tested on a generated project without any Jinja tags. Didn't even think ti would be problematic considering other package ecosystems work fine. Oh I see now there are additional redis images, even |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I noticed redis 6 (6.2) is EOL since February this year -> https://redis.io/docs/latest/operate/rs/installing-upgrading/product-lifecycle/#endoflife-schedule
Is docker image pinned to redis 6 for some reason or is this just an oversight? Seems like we would also need to configure "docker-compose" package-ecosystem in dependabot for these updates.
All reactions