Chayim
Chayim
Hi @anthonymf have you considered using our [redis-stack dockers](https://hub.docker.com/r/redis/redis-stack-server)? The latest 7.0.0-RC5 release is the redis 7 release **and** contains the other modules as well. Hope this helps!
Hi @lisa-vs can you please help me understand where the vulnerability is? In learning about [runc](https://github.com/opencontainers/runc) and hunting through the container, I don't see the binary, present. Maybe I'm missing...
@voroskoi Can you sign the CLA above?
Hi @baileyji thanks for reporting this. Here's what I've tried to do to reproduce the issue. I've pulled [**docker:buster (arm)**](https://hub.docker.com/layers/debian/library/debian/buster/images/sha256-340092a9d7ecb6b99fa8bb16734f7120b520082f04f94c86222b2a22c3ff4afd?context=explore) and run the following inside of that docker instance. Can...
@baileyji I've just cloned the v1.4.10 tag [same revision](https://github.com/RedisTimeSeries/RedisTimeSeries/commit/d7ccf2a41cb2fdc92d00f3cc930477467e661916), and can't reproduce. But yes, I'm in a docker, and you're not. What python version are you running? The various commands...
Could definitely be the uname, as it will return differently within a docker context versus system, and we parse it. @shan4usmani can I get your uname too? I can dummy...
@watfordjc @baileyji @shan4usmani Would you all mind running ./deps/readies/bin/platform from the root of the recursively checked out redistimeseries repo? Since I don't have the environment I need the exact outputs,...
Thanks @watfordjc I added a PR based on the issue you raised in [readies](https://github.com/RedisLabsModules/readies/issues/63). Adding support for active versions of RedisTimeSeries will be done in this issue.
Thanks for reporting! Both the _latest_ and _edge_ tags in dockerhub are built for the x86_64 architecture. We currently build for ARM in our build runs but appear to not...
@HartS If you'd like a newer redis (debian package), we publish a feed you can grab on [debian derivitives](https://redis.io/docs/getting-started/installation/install-redis-on-linux/) on redis.io. Similarly, if it helps, we also now have [redis-stack](https://redis.io/docs/stack/)...