Skip to content

Alpine updates #218

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

Closed
jrd opened this issue Jan 18, 2021 · 2 comments
Closed

Alpine updates #218

jrd opened this issue Jan 18, 2021 · 2 comments

Comments

@jrd
Copy link

jrd commented Jan 18, 2021

Can you update all -alpine images please?

Upstream seems to use Alpine 3.12 by now and your images uses Alpine 3.9 and the latter does not have all security fixes.

A simple rebuild/push will do.

@ImreSamu
Copy link
Member

and your images uses Alpine 3.9

IF you are using the old - mdillon/postgis docker hub repo ( like mdillon/postgis:9.5-alpine images ) ( still Alpine 3.9 - Updated 2 years ago )
THEN please update to the new images --> postgis/postgis:9.5-2.5-alpine and it should work ..
It is Alpine 3.12 based;

( see the docker hub - transition issue , for the details : #143 )

$ docker run -it --rm postgis/postgis:9.5-2.5-alpine  bash -c "cat /etc/os-release"
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.12.3
PRETTY_NAME="Alpine Linux v3.12"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"

$ docker run -it --rm postgis/postgis:13-3.1-alpine  bash -c "cat /etc/os-release"
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.12.3
PRETTY_NAME="Alpine Linux v3.12"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"

@jrd
Copy link
Author

jrd commented Jan 23, 2021

Thank you very much, didn’t see the repo transition.

@jrd jrd closed this as completed Jan 23, 2021
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

No branches or pull requests

2 participants