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

update postgis docker image #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nsteins
Copy link

@nsteins nsteins commented Jun 4, 2023

On a fresh install of the repo, I was unable to build the project. The build would fail during the step

=> ERROR [postgres 2/3] RUN apt-get update && apt-get install -y --no-install-recommends

Digging deeper, it would appear the build was failing on apt calls update and install with 404 responses. I believe that is because db/Dockerfile is built on this no-longer maintained image: mdillon/postgis. I think that image is built on Debian 9 (stretch) which has surpassed its LTS timeframe.

Fortunately, it appears there is now an official and maintained postgis image. Changing the first line of db/Dockerfile to FROM postgis/postgis:13-3.3 resolved my build issues.

You could go ahead and skip to postgres 15 with this update, to jump to the latest stable version, but the other dockerfiles seemed to be on 13, which is why I chose that

@jeancochrane
Copy link
Owner

Thanks so much for this Nat, I'll take a look at this and your other PR tomorrow!

@jeancochrane
Copy link
Owner

Oops, I did not in fact take a look at this last year 🤦🏻‍♀️ Just popping in to say this is on my mind again and I hope to find some time to bring it up to date in the coming weeks!

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

2 participants