Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bluvulture
Copy link
Contributor

No description provided.

@bluvulture bluvulture requested review from brusch and Copilot July 25, 2025 07:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Debian repository URL in the Dockerfile to use the archive.debian.org domain instead of deb.debian.org for backports packages.

  • Changes the Debian backports repository URL from deb.debian.org to archive.debian.org

apt-get update; \
apt-get install -y lsb-release; \
echo "deb http://deb.debian.org/debian $(lsb_release -sc)-backports main" > /etc/apt/sources.list.d/backports.list; \
echo "deb http://archive.debian.org/debian $(lsb_release -sc)-backports main" > /etc/apt/sources.list.d/backports.list; \
Copy link

Copilot AI Jul 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using archive.debian.org for backports packages may cause issues. The archive.debian.org domain is typically used for old/EOL Debian releases, while current releases should use deb.debian.org. This change could break package installation if the distribution is still supported.

Suggested change
echo "deb http://archive.debian.org/debian $(lsb_release -sc)-backports main" > /etc/apt/sources.list.d/backports.list; \
echo "deb http://deb.debian.org/debian $(lsb_release -sc)-backports main" > /etc/apt/sources.list.d/backports.list; \

Copilot uses AI. Check for mistakes.
@bluvulture bluvulture merged commit ce3f265 into 1.x Jul 28, 2025
3 of 9 checks passed
@bluvulture bluvulture deleted the archive_repo branch July 28, 2025 09:39
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.

3 participants