Fix Redis container to accept command override#1155
Fix Redis container to accept command override#1155cristianrgreco merged 3 commits intotestcontainers:mainfrom ziggornif:main
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi @ziggornif, yes please include the redis-stack command change in this PR |
Same as redis image with input command See issue #1150
|
Hi @cristianrgreco, I just made the modification for redis-stack as well. The REDIS_ARGS variable now contains the merge of the user's values with the default values. I kept the current solution of creating the variable via |
|
@cristianrgreco i remove the split maniplation, use I also update tests with Tell me if these changes correspond to what you wanted |
|
Thanks @ziggornif |
….9.0 > **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [testcontainers](https://github.com/testcontainers/testcontainers-node) | [`11.7.2` -> `11.9.0`](https://renovatebot.com/diffs/npm/testcontainers/11.7.2/11.9.0) |  |  | --- ### Release Notes <details> <summary>testcontainers/testcontainers-node (testcontainers)</summary> ### [`v11.9.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v11.9.0) [Compare Source](testcontainers/testcontainers-node@v11.8.1...v11.9.0) #### Changes #### 🚀 Features - Add support for identity token authentication [@​cristianrgreco](https://github.com/cristianrgreco) ([#​1179](testcontainers/testcontainers-node#1179)) #### 📦 Dependency Updates - Bump the dependencies group across 21 directories with 23 updates @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1187](testcontainers/testcontainers-node#1187)) - Bump mkdocs-material from 9.6.23 to 9.7.0 in the dependencies group @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1186](testcontainers/testcontainers-node#1186)) ### [`v11.8.1`](https://github.com/testcontainers/testcontainers-node/releases/tag/v11.8.1) [Compare Source](testcontainers/testcontainers-node@v11.8.0...v11.8.1) #### Changes #### 🐛 Bug Fixes - Fix Redis container to accept command override [@​ziggornif](https://github.com/ziggornif) ([#​1155](testcontainers/testcontainers-node#1155)) #### 📦 Dependency Updates - Bump the dependencies group with 10 updates @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1176](testcontainers/testcontainers-node#1176)) - Bump mkdocs-material from 9.6.22 to 9.6.23 in the dependencies group @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1178](testcontainers/testcontainers-node#1178)) - Bump the dependencies group across 28 directories with 31 updates @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1177](testcontainers/testcontainers-node#1177)) ### [`v11.8.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v11.8.0) [Compare Source](testcontainers/testcontainers-node@v11.7.2...v11.8.0) #### Changes #### 🚀 Features - Add configuration for `TESTCONTAINERS_RYUK_RECONNECTION_TIMEOUT` [@​abendi](https://g...
Hi,
Here's a small fix to resolve the Redis container startup issue with custom commands (#1150).
I noticed a similar issue with the redis-stack image that also overrides
this.createOpts.Env.Would you prefer I include this fix in the same PR, or should I create a separate issue to track it first?