Skip to content

Pin redis and add ssl#233

Draft
bluvulture wants to merge 4 commits into5.xfrom
improve_5x
Draft

Pin redis and add ssl#233
bluvulture wants to merge 4 commits into5.xfrom
improve_5x

Conversation

@bluvulture
Copy link
Contributor

This pull request updates the Dockerfile to address dependency and compatibility issues. The most significant changes are the addition of required libraries for SSL functionality and the restriction of the Redis extension version to ensure compatibility.

Dependency updates:

  • Added libssl-dev and openssl to the list of installed packages to support SSL features.

Extension compatibility:

  • Modified the pecl install command to restrict the installed Redis extension to versions lower than 6.1, preventing potential incompatibility issues with newer versions.

@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 container build to improve SSL support and manage PHP Redis extension compatibility for the Pimcore PHP images.

Changes:

  • Added libssl-dev and openssl to the base image build dependencies to support SSL-related functionality.
  • Updated the PECL Redis installation to attempt restricting Redis extension versions to < 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.

bluvulture and others added 3 commits March 13, 2026 12:04
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@jdreesen
Copy link
Contributor

Modified the pecl install command to restrict the installed Redis extension to versions lower than 6.1, preventing potential incompatibility 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