Redis Extension requires the S3 extension but shouldn't

When installing the Redis extension using the LUCEE_EXTENSIONS env variable, it fails to install Redis if we don’t also include the S3 extension (2.0.2.19). The other extensions install fine, just the Redis one fails. The Docker logs on the run command just show “Failed to install the following extensions: 60772C12-F179-D555-8E2CD2B4F7428718;name=redis;version=3.0.0.51”. Nothing else shows up during the install that I can see.

It also fails to install the Redis extension when using the latest S3 extension version of 2.0.2.21.

Any thoughts?

Don’t forget to tell us about your stack!

Using the lucee Docker image 6.2.1.122-light-nginx
Redis Extension: 3.0.0.51
Java Version: 21
Tomcat Version: 11
Lucee Version: 6.2.1.122

We run the CI for each extension using only light and the built extension to avoid this exact problem

Seems fine to me?

Try bumping up the log level and redirecting the logs to the console to diagnose?