Skip to content

fix: respect gdal builder image in builds#292

Open
buehner wants to merge 1 commit intomasterfrom
release-pull-images
Open

fix: respect gdal builder image in builds#292
buehner wants to merge 1 commit intomasterfrom
release-pull-images

Conversation

@buehner
Copy link
Copy Markdown
Member

@buehner buehner commented Apr 8, 2026

If the BUILD_GDAL argument is true, the GDAL java native bindings are built and integrated in the final geoserver image.

Therefore a BUILDER_BASE_IMAGE is used (which is another argument of the Dockerfile). Currently, the release/build process does not care about this base image, but it should always match the final gs image regarding the underlying java version.

This change adds this missing handling.

This PR also adds the --pull flag (in release script and github action) to always ensure that the latest available image is being pulled. Otherwise outdated images from a local cache could be used in repetitive builds.

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

Successfully merging this pull request may close these issues.

1 participant