Skip to content

Commit 399b13e

Browse files
Copilotrichlander
andcommitted
Use Fedora 43 MS repo as libmsquic fallback for F44, F45, and rawhide
Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
1 parent 5e2854d commit 399b13e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/fedora/44/helix/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN python3 -m venv /venv \
2020

2121
FROM library/fedora:44
2222

23-
# Install MSQuic. Fedora 44 does not have it in the repositories, so use the Fedora 42 package
23+
# Install MSQuic. Fedora 44 does not have it in the repositories, so use the Fedora 43 package
2424

25-
RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/42/prod/config.repo \
25+
RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \
2626
&& dnf install --setopt=install_weak_deps=False --setopt tsflags=nodocs -y \
2727
libmsquic
2828

src/fedora/45/helix/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN python3 -m venv /venv \
2020

2121
FROM library/fedora:45
2222

23-
# Install MSQuic. Fedora 45 does not have it in the repositories, so use the Fedora 42 package
23+
# Install MSQuic. Fedora 45 does not have it in the repositories, so use the Fedora 43 package
2424

25-
RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/42/prod/config.repo \
25+
RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \
2626
&& dnf install --setopt=install_weak_deps=False --setopt tsflags=nodocs -y \
2727
libmsquic
2828

src/fedora/rawhide/helix/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN python3 -m venv /venv \
2020

2121
FROM library/fedora:rawhide
2222

23-
# Install MSQuic. Fedora rawhide does not have it in the repositories, so use the Fedora 42 package
23+
# Install MSQuic. Fedora rawhide does not have it in the repositories, so use the Fedora 43 package
2424

25-
RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/42/prod/config.repo \
25+
RUN dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \
2626
&& dnf install --setopt=install_weak_deps=False --setopt tsflags=nodocs -y \
2727
libmsquic
2828

0 commit comments

Comments
 (0)