Docker(Alpine): Add additional GDAL driver#3058
Merged
neteler merged 3 commits intoOSGeo:mainfrom Jun 28, 2023
Merged
Conversation
Contributor
Author
|
Difference in image size for stable-alpine as example doesn't seem to be much: |
Contributor
|
The selection makes sense to me. I could consider also |
Contributor
Author
Only ~2MB. I added them both. |
ninsbl
approved these changes
Jun 23, 2023
Member
ninsbl
left a comment
There was a problem hiding this comment.
Thanks for that. Looks good!
My comments are just suggestions and could be added by users later as well (for those who need that)...
neteler
pushed a commit
that referenced
this pull request
Jun 28, 2023
In `alpine:3.18` many GDAL drivers were removed from the base package to reduce package size [(see related alpine aports issue here)](https://gitlab.alpinelinux.org/alpine/aports/-/issues/14910). Instead they can be installed individually. A list of all available additional drivers can be found [here](https://pkgs.alpinelinux.org/packages?name=gdal-driver*&branch=v3.18&repo=&arch=x86_64&maintainer=). Few were already removed from 3.15 to 3.17. This PR suggests to add the possibly most common ones.
neteler
pushed a commit
that referenced
this pull request
Jun 28, 2023
In `alpine:3.18` many GDAL drivers were removed from the base package to reduce package size [(see related alpine aports issue here)](https://gitlab.alpinelinux.org/alpine/aports/-/issues/14910). Instead they can be installed individually. A list of all available additional drivers can be found [here](https://pkgs.alpinelinux.org/packages?name=gdal-driver*&branch=v3.18&repo=&arch=x86_64&maintainer=). Few were already removed from 3.15 to 3.17. This PR suggests to add the possibly most common ones.
landam
pushed a commit
to landam/grass
that referenced
this pull request
Oct 25, 2023
In `alpine:3.18` many GDAL drivers were removed from the base package to reduce package size [(see related alpine aports issue here)](https://gitlab.alpinelinux.org/alpine/aports/-/issues/14910). Instead they can be installed individually. A list of all available additional drivers can be found [here](https://pkgs.alpinelinux.org/packages?name=gdal-driver*&branch=v3.18&repo=&arch=x86_64&maintainer=). Few were already removed from 3.15 to 3.17. This PR suggests to add the possibly most common ones.
neteler
pushed a commit
to nilason/grass
that referenced
this pull request
Nov 7, 2023
In `alpine:3.18` many GDAL drivers were removed from the base package to reduce package size [(see related alpine aports issue here)](https://gitlab.alpinelinux.org/alpine/aports/-/issues/14910). Instead they can be installed individually. A list of all available additional drivers can be found [here](https://pkgs.alpinelinux.org/packages?name=gdal-driver*&branch=v3.18&repo=&arch=x86_64&maintainer=). Few were already removed from 3.15 to 3.17. This PR suggests to add the possibly most common ones.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In
alpine:3.18many GDAL drivers were removed from the base package to reduce package size (see related alpine aports issue here). Instead they can be installed individually. A list of all available additional drivers can be found here. Few were already removed from 3.15 to 3.17.This PR suggests to add the possibly most common ones.
Following a list of which drivers were removed from
gdal-toolspackage betweenalpine:3.17andalpine 3.18:What do you think about the selection I made @wenzeslaus @pesekon2 @neteler ?
Anyones redundant or missing?