Skip to content
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

update geos, proj, and gdal versions; fix issue with which tag gets used #76

Merged

Conversation

philvarner
Copy link

@philvarner philvarner commented Jan 31, 2024

  1. Update versions of geos, proj, and gdal
  2. Correctly use the "tag" of the image rather than the full gdal version in the scripts and dockerfiles. I'm unsure how this ever worked.

@@ -15,7 +15,7 @@ docker buildx build \

docker buildx build \
--platform=linux/amd64 \
--build-arg GDAL_VERSION=${GDAL_VERSION} \
--build-arg GDAL_VERSION_TAG=${GDAL_VERSION_TAG} \
--build-arg RUNTIME_VERSION=${RUNTIME_VERSION} \
-f dockerfiles/runtimes/${RUNTIME} \
-t ghcr.io/lambgeo/lambda-gdal:${GDAL_VERSION_TAG}-${RUNTIME}${RUNTIME_VERSION} .
Copy link
Contributor

@vincentsarago vincentsarago Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correctly use the "tag" of the image rather than the full gdal version in the scripts and dockerfiles. I'm unsure how this ever worked.

I don't think the build.sh script is used anymore

ARG RUNTIME_VERSION

FROM ghcr.io/lambgeo/lambda-gdal:${GDAL_VERSION} as gdal
FROM ghcr.io/lambgeo/lambda-gdal:${GDAL_VERSION_TAG} as gdal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sense 👍

@vincentsarago vincentsarago merged commit 062a7f5 into lambgeo:master Feb 1, 2024
3 checks passed
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.

2 participants