Skip to content

Pin redis and add ssl#232

Draft
bluvulture wants to merge 5 commits into4.xfrom
improve_4x
Draft

Pin redis and add ssl#232
bluvulture wants to merge 5 commits into4.xfrom
improve_4x

Conversation

@bluvulture
Copy link
Contributor

@bluvulture bluvulture commented Mar 13, 2026

This pull request updates the Dockerfile to improve compatibility and address dependency requirements. The most notable changes are the addition of new system libraries and a version constraint on a PHP extension.

Dependency updates:

  • Added libssl-dev and openssl to the list of system packages to ensure proper SSL support in the build environment.
  • Updated the redis PHP extension installation to explicitly require a version less than 6.1, likely to avoid compatibility issues with newer versions.

@bluvulture
Copy link
Contributor Author

cc @berfinyuksel

@bluvulture bluvulture linked an issue Mar 13, 2026 that may be closed by this pull request
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the PHP Docker image build to add OpenSSL dependencies and constrain the installed PECL redis extension version to avoid problematic upstream releases.

Changes:

  • Add libssl-dev and openssl packages to the base build dependencies.
  • Change PECL redis installation from unpinned redis to a constrained specifier ("redis<6.1").

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

libicu-dev \
libjpeg62-turbo-dev \
libpng-dev \
libssl-dev \
bluvulture and others added 4 commits March 13, 2026 12:03
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@jdreesen
Copy link
Contributor

Updated the redis PHP extension installation to explicitly require a version less than 6.1, likely to avoid compatibility issues with newer versions.

Which compatibility issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing on 8.5 and 8.4

4 participants