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

Postgres errors builds on Debian prior to Bullseye #130

Closed
reynoldsalec opened this issue Oct 10, 2024 · 1 comment · Fixed by #129
Closed

Postgres errors builds on Debian prior to Bullseye #130

reynoldsalec opened this issue Oct 10, 2024 · 1 comment · Fixed by #129
Labels
bug Something isn't working

Comments

@reynoldsalec
Copy link
Member

In the image builds or if you try building an app that has build steps involving apt update on versions prior to PHP 7.4, you'll get the following error:

E: The repository 'http://apt.postgresql.org/pub/repos/apt buster-pgdg Release' does not have a Release file.

See example in failed test run: https://github.com/lando/php/actions/runs/11244325076/job/31262133348?pr=129#step:7:204

Looks like that repository no longer has a release file for buster and older Debian images; I had to upgrade to php:7.4 to get one of my apps working.

Sorta related to #119, unfortunately older versions of the PHP official image don't have builds on newer versions of Debian, so we'll have to work around this another way.

@reynoldsalec reynoldsalec added the bug Something isn't working label Oct 10, 2024
@reynoldsalec
Copy link
Member Author

Would also resolve lando/drupal#42 in a more permanent fashion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant