Skip to content

fix(nextcloud-imaginary): update libjxl/libvips runtime package names for Ubuntu 26.04#2318

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-nextcloud-imaginary-release-failure
Draft

fix(nextcloud-imaginary): update libjxl/libvips runtime package names for Ubuntu 26.04#2318
Copilot wants to merge 2 commits intomainfrom
copilot/fix-nextcloud-imaginary-release-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 7, 2026

Release build failed on both linux/amd64 and linux/arm64 with E: Unable to locate package libjxl0.7. The ghcr.io/trueforge-org/golang:1.26.2 base now sits on Ubuntu 26.04, where two runtime packages were renamed.

Changes

  • apps/nextcloud-imaginary/Dockerfile — runtime-stage apt list:
    • libjxl0.7libjxl0.11 (upstream SO bump)
    • libvips42libvips42t64 (Debian/Ubuntu 64-bit time_t transition)
apt-get install -y --no-install-recommends \
    libvips42t64 \
    libjxl0.11 \
    libheif1 \
    imagemagick \
    poppler-utils

No version bump or behavioral change; pure package-rename follow-up to the base-image update.

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.

fix(ci): release failure for nextcloud-imaginary (run 25485715530)

2 participants