Skip to content

Modify Dockerfile to use HTTPS for ubuntu repo#7498

Merged
ar2rsawseen merged 1 commit intomasterfrom
ar2rsawseen-patch-68
Apr 17, 2026
Merged

Modify Dockerfile to use HTTPS for ubuntu repo#7498
ar2rsawseen merged 1 commit intomasterfrom
ar2rsawseen-patch-68

Conversation

@ar2rsawseen
Copy link
Copy Markdown
Member

Rearranged useradd command and ensured HTTPS for APT sources.

Rearranged useradd command and ensured HTTPS for APT sources.
Copilot AI review requested due to automatic review settings April 17, 2026 07:40
Copy link
Copy Markdown
Contributor

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

Updates the core Docker image build to prefer HTTPS for Ubuntu APT repositories, improving package download security and adding basic resiliency for transient APT failures.

Changes:

  • Rewrite /etc/apt/sources.list entries from http:// to https:// during build.
  • Attempt to rewrite any APT source list files under /etc/apt/sources.list.d/ to HTTPS.
  • Configure APT to retry downloads (Acquire::Retries).

Comment thread Dockerfile-core
@ar2rsawseen ar2rsawseen merged commit d5d25ef into master Apr 17, 2026
10 of 13 checks passed
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