Skip to content

Switch openSUSE 16.0 helix image to use microsoft-opensuse15-testing-prod feed for libmsquic#1561

Merged
richlander merged 3 commits intoleap16from
copilot/sub-pr-1530-again
Dec 9, 2025
Merged

Switch openSUSE 16.0 helix image to use microsoft-opensuse15-testing-prod feed for libmsquic#1561
richlander merged 3 commits intoleap16from
copilot/sub-pr-1530-again

Conversation

Copy link
Contributor

Copilot AI commented Dec 9, 2025

The openSUSE 16.0 helix image build was failing due to libmsquic dependency conflicts. The production feed package requires libcrypto.so.1.1, which is incompatible with openSUSE Leap 16.0.

Changes

  • Package feed: Switched from packages.microsoft.com/opensuse/15/prod to packages.microsoft.com/yumrepos/microsoft-opensuse15-testing-prod
  • Version: Updated libmsquic from 2.4.8 to 2.4.17~rc2 (testing feed has RC versions only, depends on libcrypto.so.3)
  • Documentation: Added comments explaining feed choice and RC version necessity
# Using RC version from testing feed as it has correct dependencies (libcrypto.so.3)
# The production feed versions depend on libcrypto.so.1.1 which is incompatible
ARG LIBMSQUIC_VERSION=2.4.17~rc2

# Install MsQuic from official GitHub releases
# Using opensuse15 testing feed as it's compatible with openSUSE 16.0
# See: https://github.com/microsoft/msquic/issues/5567#issuecomment-3618761370
RUN wget https://packages.microsoft.com/keys/microsoft.asc \
    && rpm --import microsoft.asc \
    && rm microsoft.asc \
    && wget "https://packages.microsoft.com/yumrepos/microsoft-opensuse15-testing-prod/Packages/l/libmsquic-${LIBMSQUIC_VERSION}-1.x86_64.rpm" \
    && rpm -i libmsquic-${LIBMSQUIC_VERSION}-1.x86_64.rpm \
    && rm libmsquic-${LIBMSQUIC_VERSION}-1.x86_64.rpm

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@richlander richlander marked this pull request as ready for review December 9, 2025 21:35
Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
Copilot AI requested review from a team as code owners December 9, 2025 21:37
Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
Copilot AI changed the title [WIP] Add openSUSE 16.0 helix image Switch openSUSE 16.0 helix image to use microsoft-opensuse15-testing-prod feed for libmsquic Dec 9, 2025
Copilot AI requested a review from richlander December 9, 2025 21:40
@richlander richlander merged commit a0e172b into leap16 Dec 9, 2025
7 checks passed
@richlander richlander deleted the copilot/sub-pr-1530-again branch December 9, 2025 21:40
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.

2 participants