-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
gdal/docker - multi os/arch support, registry/image overrides #2959
Comments
I think I'm going to close this as a wontfix. I don't have the build infrastructure to build for a Raspberry Pi. If you can provide modification to the Dockerfile itself as a pull request to be more configurable, please do it, but you'll have to Docker build it yourself. |
Thanks @rouault for being proactive and prompt in handling of this. I probably should have mentioned or waited until my PR was ready, but I do intend to submit a request to update the build scripts that should satisfy all these features without breaking anything Just waiting for the water to boil (takes forever) and to make sure my changes successfully build the |
ok, great. re-opening this ticket until you sumit the PR |
Implemented per #2965 |
Expected behavior and actual behavior.
I expected to be able to run
docker pull osgeo/gdal:latest
and run it in a raspberry pi. However, the only supported OS/ARCH islinux/amd64
as indicated on Docker Hub.Additionally, looking at the shell scripts, you cannot provide your own registry/image location. This would be helpful for those seeking to independently build and host their own gdal container.
Steps to reproduce the problem.
docker run osgeo/gdal:latest
gdal/docker/alpine-small/build.sh
to build and push, you will see that the BASE_IMAGE_NAME is not dynamic.Operating system
Linux k8s-master-0 5.4.0-1018-raspi #20-Ubuntu SMP Sun Sep 6 05:11:16 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
GDAL version and provenance
(latest)
The text was updated successfully, but these errors were encountered: