chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.04k stars 890 forks source link

(build) Linux Dockerfile switch to archive backports repository #3421

Closed TheCakeIsNaOH closed 2 months ago

TheCakeIsNaOH commented 2 months ago

Description Of Changes

Updates the dockerfile to use the archive backports repository to install git, as the backports for debian 10 (buster) are no longer actively maintained.

Motivation and Context

Docker build was failing. https://github.com/chocolatey/choco/actions/runs/8707820224/job/23883728475

Testing

Tested in docker locally, and GitHub actions passes. https://github.com/TheCakeIsNaOH/choco/actions/runs/8715912320/job/23908561086

Operating Systems Testing

N/A

Change Types Made

Change Checklist

Related Issue

N/A, build maintenance.

gep13 commented 2 months ago

@TheCakeIsNaOH thank you for taking the time to fix this, appreciate it!