fix(nextcloud-imaginary): update libjxl/libvips runtime package names for Ubuntu 26.04#2318
Draft
fix(nextcloud-imaginary): update libjxl/libvips runtime package names for Ubuntu 26.04#2318
Conversation
…ntu 26.04 Agent-Logs-Url: https://github.com/trueforge-org/containerforge/sessions/5fab12a9-f4e9-43cb-ad2e-837056aade05 Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix release failure for nextcloud-imaginary
fix(nextcloud-imaginary): update libjxl/libvips runtime package names for Ubuntu 26.04
May 7, 2026
Copilot stopped work on behalf of
Crow-Control due to an error
May 7, 2026 11:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release build failed on both
linux/amd64andlinux/arm64withE: Unable to locate package libjxl0.7. Theghcr.io/trueforge-org/golang:1.26.2base now sits on Ubuntu 26.04, where two runtime packages were renamed.Changes
apps/nextcloud-imaginary/Dockerfile— runtime-stage apt list:libjxl0.7→libjxl0.11(upstream SO bump)libvips42→libvips42t64(Debian/Ubuntu 64-bittime_ttransition)apt-get install -y --no-install-recommends \ libvips42t64 \ libjxl0.11 \ libheif1 \ imagemagick \ poppler-utilsNo version bump or behavioral change; pure package-rename follow-up to the base-image update.