-
Notifications
You must be signed in to change notification settings - Fork 44
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
arm64 docker image? #122
Comments
Just jumping in here with some pointers to what needs to be done, but don't have the time to do the work... Currently, the build script has support for 3 versions of Docker ( docker-geoserver/custom_build.sh Lines 144 to 218 in 999c0ba
Moby BuildKit and However, using the TLDR: Theoretically, building |
Hi @spinnaker1 Thanks for reporting this. It would be nice to have arm64 builds as well. I have not looked into this yet If you want to have a go at it, the builds are executed by the docker hub itself based on these hook scripts in the root of the repository @derhuerst the custom_build script is a helper script for end users to make it easier for them to create a custom image but is not used by the CI in docker hub to build and push the images To add arm builds the build and push script need an update with an extra build command and dedicated tag for ARM and then push commands to be added here: https://github.com/geosolutions-it/docker-geoserver/blob/master/hooks/push#L5-L21 to push the new tags Finally the test part with the new tags |
I think having one tag with both With two separate tags, it is not possible to e.g. write architecture-agnostic Compose files. |
Hello,
is it possible to provide a multi-architecture docker image. I'm looking for a docker image for arm64 architecture of geoserver.
Best regards,
Martin
The text was updated successfully, but these errors were encountered: