microsoft / linux-package-repositories

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.
https://packages.microsoft.com
MIT License
64 stars 17 forks source link

rhel/8/prod/repodata/ seems broken from after latest update. #149

Closed hirolau closed 2 months ago

hirolau commented 2 months ago

rhel/8/prod/repodata/ seems broken from after 09-Jul-2024 02:55.

When did the issue occur? 09-Jul-2024 02:55.

Steps to Reproduce When building our docker file using command:

"RUN dnf config-manager --set-enabled packages-microsoft-com-prod && dnf install -y msodbcsql17-17.9.1.1-1.x86_64 && dnf install -y mssql-tools18 && dnf clean all"

Actual Result

2.417 packages-microsoft-com-prod 490 B/s | 148 B 00:00 2.430 Errors during downloading metadata for repository 'packages-microsoft-com-prod': 2.430 - Status code: 404 for https://local_copy_of_official_repo/fedora-microsoft/rhel/8/prod/repodata/e7a3f7edf5af6159cf9ff6fd82dbbabcbbcc46749075f08f5d946629cfec17c1-filelists.xml.gz (IP: 10.158.33.115) 2.430 - Status code: 404 for https://local_copy_of_official_repo/fedora-microsoft/rhel/8/prod/repodata/9dcc122611a4acf62ecbd4cc2478ad6255e906f84d3f2ce314bb1641a7418786-primary.xml.gz (IP: 10.158.33.115) 2.455 Error: Failed to download metadata for repo 'packages-microsoft-com-prod': Yum repo downloading error: Downloading error(s): repodata/9dcc122611a4acf62ecbd4cc2478ad6255e906f84d3f2ce314bb1641a7418786-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/e7a3f7edf5af6159cf9ff6fd82dbbabcbbcc46749075f08f5d946629cfec17c1-filelists.xml.gz - Cannot download, all mirrors were already tried without success

Additional context The file https://packages.microsoft.com/rhel/8/prod/repodata/repomd.xml seem to not properly link to the other files in the folder.

The more specific versions (8.0, 8.1 and 8.2) does not seem to be affected.

hirolau commented 2 months ago

I was too quick here, this issue can be deleted.