-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
Hi @wmabcde . You can change in the Dockerfile the first line |
But the current dockerfile is all Debian commands (APT). What software do I need to install to compile and install it? |
Just curious, but why do you need to use the Alpine image? |
Yes, you need to change these commands too.
El jue., 18 nov. 2021 4:42, wmabcde ***@***.***> escribió:
… Hi @wmabcde <https://github.com/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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXZ7MY7CJ4APJKWFDQMH43UMRYZLANCNFSM5IGNFCMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
The software version is not the latest version provided by the manufacturer, and there is a CVE vulnerability |
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. |
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
The text was updated successfully, but these errors were encountered: