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

Does it support the installation of Alpine basic image? #46

Open
wmabcde opened this issue Nov 17, 2021 · 6 comments
Open

Does it support the installation of Alpine basic image? #46

wmabcde opened this issue Nov 17, 2021 · 6 comments
Labels
question Further information is requested

Comments

@wmabcde
Copy link

wmabcde commented Nov 17, 2021

Problem

Does it support the installation of Alpine basic image? Both Postgres and PostGIS support the installation under the alpine basic image. If so, what do I need to do?
To Reproduce

Expectation

Sample Data

Platform/versions

SELECT version();
SELECT postgis_full_version();
SELECT pgr_version();
@wmabcde wmabcde added the bug Something isn't working label Nov 17, 2021
@cayetanobv
Copy link
Member

Hi @wmabcde . You can change in the Dockerfile the first line FROM postgis/postgis:13-3.1 by FROM postgis/postgis:13-3.1-alpine.

@wmabcde
Copy link
Author

wmabcde commented Nov 18, 2021

Hi @wmabcde . You can change in the Dockerfile the first line FROM postgis/postgis:13-3.1 by FROM postgis/postgis:13-3.1-alpine.

But the current dockerfile is all Debian commands (APT). What software do I need to install to compile and install it?

@dkastl
Copy link
Member

dkastl commented Nov 18, 2021

Just curious, but why do you need to use the Alpine image?

@dkastl dkastl added question Further information is requested and removed bug Something isn't working labels Nov 18, 2021
@cayetanobv
Copy link
Member

cayetanobv commented Nov 18, 2021 via email

@wmabcde
Copy link
Author

wmabcde commented Nov 18, 2021

Just curious, but why do you need to use the Alpine image?

The software version is not the latest version provided by the manufacturer, and there is a CVE vulnerability

@cayetanobv
Copy link
Member

I want to update to Postgres 14 in the next weeks. Postgres 14 Dockerfile is built using Debian 11, which is the last Debian version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants