Skip to content

using imagemagick from backports#248

Merged
bluvulture merged 1 commit into
5.xfrom
imagemagic_version
May 28, 2026
Merged

using imagemagick from backports#248
bluvulture merged 1 commit into
5.xfrom
imagemagic_version

Conversation

@bluvulture
Copy link
Copy Markdown
Contributor

This pull request makes a small update to the Dockerfile to ensure that imagemagick is installed from the Debian backports repository, which can help provide a newer or more secure version of the package.

  • Install imagemagick using the -t ${DEBIAN_VERSION}-backports flag to pull from the backports repository in the Dockerfile.

Copilot AI review requested due to automatic review settings May 28, 2026 08:02
@bluvulture bluvulture marked this pull request as ready for review May 28, 2026 08:02
Copy link
Copy Markdown
Contributor

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

Installs imagemagick from Debian backports in the pimcore_php_default stage of the Dockerfile to provide a newer/more secure version. The backports repository is already configured in the base pimcore_php_min stage, so the -t ${DEBIAN_VERSION}-backports flag works in derived stages.

Changes:

  • Add -t ${DEBIAN_VERSION}-backports to the apt-get install command for imagemagick.

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

@bluvulture bluvulture merged commit d78262c into 5.x May 28, 2026
4 checks passed
@bluvulture bluvulture deleted the imagemagic_version branch May 28, 2026 08:17
@github-actions github-actions Bot locked and limited conversation to collaborators May 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants