Tests: Update docker image for subpackages
Description
- Current docker images used in tests have been deprecated
- Recommended docker images to be used are redis-stack
- To keep the test-suite up to date, changing the docker image and using the latest image to run the tests
- Not updating redisgraph (eol) and search (breaking features)
Checklist
- [x] Does
npm test pass with this change (including linting)?
- [x] Is the new or changed code fully tested?
- Existing tests pass for both old and new docker versions
- [x] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?