Remove Xpdfutils in favor of Poppler Utils#170
Conversation
Changed position of poppler-utils to be next to media processing packages, and removed the redundant xpdf-utils from the Dockerfile.
There was a problem hiding this comment.
Pull request overview
This PR updates the CanastaBase container image to drop xpdf-utils and rely on poppler-utils for PDF-related utilities, and bumps the project version accordingly.
Changes:
- Bumped CanastaBase version from
1.3.8to1.3.9. - Updated
Dockerfileto removexpdf-utilsand ensurepoppler-utilsis installed (deduplicating it in the package list). - Added a
1.3.9entry toRELEASE_NOTES.mddocumenting the change.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
VERSION |
Version bump to 1.3.9. |
RELEASE_NOTES.md |
Adds release note for 1.3.9 describing the switch from Xpdfutils to Poppler utils. |
Dockerfile |
Removes xpdf-utils and installs poppler-utils (single occurrence) for PDF tooling in the image. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The commit description doesn't seem to match the actual code - both Xpdfutils and Poppler Utils are being removed. |
|
Also, please keep changes separate from version releases - could you please remove the version release part of this patch? |
|
|
🐳 The image based on b108f9a0 commit has been built with |
|
Oh, I missed the line where Poppler Utils gets (re-)added. I still think the commit message is a little misleading, but it's not as big a deal. |
|
|
No, I meant that "Remove Xpdfutils in favor of Poppler Utils" is misleading because it makes it sound like Poppler Utils wasn't there before. But it's fine, probably. |
No description provided.