Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using old Debian stretch (9) apt repos because it breaks all builds #4846

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

rfay
Copy link
Member

@rfay rfay commented Apr 23, 2023

The Issue

Debian stretch (9) is even more obsolete now that they've turned off all the repos. But we have old DB images (mysql, mariadb, postgres) that are based on stretch.

https://lists.debian.org/debian-devel-announce/2023/03/msg00006.html

How This PR Solves The Issue

Update the /etc/apt/sources.list to be

deb http://archive.debian.org/debian/ stretch main contrib non-free

Manual Testing Instructions

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

@rfay rfay requested a review from a team as a code owner April 23, 2023 23:29
@github-actions
Copy link

@rfay rfay merged commit 48f1eb9 into ddev:master Apr 24, 2023
14 checks passed
@rfay rfay deleted the 20230423_fix_postgres_stretch branch April 24, 2023 01:29
@rfay rfay changed the title Avoid using old stretch apt repos because it breaks all builds Avoid using old Debian stretch (9) apt repos because it breaks all builds Apr 24, 2023
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.

None yet

1 participant