You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scope of this issue is to prepare docker images which can be used by beta / master / etc which would have the same version of imagemagick as the one used on production.
Additionally svg converter must be matched with the production version (new image magick must be compiled with rsvg support). See more: readthedocs/readthedocs-docker-images#131
Expected solution:
beta / master / pr instances should use ImageMagick-6.9.10.68-4.el7 with rsvg enabled.
Reason for this issue
Beta environment should match production as closely as possible - especially with dependencies
Current beta image magick has some bugs which cause infinite waiting times when processing some images
The text was updated successfully, but these errors were encountered:
All instance's version of imagemagick differ from version on production:
The scope of this issue is to prepare docker images which can be used by beta / master / etc which would have the same version of imagemagick as the one used on production.
Additionally svg converter must be matched with the production version (new image magick must be compiled with
rsvg
support). See more: readthedocs/readthedocs-docker-images#131Expected solution:
beta / master / pr instances should use
ImageMagick-6.9.10.68-4.el7
with rsvg enabled.Reason for this issue
The text was updated successfully, but these errors were encountered: